Learn R Programming

Rtts (version 0.3.3)

tts_ITRI_getStatus: Check the Text-To-Speech Convertion Progress Status

Description

This function helps check if the text-to-speech convertion is completed on the ITRI TTS server. Only after the convertion is completed will the tts_ITRI() function proceed and finish the voice file downloading.

Usage

tts_ITRI_getStatus(voice_ID)

Arguments

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

Value

A string containg the informatin about the text-to-speech convertion progress on ITRI TTS server.

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")
tts_ITRI_getStatus(ID)

Run the code above in your browser using DataLab