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.
我可以使用什么来确定 AIFF 音频文件的运行时间。最好使用 Perl。
Audio::Scan是 CPAN 上可用的 perl 模块,其中包括以毫秒为单位返回 AIFF 轨道长度的接口。