tts_bind_wav {text2speech}R Documentation

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)

Arguments

result

A data.frame from tts().

same_sample_rate

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

Value

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

Examples

## 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)

[Package text2speech version 1.0.0 Index]