摘要: CeltCodec目前需要交叉编译器编译后才能正常在WIN平台上运行,我这里使用的是(mingw),编译成功会产生一个libcelt.a,另外需要讲libgcc.a也COPY到项目中才正常使用 g_dwNotifySize = (pwfxInput->nAvgBytesPerSec * 20)/ 1000;等分处理公式为: AudioLength=samplingrate * 采样时间(20ms) * channl * 2void TestCeltCodec(short * sAudio)/* sAudio需要编码的数据 */{ //初始化 int err,samplingrate=32 阅读全文
posted @ 2011-11-07 19:25 大约 阅读(846) 评论(0) 推荐(0)