Java Notes

Audio

Warning: I don't work with audio, so this is mostly a summary of where I would start looking when (if) I ever get around to working with sound.

Java supports the both PCM sampled sound (eg, WAV, AIFF, AU, ..., but not MP3) and synthesized sound (eg, MIDI). My impression is that Java's support for sound is not a simple story, but there are continual improvements, including additions in Java 5. I've see the following libraries recommended

Where to learn about Java audio