Closed MagmarFire closed 6 years ago
The issue was due to a stupid mistake on my part; when converting the song file to an MP3, Audacity lowered the frequency. This caused the overall sample length of the song to be set to a lower value, but the metadata was still at the larger values.
Word to the wise: When converting song files to another format, be sure the frequency didn't change. If it did, the metadata must also change, or the loop points will be wrong.
Caching MP3 files results in a length error. It implies there's something wrong with the way the number of samples is calculated. Could it be a problem with lossy formats in general?