Update NeuralAudio (oversampling). Pass external sample rate to NeuralAudio.

This commit is contained in:
Mike Oliphant
2026-06-14 09:19:55 -07:00
parent b816ebbc52
commit 496f602fc2
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -45,6 +45,8 @@ namespace NAM {
{ {
this->sampleRate = sampleRate; this->sampleRate = sampleRate;
loader.SetExternalSampleRate((int)sampleRate);
// for fetching initial options, can be null // for fetching initial options, can be null
LV2_Options_Option* options = nullptr; LV2_Options_Option* options = nullptr;