mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-26 21:58:37 -05: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