You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explore offline Text-To-Speech (TTS) libraries that will convert a string to audio.
Key Result
Create a function that will output raw audio bytes from a string input.
Details
The function will take, as input, a string which will be the output from Rasa. The string is then converted to raw audio bytes by an offline/local TTS library. When selecting the appropriate library, priorities are as follows:
Memory
Runtime
Speaker Quality
Customizability of sound properties
The text was updated successfully, but these errors were encountered:
The pyttsx3 library is offline and doesn't seem to use much memory. However, it doesn't have a method to return audio bytes and only has a method to play the audio instead; would this work for our use case @chidiewenike ?. I'm not sure if it will work out of the box on the pi, but it's very easy to use so you can just try on your pi.
Objective
Explore offline Text-To-Speech (TTS) libraries that will convert a string to audio.
Key Result
Create a function that will output raw audio bytes from a string input.
Details
The function will take, as input, a string which will be the output from Rasa. The string is then converted to raw audio bytes by an offline/local TTS library. When selecting the appropriate library, priorities are as follows:
The text was updated successfully, but these errors were encountered: