Home > Archive > Java Help > July 2004 > filtering wave audio file
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
filtering wave audio file
|
|
| Roderik 2004-07-02, 3:57 am |
| 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
| |
| Roedy Green 2004-07-02, 3:57 am |
| On Fri, 02 Jul 2004 04:49:37 +0200, Roderik <mail@roderik.net> wrote
or quoted :
>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.
see http://mindprod.com/jgloss/sound.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
| |
| Craig Kelley 2004-07-28, 9:09 pm |
| Roderik <mail@roderik.net> wrote in message news:<40e4cd64$0$62353$5fc3050@dreader2.news.tiscali.nl>...
> 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.
Take a look at JMF, you can easily insert filters.
| |
| Roedy Green 2004-07-28, 9:09 pm |
| On 27 Jul 2004 13:12:52 -0700, namonai@gmail.com (Craig Kelley) wrote
or quoted :
>Take a look at JMF, you can easily insert filters.
see http://mindprod.com/jgloss/jmf.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
|
|
|
|
|