R
Roedy Green
What formats does AudioClip support?
I believe it is like this, but I have not found any official docs.
You can also play AU, wav, MIDI and aiff files with
java.applet.AudioClip.play. For AU files use G.711 mu-law format not
PCM. Originally, you could use only 8-bit, 8000Hz, single-channel
(mono) NEXT/Sun AU files with G.711 mu-law compression.
I believe it is like this, but I have not found any official docs.
You can also play AU, wav, MIDI and aiff files with
java.applet.AudioClip.play. For AU files use G.711 mu-law format not
PCM. Originally, you could use only 8-bit, 8000Hz, single-channel
(mono) NEXT/Sun AU files with G.711 mu-law compression.