Skip to content

Commit

Permalink
activate flac support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Apr 5, 2017
1 parent 530f0f1 commit 76309a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/soundmanager2-nodebug.js
Expand Up @@ -106,7 +106,11 @@ function SoundManager(smURL, smID) {
'wav': {
'type': ['audio/wav; codecs="1"', 'audio/wav', 'audio/wave', 'audio/x-wav'],
'required': false
}
},
'flac': {
'type': ['audio/flac'],
'required': false
}
};
this.movieID = 'sm2-container';
this.id = (smID || 'sm2movie');
Expand Down

0 comments on commit 76309a1

Please sign in to comment.