Results 1 to 4 of 4

Thread: How to Read m4a tags in C#?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2010
    Location
    Massachusetts
    Posts
    205

    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

  2. #2
    Hyperactive Member
    Join Date
    Jan 2010
    Posts
    259

    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.

  3. #3
    New Member Gurgle528's Avatar
    Join Date
    Jan 2010
    Location
    Sarasota, FL
    Posts
    13

    Re: How to Read m4a tags in C#?

    Quote Originally Posted by RadXPictures View Post
    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/

  4. #4
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width