Fix: don't chop off the first 26ms of each MP3 (but don't change sync,

either).
This commit is contained in:
Glenn Maynard
2003-10-02 04:56:09 +00:00
parent 0115900378
commit 036fd2beb9
9 changed files with 35 additions and 4 deletions
@@ -17,6 +17,7 @@ bool SoundReader_Preload::Open(SoundReader *source)
{
ASSERT(source);
samplerate = source->GetSampleRate();
OffsetFix = source->GetOffsetFix(); // propagate upwards
/* Check the length, and see if we think it'll fit in the buffer. */
int len = source->GetLength_Fast();