www.pudn.com > va_g729.zip > va_g729a.h
/*--------------------------------------------------------------------------------* * * * Copyright © 1995-2001 VoiceAge Corporation. All Rights Reserved. * * * * All warranties implied or expressed, including but not limited to implied * * warranties of merchantability, or fitness for purpose, are excluded. * * * * ACELP and VoiceAge are a registered trademark and trademark of VoiceAge * * Corporation in Canada and / or other countries. Any unauthorized use is * * strictly prohibited. * * * *--------------------------------------------------------------------------------* * * * VoiceAge Corporation * * www.voiceage.com * * * *--------------------------------------------------------------------------------* * va_g729a.h * * ~~~~~~~~~~~~~~~~~~ * *--------------------------------------------------------------------------------* /* va_g729a API functions prototypes and constants */ #define L_FRAME_COMPRESSED 10 #define L_FRAME 80 void va_g729a_init_encoder(); void va_g729a_encoder(short *speech, unsigned char *bitstream); void va_g729a_init_decoder(); void va_g729a_decoder(unsigned char *bitstream, short *synth_short, int bfi);