Skip to content →

Tag: Voice

Transferring Voice Data

This is done using JMF (Java Media Framework). Voice data is read from a file using MediaLocator'. It is used as the data source for a Processor’. The Processor' specifies and converts the audio data to a certain format and then output the converted data into a DataSink’. The `DataSink’ then transfers the stream to its destination address and port.

Leave a Comment

Generating Voice File

When the web server receives a POST' message from the web page, it will first check whether the message is valid. If so, freeTTS‘ is used to generate a voice file and the file is saved in the `wav’ directory with pre-configured file name.

The voice generator looks as follows:

Leave a Comment