removed the atmo sound clips because they had been too large

pull/1/head
Michael Peter Christen 10 years ago
parent 883622306e
commit a27563e5c3

Binary file not shown.

Binary file not shown.

@ -1,14 +1,6 @@
The following sounds had been taken from https://www.freesound.org and renamed from their original name.
Please see license, author and original download page below:
atmocrawling.wav
(CC BY 3.0) by cydon, https://www.freesound.org/people/cydon/
https://www.freesound.org/people/cydon/sounds/126178/
atmomonitor.wav
(CC0) by Diboz, https://www.freesound.org/people/Diboz/
https://www.freesound.org/people/Diboz/sounds/211683/
dhtin.wav (converted from mp3)
(CC0) by Kastenfrosch, https://www.freesound.org/people/Kastenfrosch/
https://www.freesound.org/people/Kastenfrosch/sounds/113986/

@ -45,8 +45,6 @@ public class Audio {
public static enum Soundclip {
atmocrawling("atmocrawling.wav"),
atmomonitor("atmomonitor.wav"),
dhtin("dhtin.wav"),
newdoc("newdoc.wav"),
remotesearch("remotesearch.wav");
@ -184,9 +182,9 @@ public class Audio {
Soundclip.dhtin.play();Thread.sleep(500);
Soundclip.dhtin.play();Thread.sleep(500);
Soundclip.dhtin.play();Thread.sleep(500);
Soundclip.atmocrawling.start(); Thread.sleep(1000); Soundclip.atmocrawling.stop(); Thread.sleep(1000);
Soundclip.atmocrawling.start(); Thread.sleep(1000); Soundclip.atmocrawling.stop(); Thread.sleep(1000);
Soundclip.atmocrawling.start(); Thread.sleep(1000); Soundclip.atmocrawling.stop(); Thread.sleep(1000);
Soundclip.remotesearch.start(); Thread.sleep(1000); Soundclip.remotesearch.stop(); Thread.sleep(1000);
Soundclip.remotesearch.start(); Thread.sleep(1000); Soundclip.remotesearch.stop(); Thread.sleep(1000);
Soundclip.remotesearch.start(); Thread.sleep(1000); Soundclip.remotesearch.stop(); Thread.sleep(1000);
} catch(Exception ex) {
System.out.println("Error playing sound: " + ex.getMessage());
ex.printStackTrace();

Loading…
Cancel
Save