mixer: configure legacy mixer before the audio outputs
Reimplemented the legacy mixer configuration: copy the deprecated configuration values into the audio_output section. Don't configure the mixers twice (once for the audio_output, and a second time for the legacy values). This requires volume_init() to be called before initAudioDriver().
This commit is contained in:
@@ -246,9 +246,9 @@ int main(int argc, char *argv[])
|
||||
|
||||
command_init();
|
||||
initialize_decoder_and_player();
|
||||
volume_init();
|
||||
initAudioConfig();
|
||||
initAudioDriver();
|
||||
volume_init();
|
||||
client_manager_init();
|
||||
replay_gain_global_init();
|
||||
initNormalization();
|
||||
|
Reference in New Issue
Block a user