Skip to content
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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

[WIP] vocode-core 0.1.0 #570

wants to merge 14 commits into from

Commits on Jun 27, 2024

  1. [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
    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    197393a View commit details
    Browse the repository at this point in the history
  2. fix mypy

    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    10254e3 View commit details
    Browse the repository at this point in the history
  3. fix mypy

    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    6f7ac5c View commit details
    Browse the repository at this point in the history
  4. isort

    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d69b260 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67149e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23554f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1678d39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29cceca View commit details
    Browse the repository at this point in the history
  9. makes some variables private and also makes the chunk id coming back …

    …from the mark match the incoming audio chunk
    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    418db81 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    385f63b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    003623e View commit details
    Browse the repository at this point in the history
  12. fix mypy

    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    18e9a04 View commit details
    Browse the repository at this point in the history
  13. [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
    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    768aa07 View commit details
    Browse the repository at this point in the history
  14. [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
    ajar98 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    bbed164 View commit details
    Browse the repository at this point in the history