mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Some audio fixes (no more mp3 clicking and popping?) (issue #217)
This commit is contained in:
@@ -129,6 +129,7 @@ namespace lullaby
|
||||
continue;
|
||||
case MPG123_NEED_MORE:
|
||||
{
|
||||
size += numbytes;
|
||||
int v = feed(8192);
|
||||
|
||||
switch(v)
|
||||
|
||||
Reference in New Issue
Block a user