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

CQTexperiment
Christopher Snowhill 2022-01-12 23:13:49 -08:00
parent cc134ce293
commit ec7ac74fcd
1 changed files with 1 additions and 0 deletions

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!");