Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux コマンド ライン ツールを使用してオーディオ ファイルから振幅のリストを取得するにはどうすればよいですか?
個々のサンプルをすべてテキストとして取得するという意味ですか? SoXはそれを行うことができます。
$ sox file.wav file.dat
オーディオファイルを取得し、秒単位のタイムベースの列と、可能な最大値でスケーリングされた各オーディオチャネルの列をfile.wav含むテキストファイルを生成します。file.dat
file.wav
file.dat