Fix Audio Gain on MBE File Playback;

This commit is contained in:
lwvmobile 2023-01-15 18:11:34 -05:00
parent 08461492ee
commit 9efd950b9f
1 changed files with 1 additions and 0 deletions

View File

@ -2284,6 +2284,7 @@ main (int argc, char **argv)
opts.pulse_digi_rate_out = 48000;
opts.pulse_digi_out_channels = 1;
openPulseOutput(&opts); //need to open it up for output
state.aout_gain = 25; //BUGFIX: No audio output when playing back .amb/.imb files
playMbeFiles (&opts, &state, argc, argv);
}