net.cscott.sdr
Class App
java.lang.Object
net.cscott.sdr.App
public class App
- extends Object
This is the main class of the SDR application.
It creates three main threads:
one to do voice recognition (in net.cscott.sdr.recog),
one to do dancer animation (in net.cscott.sdr.anim),
and one to play music (in net.cscott.sdr.sound).
- Version:
- $Id: App.java,v 1.12 2006-11-13 04:28:15 cananian Exp $
- Author:
- C. Scott Ananian
Constructor Summary |
App()
|
Method Summary |
static void |
main(String[] args)
The main entry point for the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
App
public App()
main
public static void main(String[] args)
- The main entry point for the application.
- Parameters:
args
- unused
Copyright © 2006-2009 C. Scott Ananian