added mp3 mimetype
This commit is contained in:
parent
731299b103
commit
f779783476
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ let loadAudio = (mimetype) => function(url,opts){
|
||||||
let audioMimeTypes = [
|
let audioMimeTypes = [
|
||||||
'audio/wav',
|
'audio/wav',
|
||||||
'audio/mpeg',
|
'audio/mpeg',
|
||||||
|
'audio/mp3',
|
||||||
'audio/weba',
|
'audio/weba',
|
||||||
'audio/aac',
|
'audio/aac',
|
||||||
'application/ogg'
|
'application/ogg'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue