fredsa / forplay

Automatically exported from code.google.com/p/forplay
Apache License 2.0
12 stars 4 forks source link

Load MP3 files #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sound sound = assetManager().getSound("sounds/sound.mp3");
2. sound.play();

What is the expected output? What do you see instead?

I see "Sound file not found sounds/sound.mp3.wav".
If I use a WAV version, I have no problems.

What version of the product are you using? On what operating system?
I am using 1.0 playN in Windows 7 64-bit PC.

Please provide any additional information below.
I assume that playN should be able to play MP3 files, vis-a-vis Lilli Thompsons 
presentation showing the loading of a MP3 file.

Original issue reported on code.google.com by dennis.d...@spigoworld.com on 24 Nov 2011 at 3:08