mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 21:54:39 -04:00
Fix #689: Wrong setAudioSampleRate code, thanks @GkvJeep
This commit is contained in:
@@ -484,7 +484,7 @@ long long DemodulatorInstance::getFrequency() {
|
||||
}
|
||||
|
||||
void DemodulatorInstance::setAudioSampleRate(int sampleRate) {
|
||||
demodulatorPreThread->setSampleRate(sampleRate);
|
||||
demodulatorPreThread->setAudioSampleRate(sampleRate);
|
||||
}
|
||||
|
||||
int DemodulatorInstance::getAudioSampleRate() {
|
||||
|
||||
Reference in New Issue
Block a user