This commit is contained in:
Kuba 2023-10-31 14:54:33 +00:00
parent e7224b71e9
commit 856ecf78d9
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ int tx(uint32_t carrier_freq, char *audio_file, uint16_t pi, char *ps, char *rt,
} else if(pollResult.res == CONTROL_PIPE_STEREO_SET) {
disablestereo = (int)pollResult.arg;
} else if(pollResult.res == CONTROL_PIPE_GAIN_SET) {
gaim = (float)pollResult.arg;
gaim = (int)pollResult.arg;
}
}