Click here to Skip to main content
16,011,626 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a mediaplayer.
Now, I needed a 10 band equilizer and graphical visualization for playing Audio files which will make my player attractive.

I hope that, i will get a help :)
Posted
Updated 31-Aug-10 7:31am
v2
Comments
Sandeep Mewara 31-Aug-10 13:31pm    
Sure you will get help once you show what have you tried! Please go ahead, show us.

How does your media player work ? Did you write it, or does it just use the windows media player component to play files ? The answer to this will change how you get access to the audio data, and that changes how you modify it and display it.
 
Share this answer
 
i have used directX.audioVideoplayback namespace.i have used its Audio and Video class for reading the audio and video files respectively.
ex:

Audio audio;


audio=new Audio(#path of file#);
audio.Play();




it supports .mp3 and .mpg files
 
Share this answer
 

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