0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00
This commit is contained in:
2025-03-29 19:56:38 +01:00
parent 3d19ccf35b
commit 04df2ee819

View File

@@ -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;