-
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
Commits on Jun 27, 2024
-
[DOW-105] refactor interruptions into the output device (#562)
* 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
Configuration menu - View commit details
-
Copy full SHA for 197393a - Browse repository at this point
Copy the full SHA 197393aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10254e3 - Browse repository at this point
Copy the full SHA 10254e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f7ac5c - Browse repository at this point
Copy the full SHA 6f7ac5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d69b260 - Browse repository at this point
Copy the full SHA d69b260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67149e8 - Browse repository at this point
Copy the full SHA 67149e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23554f9 - Browse repository at this point
Copy the full SHA 23554f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1678d39 - Browse repository at this point
Copy the full SHA 1678d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29cceca - Browse repository at this point
Copy the full SHA 29ccecaView commit details -
makes some variables private and also makes the chunk id coming back …
…from the mark match the incoming audio chunk
Configuration menu - View commit details
-
Copy full SHA for 418db81 - Browse repository at this point
Copy the full SHA 418db81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385f63b - Browse repository at this point
Copy the full SHA 385f63bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 003623e - Browse repository at this point
Copy the full SHA 003623eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18e9a04 - Browse repository at this point
Copy the full SHA 18e9a04View commit details -
[DOW-113] deprecate output queue and manually attach workers to each …
…other (#569) * deprecate output queues * fix quickstarts * fix mypy * fix tests * temporarily allow test to run on vocode-core-0.1.0
Configuration menu - View commit details
-
Copy full SHA for 768aa07 - Browse repository at this point
Copy the full SHA 768aa07View commit details -
[DOW-107] refactor synthesizer as a worker (#571)
* 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
Configuration menu - View commit details
-
Copy full SHA for bbed164 - Browse repository at this point
Copy the full SHA bbed164View commit details