Data Fields | |
| SpeexBits | bits |
| int16_t | buf [BUFFER_SAMPLES] |
| int | framesize |
| int | silent_state |
| void * | speex |
| SpeexBits bits |
Definition at line 90 of file codec_speex.c.
Referenced by speex_encoder_construct(), speex_decoder_construct(), speextolin_framein(), lintospeex_frameout(), speextolin_destroy(), and lintospeex_destroy().
| 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 speex_encoder_construct(), speex_decoder_construct(), speextolin_framein(), and lintospeex_frameout().
| int silent_state |
Definition at line 92 of file codec_speex.c.
Referenced by speex_encoder_construct(), and lintospeex_frameout().
| void* speex |
Definition at line 89 of file codec_speex.c.
Referenced by speex_encoder_construct(), speex_decoder_construct(), speextolin_framein(), lintospeex_frameout(), speextolin_destroy(), and lintospeex_destroy().