CUE Sheet input: Seek function now returns correct time offset

CQTexperiment
Christopher Snowhill 2022-01-19 22:09:29 -08:00
parent 244f896318
commit 698798a6f4
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@
framePosition = [decoder seek:frame];
return framePosition;
return framePosition - trackStart;
}
- (int)readAudio:(void *)buf frames:(UInt32)frames