ding replaces airhorn (#2301)
This commit is contained in:
parent
74e2b55243
commit
db38640032
3 changed files with 2 additions and 1 deletions
Binary file not shown.
BIN
OsmAnd/assets/sounds/ding.ogg
Normal file
BIN
OsmAnd/assets/sounds/ding.ogg
Normal file
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue