Some speech backends can indicate to the caller when a particular point in the requested utterance has been reached (or where that point exists in the buffer, when speaking to memory). This is particularly useful when reading larger text documents and when cursor tracking is desired.
This is a capability that Prism should expose to callers when it is supported by the backend.
The input side of this is basically implemented already (with SSML's mark element). All we now need is a way for backends to signal Prism that a particular SSML mark has been reached, and for that signal to be passed back to calling applications.
Some speech backends can indicate to the caller when a particular point in the requested utterance has been reached (or where that point exists in the buffer, when speaking to memory). This is particularly useful when reading larger text documents and when cursor tracking is desired.
This is a capability that Prism should expose to callers when it is supported by the backend.
The input side of this is basically implemented already (with SSML's mark element). All we now need is a way for backends to signal Prism that a particular SSML mark has been reached, and for that signal to be passed back to calling applications.