The Audio recording applet SDK is designed to use audio recorder on the web site. It allows to record the audio from the web site and upload it to the web server via HTTP. Also, it is possible to save recorded audio file on the client computer and open it from there.
Audio Recording Applet records audio in the following audio formats:
- Mp3,
- WAV PCM / ALaw / MuLaw,
- Speex,
- Ogg Vorbis.
The Audio Recording Applet has Java methods which accessible from JavaScript. They can be used to control the recording applet.
Audio file can be saved on the server after audio recording is completed. To receive audio file on the server the simple server script is used.
Audio format, sampling Frequency, BitRate, maximal length of record etc. can be set via applet parameters.
Podcast Recording Software