求解压gsm格式语音的动态库

kuibird 2008-12-02 04:39:42
如题
...全文
63 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
yjhsou 2008-12-26
  • 打赏
  • 举报
回复
地址是:http://download.csdn.net/source/910605
yjhsou 2008-12-26
  • 打赏
  • 举报
回复
我给你提供一个,已经传到我的资源里了,你去下载吧.下面是头文件里的代码:
/*----------------------------------------------------------------------------
; GLOBAL FUNCTION DEFINITIONS
----------------------------------------------------------------------------*/
/*
* This function allocates memory for filter structure and initializes state
* memory used by the GSM AMR decoder. This function returns zero. It will
* return negative one if there is an error.
*/
Word16 GSMInitDecode(void **state_data,
Word8 *id);

/*
* AMRDecode steps into the part of the library that decodes the raw data
* speech bits for the decoding process. It returns the address offset of
* the next frame to be decoded.
*/
Word16 AMRDecode(
void *state_data,
enum Frame_Type_3GPP frame_type,
UWord8 *speech_bits_ptr,
Word16 *raw_pcm_buffer,
Word16 input_format
);

/*
* This function resets the state memory used by the GSM AMR decoder. This
* function returns zero. It will return negative one if there is an error.
*/
Word16 Speech_Decode_Frame_reset(void *state_data);

/*
* This function frees up the memory used for the state memory of the
* GSM AMR decoder.
*/
void GSMDecodeFrameExit(void **state_data);

2,644

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 硬件/系统
社区管理员
  • 硬件/系统社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧