0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 03:23:54 +01:00

fix audio_deviation

This commit is contained in:
2025-07-12 13:47:51 +02:00
parent d2ae90d872
commit e0847d3a57

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