Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody...
I want some help. I am designing a mp3 player software where I want to draw the visualize wave form of mp3 files. But I don't know how to draw wave form of a mp3 file. So please help me to create the wave form of a mp3 file.
Thanks in Advance...
Posted

 
Share this answer
 
Comments
joginder-banger 17-Dec-13 21:41pm    
for more information hit to reply
Debabrata TPX 17-Dec-13 21:44pm    
No no...I don't want to convert mp3 files to wav file. I want to show the visualize graphical waveform of a mp3 file.
What computer language are you using to do this with - c?

You're looking at getting at the graph's buffers and doing fft on the values.

Although the samples below do not display a sine wave per say - it would not be too difficult to render it from the data points. Check these samples out:

Play Wave file with DirectSound and display its spectrum in real time[^]

Multimedia PeakMeter Control[^]

Rene.
 
Share this answer
 
v2
Comments
Debabrata TPX 18-Dec-13 0:22am    
I want a visualization like this http://wpfsvl.codeplex.com/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900