dagargo / overwitch

JACK client for Overbridge devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dagargo opened this issue · comments

This was removed in 81e3052 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.

Implemented in 9ff029d.