Click on http://groups.google.com/group/mobicents-public/web/mobicents-tts-ra
- or copy & paste it into your browser's address bar if that doesn't
work.
mediara.play("file:/welcome.wav");
mediara.play("You are welcome");
On 19 май, 15:16, "amit.bhay...@gmail.com" <amit.bhay...@gmail.com>
wrote:
> Click onhttp://groups.google.com/group/mobicents-public/web/mobicents-tts-ra
TTS is responsible for converting text to speech. It seems fine to me
to have the speech written in a file before being played via the Media
RA. Eventually it may make sense for the TTS to stream the speech, but
doesn't look like an immediate problem to solve.
Ivelin
What else can happen in the lifecycle of a TTS session? Possibly a
session initialized with given lexicon and Voice can be reused
multiple times by feeding new text.
Ivelin