diff --git a/README.md b/README.md index 496f0cf..117c10b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This is a fork of BenoƮt Quiniou's VBAN cli tools. EMITTER and JACK-BACKEND have been little bit reworked: 1. No turn off when packet is invalid - just message and ignoring this packet. 2. Jack backend is now READY FOR EMITTER! +3. Reworked Autoconnect function in JACK backend mode +4. Added pearl script for emitter (of course, based on receptor's one) +5. Buffer size for Emitter in ALSA-mode is a parameter now vban project is an open-source implementation of VBAN protocol. VBAN is a simple audio over UDP protocol proposed by VB-Audio, see [VBAN Audio webpage](https://www.vb-audio.com/Voicemeeter/vban.htm) @@ -113,10 +116,8 @@ GUI This project is only componed of command line tools. If you are looking for a gui, you can take a look at: [VBAN-manager project on GitHub](https://github.com/VBAN-manager/VBAN-manager) TODO - --- -1. Rework default audio mapping for Emitter -2. Buffer size parameter for Emitter to make it able to work with short buffers (64, 128, 256) in ALSA-mode -3. Autoconnect for Emitter in JACK mode (as a parameter) -4. Normal (non-WEB) GUI \ No newline at end of file +1. Normal (non-WEB) GUI +2. Emitter: Rework the network packet transmission for Jack mode (without Ringbuffer - just send all taken audiodata after getting from ports) +3. Receptor: Try to make it able to get more than one stream in Jack mode