Summary: | WavPack(wv) and The True Audio(tta) support | ||
---|---|---|---|
Product: | [Frameworks and Libraries] taglib | Reporter: | awok3nindech |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | sbriesen |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
awok3nindech
2005-10-24 10:37:03 UTC
I would like to have Speex support also. Since Speex is a Xiph.org codec, it uses Vorbis/XiphComments. IMHO Speex Audio is embedded in Ogg-Containers. So it should be straight forward. Just adding links to my TagLib-based plugins for these three codecs/file formats. Maybe someone will find it useful: http://svn.musicbrainz.org/libtunepimp/trunk/plugins/wv/ http://svn.musicbrainz.org/libtunepimp/trunk/plugins/tta/ http://svn.musicbrainz.org/libtunepimp/trunk/plugins/speex/ SVN commit 733568 by lalinsky: WavPack support. CCBUG:114982 M +3 -1 bindings/c/CMakeLists.txt M +1 -0 bindings/c/Makefile.am M +3 -0 bindings/c/tag_c.cpp M +2 -1 bindings/c/tag_c.h M +8 -0 taglib/CMakeLists.txt M +3 -2 taglib/Makefile.am M +4 -0 taglib/fileref.cpp A taglib/wavpack (directory) A taglib/wavpack/CMakeLists.txt A taglib/wavpack/Makefile.am A taglib/wavpack/wavpackfile.cpp [License: LGPL (v2.1) (wrong address)] A taglib/wavpack/wavpackfile.h [License: LGPL (v2.1) (wrong address)] A taglib/wavpack/wavpackproperties.cpp [License: LGPL (v2.1) (wrong address)] A taglib/wavpack/wavpackproperties.h [License: LGPL (v2.1) (wrong address)] WebSVN link: http://websvn.kde.org/?view=rev&revision=733568 SVN commit 735116 by lalinsky: TrueAudio support. This is last of the three formats implemented for libtunepimp, now used also by various players. BUG:114982 M +1 -0 bindings/c/CMakeLists.txt M +1 -0 bindings/c/Makefile.am M +3 -0 bindings/c/tag_c.cpp M +2 -1 bindings/c/tag_c.h M +8 -1 taglib/CMakeLists.txt M +4 -2 taglib/Makefile.am M +5 -1 taglib/fileref.cpp AM taglib/trueaudio (directory) A taglib/trueaudio/CMakeLists.txt A taglib/trueaudio/Makefile.am A taglib/trueaudio/trueaudiofile.cpp [License: LGPL (v2.1) (wrong address)] A taglib/trueaudio/trueaudiofile.h [License: LGPL (v2.1) (wrong address)] A taglib/trueaudio/trueaudioproperties.cpp [License: LGPL (v2.1) (wrong address)] A taglib/trueaudio/trueaudioproperties.h [License: LGPL (v2.1) (wrong address)] AM tests/data/empty.tta M +6 -0 tests/test_fileref.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=735116 |