Cog Audio: Fix input chain to reset its buffers when seeking properly
This commit is contained in:
parent
cc134ce293
commit
ec7ac74fcd
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@
|
||||||
amountInBuffer = 0;
|
amountInBuffer = 0;
|
||||||
// This resets the converter's buffer
|
// This resets the converter's buffer
|
||||||
[self resetBuffer];
|
[self resetBuffer];
|
||||||
|
[converter resetBuffer];
|
||||||
[converter inputFormatDidChange:[[[controller controller] bufferChain] inputFormat]];
|
[converter inputFormatDidChange:[[[controller controller] bufferChain] inputFormat]];
|
||||||
|
|
||||||
DLog(@"Reset buffer!");
|
DLog(@"Reset buffer!");
|
||||||
|
|
Loading…
Reference in a new issue