mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-06-17 08:54:00 +02:00
Update NeuralAudio (better RTNeural NAM performance)
This commit is contained in:
+2
-1
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user