mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
now
This commit is contained in:
@@ -517,8 +517,8 @@ int main(int argc, char **argv) {
|
||||
if(sca_on) output[i] += modulate_fm(&sca_mod, hard_clip(current_sca_in, sca_clipper_threshold))*SCA_VOLUME;
|
||||
|
||||
float mpower = measure_mpx(&power, output[i]*75000);
|
||||
if(mpower > 3 && mpower != NAN) {
|
||||
printf("MPX Power over 3 dbr (%f)\n", mpower);
|
||||
if(mpower != NAN) {
|
||||
printf("MPX Power (%f)\n", mpower);
|
||||
}
|
||||
|
||||
output[i] *= master_volume;
|
||||
|
||||
Reference in New Issue
Block a user