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.

[953 byte] By [Servant@AKa] at [2007-11-27 2:45:03]
# 1
any Ideas or hints how to tackle this issue ?is it a though task to implement this x formats audio mixer ?I thought it wasn't too hard.. am i wrong ?
Servant@AKa at 2007-7-12 3:12:16 > top of Java-index,Java Essentials,Java Programming...