Hello I am making a fireworks project for android (like Daniel Schiffman) using processing 3.0 and android mode. I would like to play a sound when the firework explodes. How do I use the cassette library to play a .wav file.
void mousePressed () {
fireworks.add(new Firework(mouseX));
//Play Launch Sound
}
Please tell me me if you need more code.
Mac version, android 7.0