The NanoGong Applet

Using the above NanoGong applet you can:

  • Record your voice
  • Play it back
  • Use the speed control to speed up/slow down your voice
  • Save the recorded voice to hard disk

It shows the basic use of the applet and can be created by including the following html page:

<html> <body> <applet id="applet" archive="nanogong.jar" code="gong.NanoGong" width="180" height="40"></applet> </body> </html>