FM Stereo experiment, partly working

This commit is contained in:
Charles J. Cliffe
2014-12-26 20:58:42 -05:00
parent 5f04baf873
commit 0fc47bc916
7 changed files with 82 additions and 4 deletions
+1
View File
@@ -219,6 +219,7 @@ void DemodulatorPreThread::threadMain() {
resamp->audio_resampler = audio_resampler;
resamp->resample_ratio = resample_ratio;
resamp->resampler = resampler;
resamp->bandwidth = params.bandwidth;
postInputQueue->push(resamp);
}