text2speech
text2speech copied to clipboard
Text to Speech
If we can't programmatically find `tts`, and the user knows that `tts` isn't installed on their system, we install it for them with `pip install tts` using `reticulate` ## Tasks...
That's it, that's the whole idea. A very rough version of what this would look like: ``` on: push: branches: main jobs: run: | Rscript -e "pkgdown::build_site()" git add docs/*...
This issue stems from a discussion with @seankross . ## Background In macOS, I [installed](https://tts.readthedocs.io/en/latest/inference.html#synthesizing-speech) coqui TTS and started using it in the Terminal. To search for the path to...
Build command line interfaces (CLIs) for functions like `tts_coqui_installed()`, `use_coqui()`, and `find_coqui()`. Look into [cli](https://github.com/r-lib/cli) or [`usethis::ui_*()`](https://usethis.r-lib.org/reference/ui.html)
### Purpose/implementation Section #### What changes are being implemented in this Pull Request? Tidy up the coqui code so that it's not a large if statement #### What was your...
Input: A string/the test input (which voice, e.g. Jenny) Output: An audio file with what that test input sounds like