ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit 45236051aa622b2050080dcc7e20a9e3c3ee4f4e
parent 9fbdef5a19e2baa94fed2e4fa0205239bbd810f2
Author: lostd <lostd@2f30.org>
Date:   Wed,  9 Nov 2016 11:33:33 +0100

Add some notes on mic toggle

Diffstat:
MTODO | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -4,3 +4,9 @@ - Icecast output with libshout - Track metadata for each channel - Push metadata to icecast stream + +Notes on the "on air" button: +Server enters a fade down/up state, regularly calculates a completion +ratio and adjusts the effective levels accordingly. Level changes +during that time are handled normally because the fade effect is applied +after that stage. Fade duration and target limit can be hardcoded.