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.
我有一个 flac 文件,我需要分析它的波形,所以我需要将 pcm 数据放在一个数组中。是否有一些库可以为我执行此操作而无需使用命令行工具转换文件?我可以同时使用 Python 和 C。
我建议你使用 libFLAC 来解码。http://flac.sourceforge.net/