powered by
As the data are split due to limits of the API, tts_bind_wav() allows the text and the results to be harmonized
tts_bind_wav()
tts_bind_wav(result, same_sample_rate = TRUE)
A data.frame with the same structure as that of tts
data.frame
tts
A data.frame from tts().
tts()
A logical value indicating whether to force the same sample rate.
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