Beat beat grid go crazy when some specific files are played
Bug #797439 reported by
Anders Gunnarsson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Medium
|
RJ Skerry-Ryan | ||
1.10 |
Fix Released
|
Medium
|
RJ Skerry-Ryan | ||
1.9 |
Fix Released
|
Medium
|
RJ Skerry-Ryan |
Bug Description
The beat grid and related graphics for cue-points etc seem to move 4-5 times the speed of the waveform when playing some specific files. These files seem to be mp3 only, where the bitrate is detected as zero or just maybe some metadata fail to load properly (See log). I can provide some test files if someone wants to debug this.
Log output related to this issue:
Debug: [Main]: BeatFactory:
Seen with Mixxx 1.10.0 beta1 on UbuntuStudio 11.04 64-bit.
Related branches
lp://staging/mixxx/1.9
(Merged)
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in mixxx: | |
assignee: | nobody → RJ Ryan (rryan) |
Changed in mixxx: | |
status: | Triaged → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I debugged one of the files I have that does this and it looks like TagLib is wrong about the samplerate in this case and gives 11kHz instead of 44kHz for this particular file. Judging from the TagLib code, it looks like this file has a corrupt Xing header. We do not check for Xing headers in SoundSourceMP3, so this is why the engine gets the right samplerate.