ncmixer

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

commit 9ad463c661ae0894f9cc2ef620e6602c1d30b437
parent f34c4f72d2e1e6440c7c8f4ff347952bf6d5b28f
Author: lostd <lostd@2f30.org>
Date:   Thu, 15 Dec 2016 15:38:22 +0000

Add note about sndiod config

Diffstat:
MREADME | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -23,6 +23,15 @@ KEYS ^A -- toggle on-air state +CONFIG + +The mixer daemon works with the sndio audio server. For best performance, +you should avoid resampling at the sndio layer. The mixer itself uses a +sampling rate of 44100Hz, so ideally you run: + + sndiod -r44100 -f rsnd/0 -r44100 -f rsnd/1 + + CAVEATS The correct way to do movement is to get keyboard press and release events,