Sound You can use the Engine.playSound(src) method to play sounds. You just provide the source. Keep in mind that a lot of modern browsers block sound without user interaction. To stop sounds, you can use the Engine.stopAllSounds() method.