G729a.h
上传用户:oldpeter23
上传日期:2013-01-09
资源大小:1111k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. //NetTalk
  2. /*------------------------------------------------------------------------------*
  3.  =============================
  4.    模块名称: G729a.h
  5.  =============================
  6.  
  7.  [版权]
  8.  
  9.    VoiceAge Corporation                                                           *
  10.  * 750, Chemin Lucerne                                                            *
  11.  * Suite 250                                                                      *
  12.  * Ville Mont-Royal (Quebec)                                                      *
  13.  * Canada, H3R 2H6                                                                *
  14.  *                                                                                *
  15.  * Tel. (514) 737-4940, fax. (514) 908-2037 
  16.                                               
  17. *------------------------------------------------------------------------------*/
  18. /* va_g729a API functions prototypes and constants */
  19. #define  L_FRAME_COMPRESSED 10
  20. #define  L_FRAME            80
  21. extern "C" void va_g729a_init_encoder();
  22. extern "C" void va_g729a_encoder(short *speech, unsigned char *bitstream);
  23. extern "C" void va_g729a_init_decoder();
  24. extern "C" void va_g729a_decoder(unsigned char *bitstream, short *synth_short, int bfi);