Add files via upload

This commit is contained in:
billythehippo 2022-10-13 19:24:05 +03:00 committed by GitHub
parent 1f345af128
commit 0ccdebda1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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
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