mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
fix audio_deviation
This commit is contained in:
@@ -505,6 +505,8 @@ int main(int argc, char **argv) {
|
||||
return err;
|
||||
}
|
||||
|
||||
config.master_volume *= config.audio_deviation/75000.0f;
|
||||
|
||||
FM95_Runtime runtime;
|
||||
memset(&runtime, 0, sizeof(runtime));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user