ncmixer

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

commit b01b046ec887126487bcb6d1c4d1bf35f2fece22
parent 6f239bd692bd1b225612aa6d83c0a55a9a965625
Author: sin <sin@2f30.org>
Date:   Mon,  6 Jun 2016 16:21:38 +0100

Fix comment

Diffstat:
Mncmixer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmixer.c b/ncmixer.c @@ -25,7 +25,7 @@ #define SA struct sockaddr #define CH0_NAME "/tmp/ch0" #define CH1_NAME "/tmp/ch1" -#define MASTER_DEV "rsnd/0" /* bypass sndiod for now */ +#define MASTER_DEV "rsnd/0" /* bypass sndiod by default */ #define MONITOR_DEV "rsnd/1" #define FPS 25 #define BITS 16