mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-06-14 23:43:53 +02:00
Update NeuralAudio (oversampling). Pass external sample rate to NeuralAudio.
This commit is contained in:
Vendored
+1
-1
Submodule deps/NeuralAudio updated: a3b0fa71e9...3ab4cda220
@@ -45,6 +45,8 @@ namespace NAM {
|
||||
{
|
||||
this->sampleRate = sampleRate;
|
||||
|
||||
loader.SetExternalSampleRate((int)sampleRate);
|
||||
|
||||
// for fetching initial options, can be null
|
||||
LV2_Options_Option* options = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user