Some audio fixes (no more mp3 clicking and popping?) (issue #217)

This commit is contained in:
Bart van Strien
2011-06-08 23:37:01 +02:00
parent 43a6357b54
commit a372dcaec8
3 changed files with 8 additions and 7 deletions
@@ -129,6 +129,7 @@ namespace lullaby
continue;
case MPG123_NEED_MORE:
{
size += numbytes;
int v = feed(8192);
switch(v)