C++ Speex 到 Flac 包装器/库

标签 c++ wrapper speex flac

应用程序正在使用 speex 编解码器将音频传输到服务器。在服务器上,我需要将 speex 解码为 PCM(或其他东西?),然后使用 flac 对其进行编码并发送到 Google Speech API。是否有任何易于使用的 speex/flac 包装器(或库)?

最佳答案

听起来像是 gstreamer 的工作。我不太了解它,但它肯定可以根据 the plug-ins page 处理 FLAC 和 Speex。 .

关于C++ Speex 到 Flac 包装器/库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10703168/

相关文章:

c++ - 为什么在C++中我无法使用参数化构造函数声明动态对象数组?

c++ - 在winsock2中使用select时,直接遍历 “readfds(fdsets)”是否合适?

c++ - VC6编译错误

html5-audio - 如何通过 html5 播放 .spx 文件?

ios - 编译 ffmpeg 以支持 SPEEX 解码

apache-flex - Flash/Flex 中 Speex 编解码器的 API

c++ - VSE(visual studio enterprise)2015 上的 C++ 中的 ShellExecute 不起作用

c# - 创建简单的 c++.net 包装器。一步步

c++/cli dll 包装器,用于在 LabView 中使用的原生 c++

python - 尝试将自定义 C++ 矩阵传递给 numpy 数组