Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Dance Ejay convert SCL file to WAV
- #splitting file at wave header
- for file in *.scl
- do
- echo $file
- sed 's/RIFF/\nRIFF/g' Welcome.scl|sed '/RIFF/,$!d' > "wavs/${file%.*}.wav"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement