ding replaces airhorn (#2301)

This commit is contained in:
sonora 2016-06-03 09:36:52 +02:00
parent 74e2b55243
commit db38640032
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -896,7 +896,8 @@ public class VoiceRouter {
int soundClick = -1;
boolean success = true;
try {
soundClick = sp.load(settings.getContext().getAssets().openFd("sounds/airhorn.ogg"), 1);
// Taken unaltered from https://freesound.org/people/Corsica_S/sounds/91926/ under license http://creativecommons.org/licenses/by/3.0/ :
soundClick = sp.load(settings.getContext().getAssets().openFd("sounds/ding.ogg"), 1);
} catch (IOException e){
e.printStackTrace();
success = false;