update transcoding

This commit is contained in:
Luke Pulverenti 2017-01-30 13:25:46 -05:00
parent fd920bb9ef
commit 95695be3a1

View File

@ -380,7 +380,7 @@ define(['browser'], function (browser) {
});
}
['opus', 'mp3', 'aac', 'wav'].filter(canPlayAudioFormat).forEach(function (audioFormat) {
['mp3', 'aac', 'opus', 'wav'].filter(canPlayAudioFormat).forEach(function (audioFormat) {
profile.TranscodingProfiles.push({
Container: audioFormat,