Skip to content

Commit

Permalink
Use "direct play" as default audio behavior
Browse files Browse the repository at this point in the history
(cherry picked from commit f6c5368)
  • Loading branch information
nielsvanvelzen committed Aug 6, 2024
1 parent 0a79d5b commit de6c790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class UserPreferences(context: Context) : SharedPreferenceStore(
/**
* Preferred behavior for audio streaming.
*/
var audioBehaviour = enumPreference("audio_behavior", AudioBehavior.DOWNMIX_TO_STEREO)
var audioBehaviour = enumPreference("audio_behavior", AudioBehavior.DIRECT_STREAM)

/**
* Preferred behavior for audio streaming.
Expand Down

0 comments on commit de6c790

Please sign in to comment.