Results 1 to 4 of 4

Thread: [3.5] Reading MP3 files?

  1. #1

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    [3.5] Reading MP3 files?

    Does anyone have an idea where I might start for essentially creating a visualization for mp3 files? It's something I've wanted to do for a while, I just have no clue where to begin...

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367

    Re: [3.5] Reading MP3 files?

    If you want to create one from scratch, you should start by learning the MP3 format and how to decode it, so you can extract the data you will need to create the visualizations.

    You might be able to find a DLL that will handle the MP3 stuff for you and let you deal just with the bytes data for creating your visualization.

  3. #3
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: [3.5] Reading MP3 files?

    Googled "audio visualization in c#", cause sound interesting. Maybe this help?

    http://www.codeproject.com/KB/audio-...undViewer.aspx

  4. #4

    Thread Starter
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: [3.5] Reading MP3 files?

    Looks interesting, but I can't seem to locate where a file is loaded or what it's basing its' visualization on...

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