Bug 116033 - Length of wav files is not displayed
Summary: Length of wav files is not displayed
Status: RESOLVED FIXED
Alias: None
Product: taglib
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 01:33 UTC by Heiko Baums
Modified: 2010-07-11 11:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.7


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Baums 2005-11-10 01:33:02 UTC
Version:           1.3.6 (using KDE KDE 3.4.3)
Installed from:    Gentoo Packages
Compiler:          GCC 3.4.4 
OS:                Linux

amaroK doesn't display the length of wav files.
In the playlist it displays a question mark instead and in the player window and the OSD a wrong length is displayed when playing the wav file.
Comment 1 Mark Kretschmann 2005-11-10 08:35:44 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.
Comment 2 Lukáš Lalinský 2010-07-11 11:37:22 UTC
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