This commit is contained in:
parent
23e44a33e1
commit
4a830a342c
|
|
@ -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 = std::stoi(pollResult.arg);
|
||||||
deviation_scale_factor= 0.1 * (deviation );
|
deviation_scale_factor= 0.1 * (deviation );
|
||||||
} else if(pollResult.res == CONTROL_PIPE_STEREO_SET) {
|
} else if(pollResult.res == CONTROL_PIPE_STEREO_SET) {
|
||||||
dstereo = !pollResult.arg_int;
|
dstereo = pollResult.arg_int;
|
||||||
} else if(pollResult.res == CONTROL_PIPE_GAIN_SET) {
|
} else if(pollResult.res == CONTROL_PIPE_GAIN_SET) {
|
||||||
gaim = std::stof(pollResult.arg);
|
gaim = std::stof(pollResult.arg);
|
||||||
} else if(pollResult.res == CONTROL_PIPE_COMPRESSORDECAY_SET) {
|
} else if(pollResult.res == CONTROL_PIPE_COMPRESSORDECAY_SET) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue