fix audio_deviation

This commit is contained in:
2025-07-12 13:47:51 +02:00
parent d2ae90d872
commit e0847d3a57
+2
View File
@@ -505,6 +505,8 @@ int main(int argc, char **argv) {
return err; return err;
} }
config.master_volume *= config.audio_deviation/75000.0f;
FM95_Runtime runtime; FM95_Runtime runtime;
memset(&runtime, 0, sizeof(runtime)); memset(&runtime, 0, sizeof(runtime));