|
-
Apr 23rd, 2000, 11:31 PM
#1
Thread Starter
Junior Member
I want to make a program that recognizes different sounds (different hz only, no speak)
Got any good ideas how to make that???
/johan
-
May 5th, 2000, 05:36 PM
#2
Thread Starter
Junior Member
DOESNT ANYONE NOW HOW TO????
-
May 6th, 2000, 08:13 AM
#3
transcendental analytic
What are you working with? Wav files?
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 6th, 2000, 02:36 PM
#4
Thread Starter
Junior Member
mic
Im working from the mic-input..
-
May 6th, 2000, 05:26 PM
#5
transcendental analytic
Then, I can't help you, if you don't have any dll's or activeX that gives me direct access to wave code
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 10th, 2000, 06:57 AM
#6
What do you have so far?
Check out "http://forums.vb-world.net/showthread.php?threadid=14668"
When I first replied to that thread, it seemed like "kinjalgp" didn't want to post his code (it was never emailed to me and he replied twice without posting, so I dismissed it). But I searched for it for you and there is code there now by a couple people. I haven't looked at their code though.
If someone will demonstrate that they can capture time domain volume data from a sound blaster card or compatible, I might get motivated in helping out with the FFT to get frequency info (Hz).
I'll check to see if their code does this (but hopefully you'll check first and let me know).
-
May 16th, 2000, 10:26 PM
#7
Fanatic Member
-
May 17th, 2000, 02:47 AM
#8
I'm interested
It starts with the time domain information.
Volume as a function of time.
Volume(time)
V(t)
If you can get that from a microphone and sound card, then that is the first step. We need to be able to "see" this information. Not just generate a *.wav file. But if you know how to "read" a wav file for this V(t) info, then that is also a starting point. I'd prefer to be able to get my own "new/real-time" data from a mike and sound card.
We can even generate our own audio file format.
Then I'll get some code for the coveted FFT for your frequency spectrum.
Ciao for now.
-
May 17th, 2000, 02:57 AM
#9
Fanatic Member
-
May 17th, 2000, 06:46 AM
#10
I have the formula.
And since the formula will be applied to the time domain function, we need that function.
You said that you can get the sound from the mic, good.
You also said that you can show volume from the mic, that's the input function to the formula.
You also said that you already had this.
When you are serious/ready, send me the info.
-
May 17th, 2000, 01:58 PM
#11
Fanatic Member
yeah, I'll make the app. work perfect today and let you know as soon as possible.
Do you know which variable is meant for what thing in the fourier series?
Kinjal
-
May 17th, 2000, 06:11 PM
#12
Fanatic Member
-
May 17th, 2000, 11:45 PM
#13
Fanatic Member
-
May 17th, 2000, 11:48 PM
#14
There is an "email icon" below my posts that show my email address as [email protected].
I have many texts on FFT. Choosing the appropriate one depends on the format of the function to be transformed.
I await your code.
-
May 17th, 2000, 11:55 PM
#15
-
May 18th, 2000, 12:01 AM
#16
Fanatic Member
I think it's there in your mailbox. Check it out.
-
May 18th, 2000, 07:22 PM
#17
Thread Starter
Junior Member
thanks for the help...
thanks a lot for all help! NOOOOT!
-
May 18th, 2000, 09:27 PM
#18
IDEA: johan1, maybe you should reply to your own post.
If you read the entire thread for your original post, you'll see that you didn't show any interest.
Here is a site that has a solution.
"http://www.fullspectrum.com/deeth/programming/vb.html#Spect"
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
|