Versions in this module Expand all Collapse all v0 v0.0.1 Nov 23, 2019 Changes in this version + type JitterBuf struct + func NewJitterBuf(p JitterBufParams) (*JitterBuf, error) + func (j *JitterBuf) Read() ([]int16, error) + func (j *JitterBuf) Stop() + func (j *JitterBuf) Write(buf []int16) + type JitterBufParams struct + BufferLength time.Duration + Channels int + Debug bool + FrameLength time.Duration + MaxDrift time.Duration + Rate int