DirectSound/Show Graphic Display
This seems like it's going to be fairly complicated so, here it is...
I would like to display a visual representation of an entire mp3/wave file that the user can zoom in and out on...
It needs to use DirectShow and have the ability to playback audio, if the user picks a spot on the display, from that point.
Example Picture
The above link is a great example of what i need (in the center section)..
Thanks,
C
Re: DirectSound/Show Graphic Display
The DirectShow code I have here in post #2:
http://www.vbforums.com/showthread.php?t=357381
But to get the wave output, it would have to be converted to wav format, so that way you can obtain the sound buffer and display it.
Re: DirectSound/Show Graphic Display
Thanks, I already know how to play the MP3 file, i was wondering how to get a visual representation of the file. it's not a problem if it has to be converted to a wav. I can just create a temp file and then delete when it's done creating the visual.
c
Re: DirectSound/Show Graphic Display