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.
如何在浏览器上使用 javascript 将 .mp3 文件转换为 .wav 文件?
你在寻找这样的东西吗?
MP3.js - 基于 JSMad 的 JavaScript MP3 解码器
MP3.js 是 JSMad 的重构版本,旨在运行在 ofmlabs Aurora 音频框架中。它支持 JSMad 的所有功能,并在相同的 GPLv2 许可下发布。代码进行了一些重组,现在使用所有类型的数组进行解码,性能更好。
https://github.com/devongovett/mp3.js