mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-13 00:05:23 +07:00
convert_sounds.sh is no longer needed
This commit is contained in:
parent
4ed9f10c1b
commit
416007593f
@ -1,12 +0,0 @@
|
||||
#convert from stereo to mono
|
||||
cd assets/sounds/
|
||||
for i in *.ogg; do
|
||||
echo $i
|
||||
ffmpeg -i "$i" -ac 1 "OUT_$i"
|
||||
done
|
||||
|
||||
find . -type f ! -name "OUT_*" -delete
|
||||
|
||||
for file in OUT_*; do mv "$file" "${file#OUT_}"; done;
|
||||
|
||||
cd ../../
|
Loading…
Reference in New Issue
Block a user