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 将声音(.amr/.wmv)文件转换为字节数组的想法/指针
请指教
谢谢
您可以查看这篇博文以了解JS 文件阅读器 API。基本上你想使用 JS File Reader API 的 readAsArrayBuffer() 来读取文件并取回一个字节数组。