c# - How to strip MP3 tags from raw data (ID3v1, ID3v2) -


i looking strip metadata (tags) out of mp3 byte[] leave audio data.

  1. is there existing library capable of doing this? (if so, example given)
  2. 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

https://github.com/mono/taglib-sharp


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -