ncmixer

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

commit 4bc38b4035c97fa21b0a81fcb33767fe5265d1e9
parent 771b8b9b697d38ae23d548c5a1e143981ea4c90e
Author: lostd <lostd@2f30.org>
Date:   Fri, 18 Nov 2016 00:53:16 +0000

Fix typo

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

diff --git a/mixerd.c b/mixerd.c @@ -69,7 +69,7 @@ struct input { short attenuated_buf[NSAMPLES]; int nsamples; int mon_on; /* whether input should be directed to monitor */ - float level; /* channel level in the internal [0.0, 1.0] */ + float level; /* channel level in the interval [0.0, 1.0] */ } inputs[] = { { .listenfd = -1, .clifd = -1, .level = 1.0f }, { .listenfd = -1, .clifd = -1, .level = 1.0f }