Data Fields | |
SpeexBits | bits |
int16_t | buf [BUFFER_SAMPLES] |
int | framesize |
int | silent_state |
void * | speex |
Definition at line 94 of file codec_speex.c.
SpeexBits bits |
Definition at line 96 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_frameout(), lintospeex_new(), speextolin_destroy(), speextolin_framein(), and speextolin_new().
int16_t buf[BUFFER_SAMPLES] |
Definition at line 103 of file codec_speex.c.
Referenced by lintospeex_framein(), and lintospeex_frameout().
int framesize |
Definition at line 97 of file codec_speex.c.
Referenced by lintospeex_frameout(), lintospeex_new(), speextolin_framein(), and speextolin_new().
int silent_state |
Definition at line 98 of file codec_speex.c.
Referenced by lintospeex_frameout(), and lintospeex_new().
void* speex |
Definition at line 95 of file codec_speex.c.
Referenced by lintospeex_destroy(), lintospeex_frameout(), lintospeex_new(), speextolin_destroy(), speextolin_framein(), and speextolin_new().