Audio Mixer enhancements
Hi all;
I invite java programmers interested into java Sound API to visit the following link :http://www.jsresources.org/examples/AudioConcat.html
this page contains an example of an audio mixer . however the authors of this program made this note :
Bugs, limitations.This program is not well-tested. Output is always a WAV file. Future versions should be able to convert different audio formats to a dedicated target format.
for mixing the program don't work well if the audio files list are not same formats. I tried to convert different audio formats to a dedicated target format -like suggested by authors- but the results are still not perfect.
i wonder if someone is interested to enhance this program to add support for x audio formats for the mixer part. I think it will be a very good contribution to Java sound resources & of course it will also help me in my current application.
thanks.

