Skip to content

Commit

Permalink
force stereo audio on chromecast
Browse files Browse the repository at this point in the history
  • Loading branch information
unclekingpin committed Nov 2, 2023
1 parent 1713a94 commit db83bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mediaCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function getMaxAudioChannels() {
return 6;
}

if (!window.AudioContext || window.chrome) {
if (!window.AudioContext || window.chrome || window.cast) {
return 2;
}

Expand Down

0 comments on commit db83bef

Please sign in to comment.