dagargo / overwitch

JACK client for Overbridge devices
GNU General Public License v3.0
127 stars 15 forks source link

Deactivate JACK to Overwitch audio if nothing is connected to the inputs #36

Closed dagargo closed 2 years ago

dagargo commented 2 years ago

This was removed in 81e305236d1f546f10031e469091738960794416 and needs to be reimplemented.

The idea behind this is to save computing power needed by the resamplers when sending a zero level signal. For devices with many inputs this can make a difference.

Once a connection is detected audio will be passed thru with no delay.

dagargo commented 2 years ago

Implemented in 9ff029dec5b0c290ac27fc384ce2d12e60476ee2.