what type of mp3 does monkey play

Monkey Forums/Monkey Programming/what type of mp3 does monkey play

hardcoal(Posted 2011) [#1]
some mp3 files that im loading make the app crash.
what are the parameters of sounds files to work properly


matty(Posted 2011) [#2]
Need a bit more information -
what platform?
post some code?


hardcoal(Posted 2011) [#3]
im trying to load an mp3 44hz 32bit length of 560kb

should i modify the quality of the mp3 to lower standard?


MikeHart(Posted 2011) [#4]
Platform?

The documentation is listing the proper parameters.


hardcoal(Posted 2011) [#5]
GLFW


therevills(Posted 2011) [#6]
file:///C:/BlitzMonkey/MonkeyPro44/docs/modules/index.html#/mojo.audio


Also, not all audio formats are supported by all targets:

wav : glfw, android, ios

mp3 : flash, android, ios

m4a : flash, android (PlayMusic only), ios

ogg : android