* 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();
}