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.
我想在我的 c++ 程序中将 Speex 原始数据转换为可播放的 wav 文件。
因此,第一步,我应该能够将 Speex 原始数据解码为 PCM。
在下一步中,我应该为 PCM 文件制作合适的标题(用于播放)。
这些步骤正确吗?
如果是,将不胜感激有关第一步(将 Speex 原始数据解码为 PCM)的任何帮助,
如果没有,我将不胜感激有关此过程的任何建议!