|
-
Jan 13th, 2013, 03:44 PM
#1
Thread Starter
Addicted Member
How to Read m4a tags in C#?
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?
Always looking to meet fellow programmers. Message me if you want. Happy to help in whatever ways I can 
-
Jan 15th, 2013, 11:08 AM
#2
Hyperactive Member
Re: How to Read m4a tags in C#?
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.
-
Jan 16th, 2013, 04:01 PM
#3
New Member
Re: How to Read m4a tags in C#?
 Originally Posted by RadXPictures
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?
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/
-
Jan 18th, 2013, 01:27 PM
#4
Re: How to Read m4a tags in C#?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|