Languages Visual Basic & VB.NET Visual Basic Sound/MP3  

Matt Player

download download  
important code information
author:
Matt G
minimum requirements:
Matt Player description

This program was put together to visualize sound by audio spectrum, Oscilator, VU meters. It is a simple CD player also. NOTE: Please compile the source to use. The IDE is slower. This is my first entry on the "Planet". If I get good ratings I will post more cool stuff. So please vote.



---------------------------------------------------------------------------
Title | Matt Player
Date | July 2 / 2004
Author | Matt Gillmore
---------------------------------------------------------------------------
I make no promises that this code will do what you want or even that it
will do what I meant it to do. You use it at your own risk.
---------------------------------------------------------------------------


[About]
It's a simple audio spectrum analyzer. It opens a waveform audio input device
for 16-bit mono input, gets chunks of audio, runs the FFT on them, and displays
the output in a little window.

The Visual Basic sourcecode is included. It demonstrates an easy and fairly
fast way to do graphics double-buffering with a hidden picturebox, audio input,
FFT usage, etc., etc.

NOTE: The visualization will not work unless either the Wave OUT Mixer, or CDPlayer
is selected in the volume control under the Recording Control. If anyone knows how to
programmatically set these settings let me know.

[Aknowledgments]
Thanks go to DeethSource author Murphy McCauley who credits
Don Cross for providing the original FFT code.


[Requirements]
a soundcard, of course.



File List:
FFT/0b
FFT/mixer/0b
FFT/mixer/FFT.bas2Kb
FFT/mixer/Mixer.bas9Kb
FFT/mixer/ReadMe.TXT1Kb
FFT/mixer/WaveIn.bas4Kb
FFT/mixer/XTimer.cls2Kb
FFT/mixer/XTimerS.bas3Kb
FFT/mixer/mixer.frm21Kb
FFT/mixer/mixer.frx4b
FFT/mixer/mixer.vbp1Kb
FFT/mixer/modFrmOps.bas4Kb

Similar code
Ultimate Speech V1.0 (Popularity: ) : Text to Speech, You will need a copy of the newer version of XVoice.dll or the older version 4.0, Or ...
A simple Wave Player Program (Popularity: ) : A Simple Wave Player Program Plays any Wave sound files that are in your My Music Folder.
A Really Cool Mp3 Player (Popularity: ) : This is a really cool Mp3 player,its like a little napster thing except you can not search for songs and ...
A Tiny MP3 Player (Popularity: ) : On start, it drops to the Sys Tray, left click on it and it opens a commondialog so you can ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 286
version
size in Kb 15
popularity   1121/5603570
user rating 8/10
ad


New Code
Popular Code