Convert .aif files to .wav (#711)
* Migrate .aif files to .wav * cleanup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
for l in $(seq 1 8)
|
||||
do
|
||||
echo lookahead="$l":
|
||||
wav2agb "$1" -c -l "$l" --verbose
|
||||
echo lookahead="$l" fast:
|
||||
wav2agb "$1" -f -l "$l" --verbose
|
||||
done
|
||||
Reference in New Issue
Block a user