JVoiceXML / jsapi

2 stars 4 forks source link

Capture spoken text in audio files #1

Open kschroeer opened 8 years ago

kschroeer commented 8 years ago

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.

schnelle commented 8 years ago

This issue is addressed by the audio manager. It helps to specify input and output streams via URIs.