Sound

how do i check if the audio is playing?

… turn on your speakers?

Unless you meant, through code… which makes more sense. /facepalm



[java]audioNode.getStatus();[/java]



Returns the AudioNode.Status enum, which should give you what you want :slight_smile:

ok thanks

another question, were do i get the assetsManager here? https://wiki.jmonkeyengine.org/legacy/doku.php/jme3:beginner:hello_audio

assetManager is a protected field in SimpleApplication.

oh ok, so where can i get ogg files? in general, or create them…

:facepalm:



Wiki Commons has many

Freesound is also a great source

You can also record your friends talking on Skype and run it through something like Audacity. I’ve done this in the past and tried to get them to confess to crimes where there are cash rewards for any tips. Apparently this is illegel, especially if its untrue :smiley:



Any of those should do the trick

2 Likes