Data Fields | |
| SpeexBits | bits |
| int16_t | buf [BUFFER_SAMPLES] |
| int | framesize |
| int | silent_state |
| void * | speex |
Definition at line 88 of file codec_speex.c.
| SpeexBits bits |
Definition at line 90 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), speextolin_destroy(), and speextolin_framein().
| int16_t buf[BUFFER_SAMPLES] |
Definition at line 97 of file codec_speex.c.
Referenced by lintospeex_framein(), and lintospeex_frameout().
| int framesize |
Definition at line 91 of file codec_speex.c.
Referenced by lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), and speextolin_framein().
| int silent_state |
Definition at line 92 of file codec_speex.c.
Referenced by lintospeex_frameout(), and speex_encoder_construct().
| void* speex |
Definition at line 89 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_frameout(), speex_decoder_construct(), speex_encoder_construct(), speextolin_destroy(), and speextolin_framein().