tts_ITRI: Convert Text into Speech (voice files in .flv format)

Description Usage Arguments Details Author(s) References Examples

View source: R/tts_ITRI.R

Description

Convert text into speech (voice files in .flv format) using the trial API offered by ITRI TTS @web (https://tts.itri.org.tw). English and Chinese (both traditional and simplified) are supported.

Internet connection and PHP on user's machine are required.

Please NOTE that if you're using the default test ITRI account, the text you submitted may be released. You may want to register a private ITRI account for FREE: http://tts.itri.org.tw

Usage

1
tts_ITRI(text ="hello",account="test-for-r",password ="test1for1r",destfile = ...)

Arguments

text

The text to convert into speech. In string format.

account

ITRI TTS @web account. You can register freely on ITRI TTS @web website (http://tts.itri.org.tw)

password

ITRI TTS @web account password.

destfile

The path to save the audio files generated plus the file name (including the postfix).

Details

Convert text into speech (voice files in flv format) using the API offered by ITRI TTS @web. PHP is required on user's machine.

For better privacy protection, i.e. keeping your text away from being released, it's encouraged to register an ITRI account for FREE: http://tts.itri.org.tw

Author(s)

DENG Xiaodong

References

http://tts.itri.org.tw

Examples

1
  tts_ITRI("Hello world.", "test-for-r", "test1for1r")

RttsDevelop documentation built on May 2, 2019, 4:46 p.m.