I use 2 mp3 sounds in my app: boom.mp3, and wing.mp3 . When I try to load them, one is loaded successfully, and the other returns null.
[lua]local wingSound = audio.loadSound( “wing.mp3”) --returns nil
local boomSound = audio.loadSound( “boom.mp3”) --returns the sound[/lua]
I have both sounds in the dirctory of the main.lua, and I get this error in the terminal:
Warning: audio error: MPG123: Message: Feed me more input data!Warning: audio.loadSound: failed to create sound (wing.mp3)
Why is this happening?
—Edit—
I’m working on a Windows 8 PC.
I’m working with Corona 2014.2189 (version 3.0)
The error is on both simulator and my android device