tts_ITRI_getURL: Get URL of Voice File from ITRI TTS service via SOAP

Description Usage Arguments Value Author(s) References Examples

Description

This function helps obtain the URL of voice file with the ID obtained using tts_ITRI_getID() function via SOAP.

Usage

1
tts_ITRI_getURL(voice_ID)

Arguments

voice_ID

The ID obtained from ITRI TTS server via SOAP using tts_ITRI_getID() function.

Value

A string containing the URL with which we can download the converted voice file.

Author(s)

Xiaodong Deng

References

http://tts.itri.org.tw/development/web_service_api.php

Examples

1
2
3
text <- "Hello."
ID <- tts_ITRI_getID(text, speed=0, volume=100, speaker="Bruce")
voice_url <- tts_ITRI_getURL(ID)

XD-DENG/Rtts documentation built on May 9, 2019, 11:04 p.m.