Skip to content

Commit

Permalink
Add opus to MP4 direct play profile (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnake1298 committed Sep 1, 2024
1 parent 246f586 commit c8538bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class DeviceProfileBuilder(
*/
private val AVAILABLE_AUDIO_CODECS = arrayOf(
// mp4
arrayOf("mp1", "mp2", "mp3", "aac", "alac", "ac3"),
arrayOf("mp1", "mp2", "mp3", "aac", "alac", "ac3", "opus"),
// fmp4
arrayOf("mp3", "aac", "ac3", "eac3"),
// webm
Expand Down

0 comments on commit c8538bd

Please sign in to comment.