Project

General

Profile

Actions

Ivona Speech Synthesizer

Ivona speech synth service

The Ivona program files are in /opt/Ivona
Ivona must be running as a demon in order to be usable.

To see if the service is running

There is a file that keeps the program id (pid) in /opt/ivona/ivonacl.pid
If this file is in place the service is running.

Commands for service

To see the pid number:

cat /opt/ivona/ivonacl.pid

To start the service:

sudo .//opt/ivona/bin/ivonacl -D

To stop the service:

sudo kill $(cat /opt/ivona/ivonacl.pid)

Getting results from service

To get results from the service you must send a HTTP POST request with the text (string)
that you want to synthesize to a PHP script that handles the request.

URL for HTTP POST:
https://secom-dev.ru.is/Ivona_speechsynth/synth.php

PHP – script
Copy of the script is in /opt/ivona/share/doc/ivona/examples/synth.php

Updated by Elías Ingi Björgvinsson about 5 years ago · 4 revisions