This commit is contained in:
KubaPro010 2023-12-25 10:40:50 +01:00
parent 23e44a33e1
commit 4a830a342c
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ int tx(uint32_t carrier_freq, char *audio_file, uint16_t pi, char *ps, char *rt,
deviation = std::stoi(pollResult.arg);
deviation_scale_factor= 0.1 * (deviation );
} else if(pollResult.res == CONTROL_PIPE_STEREO_SET) {
dstereo = !pollResult.arg_int;
dstereo = pollResult.arg_int;
} else if(pollResult.res == CONTROL_PIPE_GAIN_SET) {
gaim = std::stof(pollResult.arg);
} else if(pollResult.res == CONTROL_PIPE_COMPRESSORDECAY_SET) {