Skip to content

Commit 7847fce

Browse files
committed
adding Sounds
1 parent b1d236b commit 7847fce

21 files changed

Lines changed: 1 addition & 1 deletion

src/main/java/org/teachingextensions/logo/Sound.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public enum TKPSound {
3232
public synchronized void setSound(TKPSound mySound)
3333
{
3434
//String sound = "soundFiles/" + mySound + ".wav";
35-
String sound = "soundFiles/" + mySound + ".wav";
35+
String sound = mySound + ".wav";
3636
URL resource = this.getClass().getResource(sound);
3737
if (resource == null)
3838
{

src/main/resources/ahem.wav

14.3 KB
Binary file not shown.

src/main/resources/applause.wav

29.5 KB
Binary file not shown.
16.7 KB
Binary file not shown.

src/main/resources/cheering.wav

48.6 KB
Binary file not shown.
6.92 KB
Binary file not shown.

src/main/resources/fanfare.wav

158 KB
Binary file not shown.

src/main/resources/fargo_yah.wav

51.2 KB
Binary file not shown.

src/main/resources/gong.wav

31.9 KB
Binary file not shown.
7.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)