mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-09 10:17:58 -04:00
OSX fix
This commit is contained in:
parent
904050da13
commit
e2e261f1c0
@ -163,7 +163,7 @@ void DemodulatorThread::threadMain() {
|
|||||||
freqdem_demodulate_block(demodFM, &agcData[0], numWritten, &demodOutputData[0]);
|
freqdem_demodulate_block(demodFM, &agcData[0], numWritten, &demodOutputData[0]);
|
||||||
} else {
|
} else {
|
||||||
float p;
|
float p;
|
||||||
switch (demodulatorType) {
|
switch (demodulatorType.load()) {
|
||||||
case DEMOD_TYPE_LSB:
|
case DEMOD_TYPE_LSB:
|
||||||
for (int i = 0; i < numWritten; i++) { // Reject upper band
|
for (int i = 0; i < numWritten; i++) { // Reject upper band
|
||||||
nco_crcf_mix_up(ssbShifterUp, resampledData[i], &x);
|
nco_crcf_mix_up(ssbShifterUp, resampledData[i], &x);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user