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:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user