Skip to content

Instantly share code, notes, and snippets.

@utahka
Created December 14, 2015 11:32
Show Gist options
  • Save utahka/b1854bc937b59f0eb65e to your computer and use it in GitHub Desktop.
Save utahka/b1854bc937b59f0eb65e to your computer and use it in GitHub Desktop.
カレントディレクトリの wav をすべて raw に変換
for wav in *.wav; do wav2raw ${wav}; done
@utahka
Copy link
Author

utahka commented Dec 14, 2015

Dependence

  • SPTK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment