Bug 116033

Summary: Length of wav files is not displayed
Product: [Frameworks and Libraries] taglib Reporter: Heiko Baums <heiko>
Component: generalAssignee: 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
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