WAV uses a simple RIFF structure:
http://en.wikipedia.org/wiki/RIFF
It actually mentions a quite old INFO chunk type at the beginning of
the file, which would be more official than a ID3v1 tag at the end of
the file, which shouldn't interfer with audio anyway, since the data
chunk has a defined size and reading wouldn't spread further into an
attached tag. But Wikipedia clearly says that INFO chunks have to be at
the beginning.
I've written a RIFF parser once, and if someone has a properly tagged
file (meaning an INFO chunk at the beginning), I could use that
information to add support for those tags to TagsRevisited.


-- 
CCRDude
------------------------------------------------------------------------
CCRDude's Profile: http://forums.slimdevices.com/member.php?userid=8478
View this thread: http://forums.slimdevices.com/showthread.php?t=32661

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to