quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Propose a vban_source: streaming a hardware input as a vban stream #8

Closed quiniouben closed 6 years ago

quiniouben commented 7 years ago

vban_receptor is the receiver side of the streaming: it would be very welcome to have the sending side. vban_source would simple stream existing ALSA or PulseAudio (or jackd ?) existing input signals to a vban stream with almost all same options than vban_receptor

quiniouben commented 6 years ago

v2.0 of vban project now comes with vban_emiter which streams hardware input as vban stream. For now, only alsa is supported, and channel mapping is disabled in both receptor and emitter, but should come back very soon + slight improvements.

quiniouben commented 6 years ago

Just commited the channel mapping for both emitter and receptor. Only missing the backends now :).