howler.js icon indicating copy to clipboard operation
howler.js copied to clipboard

Why some mp3 can't be load

Open a6965921 opened this issue 3 years ago • 4 comments

Why some big mp3 can't be load in web mobile Are there any restrictions on MP3 loading

a6965921 avatar Jan 23 '22 03:01 a6965921

how big is the mp3?

trapcodeio avatar Jan 23 '22 12:01 trapcodeio

Add html5: true to the howl object for large mp3s. On large mp3s howler will download the entire mp3 before starting to play ...

https://github.com/goldfire/howler.js#streaming-audio-for-live-audio-or-large-files

lustremedia avatar Jan 26 '22 10:01 lustremedia

Is there is a size limit for .MP3s?

EddieLongStockings avatar Apr 05 '22 21:04 EddieLongStockings

when i add html5:true,i can not play mp3 that load from leancloud's repository.only in usingWeb=true,that can play.

ForeverLover avatar Oct 13 '22 06:10 ForeverLover