xiph / speexdsp

Speex audio processing library - THIS IS A MIRROR, DEVELOPMENT HAPPENS AT https://gitlab.xiph.org/xiph/speexdsp
https://speex.org
Other
469 stars 190 forks source link

Speex Adaptive Jitter Buffer get function #30

Open Khubaib96 opened 4 years ago

Khubaib96 commented 4 years ago

Hi, I have been working on the Speex adaptive jitter buffer. I am a little confused in understanding the specific get function: int jitter_buffer_get(JitterBuffer *jitter, JitterBufferPacket *packet, spx_int32_t desired_span, spx_int32_t *start_offset); *spx_int32_t start_offset** parameter. I am attaching a snapshot. Could you please explain a little bit about this parameter? 2019-12-24_14-16-26

Thank you!