Searched refs:play_buf (Results 1 – 1 of 1) sorted by relevance
188 spx_int16_t *play_buf; member522 … st->play_buf = (spx_int16_t*)speex_alloc(K*(PLAYBACK_DELAY+1)*st->frame_size*sizeof(spx_int16_t)); in speex_echo_state_init_mc()582 st->play_buf[i] = 0; in speex_echo_state_reset()625 speex_free(st->play_buf); in speex_echo_state_destroy()643 speex_echo_cancellation(st, rec, st->play_buf, out); in speex_echo_capture()646 st->play_buf[i] = st->play_buf[i+st->frame_size]; in speex_echo_capture()671 st->play_buf[st->play_buf_pos+i] = play[i]; in speex_echo_playback()677 st->play_buf[st->play_buf_pos+i] = play[i]; in speex_echo_playback()