Frequency wave

R

rainny

I am creating an application which is when load the speech, it will
appear the frequency wave. So that, we can know that when a person is
speaking, got waveform appear while nobody is speaking, there are no
waveform appear.

Anybody have any suggestion on doing it?
 
B

Bo Vance

rainny said:
I am creating an application which is when load the speech, it will
appear the frequency wave. So that, we can know that when a person is
speaking, got waveform appear while nobody is speaking, there are no
waveform appear.

Anybody have any suggestion on doing it?

rainny,

Each time you post you start with such a general question that
it always takes several posts to narrow down what exactly you want.

So I'll start the ball rolling.

Java Sound API
<http://java.sun.com/products/java-media/sound/>

Java Sound Resources
<http://www.jsresources.org/>
 
R

rainny

Ya, first what I try to do is not clear about the requirement. Now, I
understand the requirement already, so I find towards the best
solution on solving the problem.

Anyway, thanks for your kindly reply.



Thanks.
 
B

Bo Vance

rainny said:
Ya, first what I try to do is not clear about the requirement. Now, I
understand the requirement already, so I find towards the best
solution on solving the problem.

Anyway, thanks for your kindly reply.



Thanks.

This may be more than what you're looking for.
<http://www.christoph-lauer.de/>
 
R

rainny

Just now, I find out one algorithm which is call Fast Fourier
Transform( FFT). It is stated that this algorithm can applied inside
the speech application and can detect the frequency if the sound data.
may I know that does anybody know how to integrate the speech
application with this algorithm?

Hope can get the reply soon.

Thanks and regards
Rainny
 
B

Bo Vance

rainny said:
Just now, I find out one algorithm which is call Fast Fourier
Transform( FFT). It is stated that this algorithm can applied inside
the speech application and can detect the frequency if the sound data.
may I know that does anybody know how to integrate the speech
application with this algorithm?

Hope can get the reply soon.

Thanks and regards
Rainny

Look in the "Fun With Java" subsection.
<http://www.dickbaldwin.com/tocadv.htm>
 
R

Roedy Green

I am creating an application which is when load the speech, it will
appear the frequency wave. So that, we can know that when a person is
speaking, got waveform appear while nobody is speaking, there are no
waveform appear.

Anybody have any suggestion on doing it?

google "fast Fourier transform"
 
R

rainny

Hi, i try to search google about fast fourier transform. But, i unable
find how it is use in the java speech application?

Anybody have any suggestion on it?

Thanks for all kindly reply.

Regards
Rainny
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,796
Messages
2,569,645
Members
45,371
Latest member
TroyHursey

Latest Threads

Top