- Added Coqui TTS as a text-to-speech engine to
tts()
andtts_voices()
- Updated the binding wavs so that they have the same sample rate
- Added duration to the synthesis output.
- Fix bug in
tts_bind_wav
when trying to bind audio together for named list.
- The
tts_speak_engine
is now enabled on attachment so that it works withknitr
out of the box.
- Removing
aws.polly
links as it is aSuggests
field now as Prof. Ripley states asaws.polly
has been orphaned.
- Making
aws.polly
aSuggests
as Prof. Ripley states asaws.polly
has been orphaned.
- Fixing bug with sample rate for Amazon.
- List voices allows passing of authentication down there.
- Fixed small issue with
aws.polly::list_voices
. Will fix with new version ofaws.polly
: cloudyr/aws.polly#6.
- Fixed ordering problem of
tts
.
- More examples added and
\dontrun
removed.
- Added to the vignette and the tests for translation.
- Fixing errors with authentication if the keys are not set.
- Added a
NEWS.md
file to track changes to the package.