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.
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.