tts_bind_wav | R Documentation |
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(result, same_sample_rate = TRUE)
result |
A |
same_sample_rate |
A logical value indicating whether to force the same sample rate. |
A data.frame
with the same structure as that of tts
## Not run:
# Same sample rate
tts_bind_wav(res, same_sample_rate = TRUE)
# Different sample rate
tts_bind_wav(res, same_sample_rate = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.