Learn R Programming

Rtts (version 0.3.3)

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

Description

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

Usage

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.

References

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

Examples

Run this code
text <- "Hello."
ID <- tts_ITRI_getID(text, speed=0, volume=100, speaker="Bruce")
voice_url <- tts_ITRI_getURL(ID)

Run the code above in your browser using DataLab