A
Amit Gangrade
I am making an application which uses javas Clip object to load and
play sound files. Now I want to add filters to this application. The
filters should change the sound clip in real time. In particular I
would like the application to add 1) echo to the playing
clip,
2) remove sound in certain frequency range(highpass,lowpass,bandpass)
3) and create effects like flange and distortion.
I had seen the list of functions in Clip interface and non of them
pertain to my need. Also I didnt find any way to control the volume of
the audio output played by loop() method of Clip object.
Any help in this regard will be highly appreciated.
thnx
--Amit
play sound files. Now I want to add filters to this application. The
filters should change the sound clip in real time. In particular I
would like the application to add 1) echo to the playing
clip,
2) remove sound in certain frequency range(highpass,lowpass,bandpass)
3) and create effects like flange and distortion.
I had seen the list of functions in Clip interface and non of them
pertain to my need. Also I didnt find any way to control the volume of
the audio output played by loop() method of Clip object.
Any help in this regard will be highly appreciated.
thnx
--Amit