Learn R Programming

text2speech (version 1.0.0)

tts_bind_wav: Bind WAVs together

Description

As the data are split due to limits of the API, tts_bind_wav() allows the text and the results to be harmonized

Usage

tts_bind_wav(result, same_sample_rate = TRUE)

Value

A data.frame with the same structure as that of tts

Arguments

result

A data.frame from tts().

same_sample_rate

A logical value indicating whether to force the same sample rate.

Examples

Run this code
if (FALSE) {
# Same sample rate
tts_bind_wav(res, same_sample_rate = TRUE)

# Different sample rate
tts_bind_wav(res, same_sample_rate = FALSE)

}

Run the code above in your browser using DataLab