Summary: | Length of wav files is not displayed | ||
---|---|---|---|
Product: | [Frameworks and Libraries] taglib | Reporter: | Heiko Baums <heiko> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | lalinsky |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.7 | |
Sentry Crash Report: |
Description
Heiko Baums
2005-11-10 01:33:02 UTC
We rely on TagLib for reading metadata and audioproperties. So I guess TagLib doesn't support this wav format you're speaking of. Reassigning to TagLib. SVN commit 1148614 by lalinsky: Added reading of WAV audio length BUG:116033 M +2 -1 NEWS M +5 -0 taglib/riff/rifffile.cpp M +5 -0 taglib/riff/rifffile.h M +8 -1 taglib/riff/wav/wavfile.cpp M +15 -7 taglib/riff/wav/wavproperties.cpp M +7 -0 taglib/riff/wav/wavproperties.h M +2 -0 tests/CMakeLists.txt AM tests/data/empty.wav M +2 -0 tests/test_riff.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148614 |