Home | History | Annotate | Download | only in libspeex

Lines Matching full:playback_delay

126 #define PLAYBACK_DELAY 2
522 st->play_buf = (spx_int16_t*)speex_alloc(K*(PLAYBACK_DELAY+1)*st->frame_size*sizeof(spx_int16_t));
523 st->play_buf_pos = PLAYBACK_DELAY*st->frame_size;
583 st->play_buf_pos = PLAYBACK_DELAY*st->frame_size;
667 if (st->play_buf_pos<=PLAYBACK_DELAY*st->frame_size)
673 if (st->play_buf_pos <= (PLAYBACK_DELAY-1)*st->frame_size)