mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
???
This commit is contained in:
@@ -529,6 +529,7 @@ int main(int argc, char **argv) {
|
||||
if(mpower > mpx_power) {
|
||||
output[i] -= (mono/2);
|
||||
output[i] -= ((stereo*stereo_carrier)/2);
|
||||
printf("Overpower! %f\n", mpower);
|
||||
}
|
||||
|
||||
output[i] *= master_volume;
|
||||
|
||||
Reference in New Issue
Block a user