vocode-python icon indicating copy to clipboard operation
vocode-python copied to clipboard

Rewrite input streaming

Open ajar98 opened this issue 1 year ago • 2 comments

Rewrite input streaming to be built more bespoke into StreamingConversation:

  • Convert BaseSynthesizer into 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_uncached to create_speech (less confusing)

Allows us to dramatically improve the code quality of input streaming and also dramatically simplify agent / synthesizer abstractions

ajar98 avatar Jul 19 '24 18:07 ajar98

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!

ss14 avatar Jul 30 '24 09:07 ss14

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.

github-actions[bot] avatar Sep 29 '24 02:09 github-actions[bot]

This issue has been automatically closed due to inactivity. Thank you for your contributions.

github-actions[bot] avatar Oct 07 '24 02:10 github-actions[bot]