Update NeuralAudio (better RTNeural NAM performance)

This commit is contained in:
Mike Oliphant
2024-11-27 09:17:49 -08:00
parent 429ce7ac4b
commit 368e47e12e
5 changed files with 20 additions and 6 deletions
+2 -1
View File
@@ -79,6 +79,7 @@ namespace NAM {
~Plugin();
bool initialize(double rate, const LV2_Feature* const* features) noexcept;
void set_max_buffer_size(int size) noexcept;
void process(uint32_t n_samples) noexcept;
void write_current_path();
@@ -118,6 +119,6 @@ namespace NAM {
float inputLevel = 0;
float outputLevel = 0;
int32_t maxBufferSize = 0;
int32_t maxBufferSize = 512;
};
}