diff --git a/htroot/env/soundclips/atmocrawling.wav b/htroot/env/soundclips/atmocrawling.wav deleted file mode 100644 index 9b27454d3..000000000 Binary files a/htroot/env/soundclips/atmocrawling.wav and /dev/null differ diff --git a/htroot/env/soundclips/atmomonitor.wav b/htroot/env/soundclips/atmomonitor.wav deleted file mode 100644 index 2d4d82a05..000000000 Binary files a/htroot/env/soundclips/atmomonitor.wav and /dev/null differ diff --git a/htroot/env/soundclips/sources.txt b/htroot/env/soundclips/sources.txt index c0d4456c1..73411d5f1 100644 --- a/htroot/env/soundclips/sources.txt +++ b/htroot/env/soundclips/sources.txt @@ -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/ diff --git a/source/net/yacy/gui/Audio.java b/source/net/yacy/gui/Audio.java index d202ffb0c..d05196208 100644 --- a/source/net/yacy/gui/Audio.java +++ b/source/net/yacy/gui/Audio.java @@ -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();