Basic idea is to combine images, voice and background music to create a single movie. I am able to do the same with images and voice audio (single audio) but now i want to add 2 audio files for the same.
Please help.
Basic idea is to combine images, voice and background music to create a single movie. I am able to do the same with images and voice audio (single audio) but now i want to add 2 audio files for the same.
Please help.
You need to load the two sound clips into memory as a single unit, then play them.
Refer to http://www.java-gaming.org/index.php?topic=1948.0 for a great example of how to do this.
I found this solution which worked for me on Ubuntu 11.10
http://www.jsresources.org/examples/AudioConcat.html
with source code.