Displaying 3 results from an estimated 3 matches for "codecbit".
Did you mean:
codecbits
2009 Sep 02
3
voice sound like robot voice :)
...+= Cvoicecodecrawbuffersize;
// input/output voice buffer
pCodecBuffer = voicemem;
}
TVoiceCodec::~TVoiceCodec()
{
if ( pCodecEncoderState )
{
speex_preprocess_state_destroy( pPreprocessorState );
speex_encoder_destroy( pCodecEncoderState );
speex_bits_destroy( &codecBits );
pCodecEncoderState = NULL;
}
if ( pCodecDecoderState )
{
speex_decoder_destroy( pCodecDecoderState );
speex_bits_destroy( &codecBits );
pCodecDecoderState = NULL;
}
}
void TVoiceCodec::setSampleRate( int samplerate )
{
sampleRate = samplerate;
/...
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...; }
> >
> >
> > TVoiceCodec::~TVoiceCodec()
> > {
> > if ( pCodecEncoderState )
> > {
> > speex_preprocess_state_destroy( pPreprocessorState );
> > speex_encoder_destroy( pCodecEncoderState );
> > speex_bits_destroy( &codecBits );
> > pCodecEncoderState = NULL;
> > }
> >
> > if ( pCodecDecoderState )
> > {
> > speex_decoder_destroy( pCodecDecoderState );
> > speex_bits_destroy( &codecBits );
> > pCodecDecoderState = NULL;
> > }...
2009 Sep 03
0
voice sound like robot voice :)
...e buffer
> pCodecBuffer = voicemem;
> }
>
>
> TVoiceCodec::~TVoiceCodec()
> {
> if ( pCodecEncoderState )
> {
> speex_preprocess_state_destroy( pPreprocessorState );
> speex_encoder_destroy( pCodecEncoderState );
> speex_bits_destroy( &codecBits );
> pCodecEncoderState = NULL;
> }
>
> if ( pCodecDecoderState )
> {
> speex_decoder_destroy( pCodecDecoderState );
> speex_bits_destroy( &codecBits );
> pCodecDecoderState = NULL;
> }
> }
>
>
> void TVoiceCodec::setSa...