1 Commits

Author SHA1 Message Date
Mike Oliphant 496f602fc2 Update NeuralAudio (oversampling). Pass external sample rate to NeuralAudio. 2026-06-14 09:19:55 -07:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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;