Cog Audio: Fix input chain to reset its buffers when seeking properly

This commit is contained in:
Christopher Snowhill 2022-01-12 23:13:49 -08:00
parent cc134ce293
commit ec7ac74fcd

View file

@ -127,6 +127,7 @@
amountInBuffer = 0;
// This resets the converter's buffer
[self resetBuffer];
[converter resetBuffer];
[converter inputFormatDidChange:[[[controller controller] bufferChain] inputFormat]];
DLog(@"Reset buffer!");