Rewrite input streaming
Rewrite input streaming to be built more bespoke into StreamingConversation:
- Convert
BaseSynthesizerinto a worker that accepts - Convert the process of collating tokens into sentences into a worker (that doesn't include a queue) that is attached to an Agent only if the attached synthesizer is an input streaming synthesizer
- Rename
create_speech_uncachedtocreate_speech(less confusing)
Allows us to dramatically improve the code quality of input streaming and also dramatically simplify agent / synthesizer abstractions
Hi @ajar98
I have raised an issue #668 about a failing test case. IMO that issue may be fixed after this input streaming rewrite is complete. Let me know you opinion. thanks!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. Thank you for your contributions.