Skip to content

Release v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 18:54
· 25 commits to dev since this release

2020-10-28 v0.3.0

Windows version is now available.

ffmpeg is now installed from vcpkg, registered as a submodule.

New Attributes

ringbuf_framenum: set the buffer size of an internal ring buffer to collect samples asynchronously between audio thread and network. Note that the number will be multiplied to Signal Vector Size in Audio Setting. The default is x4.

Showing Packet Latency

"getlatency" message for mc.rtpreceiver~ outputs packet latency from the second outlet. Note that this latency is just taken from RTP packets' timestamp and does not include a latency caused by buffering. Generally, large signal-vector-size may causes a large latency, too small buffer size causes audio glitch. 128~512 is recommended.