1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

RNnoise feature: basic implementation of audio

This commit is contained in:
f4exb
2026-01-07 13:39:58 +01:00
parent ed297a824e
commit 4e0eecc595
7 changed files with 202 additions and 49 deletions
+5 -2
View File
@@ -86,7 +86,11 @@ Denoiser::~Denoiser()
&Denoiser::networkManagerFinished
);
delete m_networkManager;
stop();
if (m_running)
{
stop();
}
}
void Denoiser::start()
@@ -284,7 +288,6 @@ void Denoiser::applySettings(const DenoiserSettings& settings, const QList<QStri
m_worker->getInputMessageQueue()->push(msg);
}
if (settings.m_useReverseAPI)
{
bool fullUpdate = (settingsKeys.contains("useReverseAPI") && settings.m_useReverseAPI) ||