I've searched all of the web for code on how to read tags from an m4a file, but I can't seem to find anything useful. I figured out the code for an mp3 file, but not an m4a yet. Any ideas?
Printable View
I've searched all of the web for code on how to read tags from an m4a file, but I can't seem to find anything useful. I figured out the code for an mp3 file, but not an m4a yet. Any ideas?
Since it seems to be an Apple specific format, you probably won't find much. You would probably have to dissect it yourself. Although, I didn't search on the subject.
Check out if there are any Audacity add-ons that are open source and even if their code isn't C# it would help you figure out the methods for doing so, I personally have no clue.
http://sourceforge.net/projects/audacity/