Closed GoogleCodeExporter closed 9 years ago
I might add that it works correctly when the SoundHandleJme is instantiated for
"music" instead of "sound" in the SoundDeviceJme.
This is because when being used for "music" this constructor is being called:
public SoundHandleJme(AudioRenderer ar, AssetManager am, String fileName);
instead of this one:
public SoundHandleJme(AudioRenderer ar, AudioNode node);
when being used as a "sound".
The problem is probably the:
if (fileName != null){
in the play() method.
Original comment by void65...@googlemail.com
on 13 Jun 2012 at 10:23
Original comment by ShadowIs...@gmail.com
on 10 Nov 2012 at 9:08
Original issue reported on code.google.com by
void65...@googlemail.com
on 13 Jun 2012 at 10:08