Then if it’s like that, why Tutorial (11) teaches us to play sounds calling either play() or playInstace() methods. Moreover in the online documentation of AudioNode class there is such methods:
void play()
- Start playing the audio and
void playInstance()
- Start playing an instance of this audio. (thinking). If there is some changes with the way sounds are played in JME3, perhaps the online docs and tutorials should be fixed.
Does anybody know anything ?