c# - How to strip MP3 tags from raw data (ID3v1, ID3v2) -
i looking strip metadata (tags) out of mp3 byte[]
leave audio data.
- is there existing library capable of doing this? (if so, example given)
- if ! step 1, there example of someome doing manually (a snippet great, language)?
try looking @ following libraries maybe
http://www.novell.com/products/linuxpackages/opensuse11.1/taglib-sharp.html
Comments
Post a Comment