-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] vocode-core 0.1.0 #570
Closed
Closed
+1,407
−1,029
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ajar98
force-pushed
the
vocode-core-0.1.0
branch
7 times, most recently
from
June 27, 2024 01:19
3f2f9bc
to
f9648a1
Compare
* initial refactor works * remove notion of UtteranceAudioChunk and put all of the state in the callback * move per_chunk_allowance_seconds into output device * onboard onto vonage * rename to abstract output device and onboard other output devices * initial work to onboard twilio output device * twilio conversation works * some cleanup with better comments * unset poetry.lock * move abstract play method into ratelimitoutputdevice + dispatch to thread in fileoutputdevice * rename back to AsyncWorker * comments * work through a bit of mypy * asyncio.gather is g2g: * create interrupt lock * remove todo * remove last todo * remove log for interrupts * fmt
…from the mark match the incoming audio chunk
…other (#569) * deprecate output queues * fix quickstarts * fix mypy * fix tests * temporarily allow test to run on vocode-core-0.1.0
* rename create_speech_uncached * deprecate agentstop - should use terminate_conversation instead * deprecate filleraudio from agent - if reimplemented it should go around the inner agent * [unstable] move agentresponsesworker logic into synthesizer * hook everything up * deprecate AgentResponseMessage and just use AgentResponse * few other respond refs * add comment for tear_down vs terminate * fix ref to create_speech_uncached * fix playground
ajar98
force-pushed
the
vocode-core-0.1.0
branch
from
June 27, 2024 23:54
f9648a1
to
bbed164
Compare
This PR 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 PR has been automatically closed due to inactivity. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.