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.bas
2Kb
FFT/mixer/Mixer.bas
9Kb
FFT/mixer/ReadMe.TXT
1Kb
FFT/mixer/WaveIn.bas
4Kb
FFT/mixer/XTimer.cls
2Kb
FFT/mixer/XTimerS.bas
3Kb
FFT/mixer/mixer.frm
21Kb
FFT/mixer/mixer.frx
4b
FFT/mixer/mixer.vbp
1Kb
FFT/mixer/modFrmOps.bas
4Kb
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 ...