Package org.foray.speech

Examples of org.foray.speech.SpeechServer4a


     * Make a standard SpeechServer instance for use in FOray.
     * @return The newly-created SpeechServer instance.
     * @throws FOrayException For errors creating the server.
     */
    public static SpeechServer makeSpeechServer() throws FOrayException {
        return new SpeechServer4a();
    }
View Full Code Here

TOP

Related Classes of org.foray.speech.SpeechServer4a

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.