Added debug message for when output buffer runs dry.

CQTexperiment
vspader 2007-05-26 12:44:01 +00:00
parent 0f7f8f2750
commit b653133695
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
// return (n + [self readData:ptr amount:(amount-n)]);
}
if (n == 0) {
NSLog(@"Output Buffer dry!");
}
amountPlayed += n;
[pool release];