tag_id3: parse ID3 tags in RIFF/WAV files

Added a small RIFF parser library.  Look for an "id3" chunk, and let
libid3tag parse it.
This commit is contained in:
Max Kellermann
2009-03-02 18:00:46 +01:00
parent 72176db429
commit 336f624277
5 changed files with 182 additions and 3 deletions

1
NEWS
View File

@@ -7,6 +7,7 @@ ver 0.15 - (200?/??/??)
- support the "album artist" tag
- support MusicBrainz tags
- parse RVA2 tags in mp3 files
- parse ID3 tags in RIFF/WAV files
* decoders:
- audiofile: streaming support added
- audiofile: added 24 bit support