| Description: | The WAV audio recording applet SDK is designed to create the web audio recorder on the web site. It allows to record the audio in WAV format from the web site and upload audio file to the web server via HTTP. Also, it is possible to save recorded audio file on the client computer and open it from there. To playback the recorded audio from the server the recording applet works in streaming mode.
The WAV recording applet uses native methods to sound capture, which will be installed on the computer when you use the applet for the first time. The recording applet is digitally signed.
The recording applet has Java methods which accessible from JavaScript and Java. They can be used to control the recording applet. We offer 2 examples how to control the applet from JavaScript and Java. As example how to control the recording applet from Java, we offer interface applet with source code. So, a web designer can customize the recording applet interface according to the web site style and design. |