User Tools

Site Tools


using_the_easysound_library

Using the EasySound Library

The EasySound library is in the student files of our textbook's website.

Add the EasySound.jar library the your BlueJ API (the way we added the KarolRobot library.

public class EasySounds
{
    
    public static void main(String[] args)
    {
       EasySound bells = new EasySound("bells.wav");
       bells.play();
    }
}

bounce.wav

using_the_easysound_library.txt · Last modified: 2023/05/12 15:41 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki