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
I know that this project is still under construction but nevertheless I want to ask whether it's possible to store the spoken text in an audio file (f.e. wav)?
What I mean is a method like this:
.speak(String text, OutputStream out);
The "original" javax.speech package gives that functionality but I found no convenient one here so I want to give this idea for a future extension.
The text was updated successfully, but these errors were encountered:
I know that this project is still under construction but nevertheless I want to ask whether it's possible to store the spoken text in an audio file (f.e. wav)?
What I mean is a method like this:
.speak(String text, OutputStream out);
The "original" javax.speech package gives that functionality but I found no convenient one here so I want to give this idea for a future extension.
The text was updated successfully, but these errors were encountered: