Skip to content

Commit

Permalink
Renaming message.sh to announce-popup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Feb 25, 2024
1 parent 607404f commit 51340bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions sounds/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.wav
*.midi
2 changes: 1 addition & 1 deletion sounds/message.sh → sounds/announce-popup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ sox -D -n -r 48000 -c 2 -b 32 02-1.wav \

sox 01.wav 02-1.wav -m 03.wav
sox 03.wav 04.wav REVERB 75 100 50 100 100 5
sox --norm=-0.5 04.wav -c 2 -b 16 -r 44100 message.wav
sox --norm=-0.5 04.wav -c 2 -b 16 -r 44100 announce-popup.wav
rm -f 0?.wav 0?-?.wav
3 changes: 2 additions & 1 deletion sounds/inaccessible.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/bash -e
# Copyright 2024 Michael Pozhidaev <[email protected]>
# The LUWRAIN Project, GPL v.3
# A major

sox -D -n -b 32 -c 2 -r 44100 01.wav \
synth 1 pl %-1 sin %11 sin %14 sin %17 sin fmod %-1-%-25 gain -3 \
synth 1 pl %-3 sin %-15 sin %-12 sin %-8 sin fmod %-1-%-25 gain -3 \
fade t 0 0.2 0.1 treble -10 pad 0 2
sox -D 01.wav 02.wav \
reverb 85 100 35 50 50
Expand Down
6 changes: 3 additions & 3 deletions sounds/make
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Copyright 2024 Michael Pozhidaev <[email protected]>
# The LUWRAIN Project, GPL v.3

./message.sh
mv message.wav _message.wav
sox -D _message.wav message.wav gain -22
./announce-popup.sh
mv announce-popup.wav _announce-popup.wav
sox -D _announce-popup.wav announce-popup.wav gain -22

./done.sh
mv done.wav _done.wav
Expand Down

0 comments on commit 51340bf

Please sign in to comment.