The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.

This commit is contained in:
Alex Szpakowski
2018-12-26 11:36:23 -04:00
parent f504ace6cd
commit 324a290040
8 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void vibrate();
/**
* Enable mix mode (e.g. with background music apps) and playback with a muted device.
**/
void setAudioMixWithOthers(bool mixEnabled);
bool setAudioMixWithOthers(bool mixEnabled);
/**
* Returns whether another application is playing audio.