filtering wave file (real-time)

R

Roderik

Hello everybody,

I'd like to build an applet (or eventually a stand-alone application) in
Java that opens a wave (*.wav) file and can play the wave file.
Further I want to apply a filter on the music during playing.
Does anyone know how I can achieve one ore more of these features or do
you know a place on the internet to find more information (eg.
tutorial)? Any code hints are welcome as well.

Much thanks in advance,

Roderik
 
A

Andrew Thompson

I'd like to build an applet (or eventually a stand-alone application)

You have that the wrong way around, it
makes much more sense to test and develop
as an application and later do the applet.

[ If you do it right, the applet will
take you all of 20 minutes.. ]
 
R

Roderik

Andrew said:
I'd like to build an applet (or eventually a stand-alone application)


You have that the wrong way around, it
makes much more sense to test and develop
as an application and later do the applet.

[ If you do it right, the applet will
take you all of 20 minutes.. ]


Thanks, then I will do it that way.
Still my question, does anyone have a website or tip concerning for example:
- how to open a wave file (maybe security restrications in applets)
- how to edit (filter) the music while playing.
Tutorials, code fragments, tips, all is welcome,

Thanks in advance,

Roderik
 
A

Andrew Thompson

..does anyone have a website or tip concerning for example:
- how to open a wave file (maybe security restrications in applets)
- how to edit (filter) the music while playing.
Tutorials, code fragments, tips, all is welcome,

I recently started playing with the sound API
and found the Sound FAQ a good starting point..
<http://www.physci.org/codes/javafaq.jsp#faq>

HTH
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top