mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-05 02:58:44 -04:00
Fix #689: Wrong setAudioSampleRate code, thanks @GkvJeep
This commit is contained in:
parent
f03925d27f
commit
b27a8890d6
@ -484,7 +484,7 @@ long long DemodulatorInstance::getFrequency() {
|
||||
}
|
||||
|
||||
void DemodulatorInstance::setAudioSampleRate(int sampleRate) {
|
||||
demodulatorPreThread->setSampleRate(sampleRate);
|
||||
demodulatorPreThread->setAudioSampleRate(sampleRate);
|
||||
}
|
||||
|
||||
int DemodulatorInstance::getAudioSampleRate() {
|
||||
|
Loading…
Reference in New Issue
Block a user