Remote links:
Gamelan has a good list of multimedia sound applets and applications, below are some interesting ones.sun.audio.*
http://java.sun.com/products/jdk/1.2/docs/guide/sound/index.html
says:
Audio enhancements include a new sound engine and support for audio in applications as well as applets.
Java Sound supports the following audio file formats: AIFF, AU and WAV. It also supports the following MIDI based song file formats: TYPE 0 MIDI, TYPE 1 MIDI and RMF.
Java Sound can render 8 or 16 bit audio data, in mono or stereo, with sample rates from 8KHz to 48KHz, that might be found in streaming audio or any of the supported file formats.
This release includes the following new method in the class java.applet.Applet. This method enables applications to create AudioClips without requiring an AppletContext.
public static final AudioClip newAudioClip(URL r)
.wav
that does not work.
raw2audio < blockVox.au > blockVoxraw2audio.au
sox -t ul -r 8000 blockVox.au -t .au blockVoxsox.au