sad

simple audio daemon
git clone git://git.2f30.org/sad
Log | Files | Refs | LICENSE

commit 3f7e47ece37eab42904f90509a2a4b93e4fda170
parent 20ab974626dbe14df09f6060a3604e8ca2c29a46
Author: sin <sin@2f30.org>
Date:   Sat, 27 Dec 2014 22:52:17 +0000

Up buffer again

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

diff --git a/sad.c b/sad.c @@ -66,7 +66,7 @@ static void playaudio(void) { Song *s; - unsigned char buf[2048]; + unsigned char buf[4096]; int nbytes; s = getcursong();