最終更新:2025-01-19 (日) 10:23:57 (20d)  

sox
Top / sox

SoX

Swiss army knife of sound processing

最も一般的な形式のオーディオ ファイルの読み取りと書き込みが可能

コマンド

変換

  • sox recital.au recital.wav
  • sox -r 8k -u -b 8 -c 1 voice-memo.raw voice-memo.wav

メモ

  • The play and rec commands are provided so that basic playing and recording is as simple as
    play existing-file.wav
  • and
    rec new-file.wav
  • These two commands are functionally equivalent to
    sox existing-file.wav -d
  • and
    sox -d new-file.wav