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.
30 分以上のファイルの最初の 0.010 ミリ秒を切り取ろうとしています。トリム コマンドはそれをトリムしますが、得られる出力は 0.010 ミリ秒です。私が望むのは、オーディオ ファイルの最後の部分を保持し、ファイルの先頭の .010 ミリ秒を取り除くことです。
以下のコマンドを使用してみました。
sox input.wav output.wav trim 0 .010
ただ
sox input.wav output.wav trim .010
Trim には、 startとlengthの 2 つのパラメーターがあります。長さパラメータが空の場合、ファイルの終わりまで実行されます