quiniouben / vban

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

Question: How to control volume? #53

Closed jtabb16 closed 4 years ago

jtabb16 commented 4 years ago

Hey. This looks like a cool project. I read through some of the source code, but didn't see where you could set the volume of the emitter. Is it possible to control the volume in the command line with these tools?

NeroBurner commented 4 years ago

I thin the scope of vban is to just send and receive the raw input.

You could use pavuctl to manipulate the input/output. If you're using pulseaudio

quiniouben commented 4 years ago

Hi @jtabb16 , as @NeroBurner mentions it, vban is only a raw audio transport protocol. Everything else is up to the surrounding infrastructure. However, if you use this in conjunction with voicemeeter , you could make use of the included vban_sendtext utility to remote control parameters, including volume of voicemeeter tracks

QuantumFluxCapacitor commented 4 years ago

Hi, is there a way to link the volume control buttons in raspbian to the stream output?

Voicemeeter in windows can't do this either, Only to the voicemeeter input.

quiniouben commented 4 years ago

Hi @QuantumFluxCapacitor , I guess I can only repeat my previous answer: basically no., vban open source project is about transporting bare audio.

QuantumFluxCapacitor commented 4 years ago

Hi @QuantumFluxCapacitor , I guess I can only repeat my previous answer: basically no., vban open source project is about transporting bare audio.

Yes I understood that, but volume button control can be hooked to output A. Why can't it be hooked to the Virtual B output slider?