files
This commit is contained in:
5
core/convert_sounds.sh
Executable file
5
core/convert_sounds.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#convert from stereo to mono
|
||||
for i in assets/sounds/*.ogg; do
|
||||
echo $i
|
||||
ffmpeg -i "$i" -y -ac 1 "$i"
|
||||
done
|
||||
Reference in New Issue
Block a user