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

Description Usage Arguments Value Author(s) References Examples

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

1

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.

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

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