SetInputToAudioStream ( _Stream, new
SpeechAudioFormatInfo(44100, ...);
The _Stream is my implementation of a FIFO (Stream) I have unit tests
for this.
This always fails like it is getting an EOF.
I was surprised to see that the SpeechEngine is doing a Seek on the
Stream. Is there an assumption that this is a file based stream ??
The Stream in marked as not seekable!
r.t.s.