|
-
Oct 4th, 2000, 01:40 PM
#1
Thread Starter
Addicted Member
Does anyone know how to display *.wav files graphically as they are recorded? Example I'm creating a *.wav file, but I want to be able to view the *.wav file graphically as it is recorded by the computer.
212 will lead you to the truth
-
Oct 4th, 2000, 02:15 PM
#2
Monday Morning Lunatic
What form? Spectrum display or CRO style?
For the spectrum display, you'd need to use the FFT functions (don't even think about doing that in VB) to convert the data from the time domain to the frequency domain. That is, the sound is stored as amplitude against time. FFT converts it into freqency/amplitude against time. This way you can see which frequencies are the strongest (perhaps this will be of use to your other thread).
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Oct 5th, 2000, 10:31 AM
#3
Thread Starter
Addicted Member
Ok, don't use VB. But I have already vested years of development to this project in VB. It's not that simple. But could you send me the coding for this feature in whatever language, and I will have to create a C++ *.DLL, class, module, or something.
212 will lead you to the truth
-
Oct 5th, 2000, 12:21 PM
#4
Monday Morning Lunatic
I don't know how to do it, but do a search on PSC or AltaVista for "Fast Fourier Transform" and you should get something worthwhile. I did see some code in C a while back, though, so it's obviously floating around there somewhere.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|