Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I want to create a simple graphic visualistion of any/all played audio on my computer.
Im using microsoft visual studio basic (2010) since this is my first project and it seems to be abit more beginner friendly.

I have been looking for guides and help but none seem to quite get me to where I want to go. Ideally I would like a simple horisontal bar that moves up and down acording to the volume of the sound curently being played on the system.

Any advice, help or places to go?

Pls note this is my first real project so im still very new to this

Ty for taking the time to read my post/help me out
Posted
Comments
[no name] 10-Aug-14 17:00pm    
Advise... read the FAQs for how to ask questions, http://www.codeproject.com/Articles/64628/Code-Project-Quick-Answers-FAQ
Learn to use a search engine
Christian wrote a great article on how to use search engines, http://www.codeproject.com/Articles/24213/How-to-Use-Google-and-Other-Tips-for-Finding-Progr
When you do ask questions, clearly describe the problem that you have and post the code that you have the problem with. Do not post your entire code base and do not describe it as "not working".
Don't assume that we can see your code, your hard drive, your monitor or read your mind. We can't. We only know what you tell us about your project.

1 solution

You will find some code samples or libraries on CodeProject: http://www.codeproject.com/search.aspx?q=sound+visualizer&doctypeid=1[^].

Unfortunately, you did not tag your platform, language and other preferences; it would give you too wide search criteria. Add some keywords related to your preferences to the query, to limit your search.

It's pretty likely that your platform is .NET; you probably want to use VB.NET but should not limit your choice with VB.NET, because code in any .NET language would be equally helpful. Yet, you did not put any constraints on the UI library to use. Anyway, then it's even easier to find: http://www.codeproject.com/search.aspx?q=sound+visualizer+%28%22.NET%22+OR+%22C#%22+OR+%22VB.NET%22%29&doctypeid=1[^].

Good luck.
—SA
 
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