lil fix
This commit is contained in:
parent
7a93625781
commit
065688f5c2
|
|
@ -400,13 +400,13 @@ int main(int argc, char **argv) {
|
||||||
if(compressorchanges) {
|
if(compressorchanges) {
|
||||||
printf("You've changed the compressor settings, just don't set it too low, so the deviation won't go crazy\n");
|
printf("You've changed the compressor settings, just don't set it too low, so the deviation won't go crazy\n");
|
||||||
}
|
}
|
||||||
if(enable_compressor) {
|
if(!enable_compressor) {
|
||||||
printf("DUDE YOU ARE CRAZY?\n");
|
printf("DUDE YOU ARE CRAZY?\n");
|
||||||
}
|
}
|
||||||
alternative_freq[0] = af_size;
|
alternative_freq[0] = af_size;
|
||||||
int FifoSize=DATA_SIZE*2;
|
int FifoSize=DATA_SIZE*2;
|
||||||
//fmmod=new ngfmdmasync(carrier_freq,228000,14,FifoSize, false, gpiopin); //you can mod
|
//fmmod=new ngfmdmasync(carrier_freq,228000,14,FifoSize, false, gpiopin); //you can mod
|
||||||
fmmod=new ngfmdmasync(carrier_freq,228000,14,FifoSize, false);
|
fmmod=new ngfmdmasync(carrier_freq,228000,14,FifoSize, false);
|
||||||
int errcode = tx(carrier_freq, audio_file, pi, ps, rt, ppm, control_pipe, pty, alternative_freq, raw, drds, preemp, power, rawSampleRate, rawChannels, deviation, ta, tp, cutofffreq, gain, compressor_decay, compressor_attack, compressor_max_gain_recip, enable_compressor, ct, rds_volume);
|
int errcode = tx(carrier_freq, audio_file, pi, ps, rt, ppm, control_pipe, pty, alternative_freq, raw, drds, preemp, power, rawSampleRate, rawChannels, deviation, ta, tp, cutofffreq, gain, compressor_decay, compressor_attack, compressor_max_gain_recip, enable_compressor, ct, rds_volume);
|
||||||
terminate(errcode);
|
terminate(errcode);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue