android - Can we use .wma sound files in andengine? -


i trying use 1 sound file wma extension. when try play it, doesn't play. andengine support .wma extension files?

sound sound = soundfactory.createsoundfromasset(activity.getsoundmanager(), activity, "mfx/sound111.wma"); sound.play(); 

but doesn't play.

finally got answer. have use mp3 or ogg rather wav format. because wma closed format , it's support depend on libraries not available on android devices, , they're not part of aosp (android open source project) tree itself.


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -