Playing multiple audio files concurrently

Purpose. This program plays multiple audio files concurrently. It opens each file given on the command line and starts it. The program uses the class AudioStream.

Usage. 

java MultiAudioStreamPlayer audiofile ...

Parameters. 

audiofile

the name(s) of the audio file(s) to play

Bugs, limitations. Not well-tested

Source code.  MultiAudioStreamPlayer.java, SimpleAudioStream.java, BaseAudioStream.java