Get view-menu to play the interface sound
This commit is contained in:
6
scripts/convert-wav
Executable file
6
scripts/convert-wav
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in $(ls $1/*.wav); do
|
||||
ffmpeg -i $file -codec:a libvorbis $file.ogg
|
||||
done
|
||||
|
Reference in New Issue
Block a user