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