-
Notifications
You must be signed in to change notification settings - Fork 251
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
Implement basic SDK for convai agents #389
Conversation
c9ed357
to
4b0bdb6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! thanks a lot Laco
Early prototype, subject to change based on user feedback. Takes care of the websocket session and message handling, exposing a simplified audio interface to the client that can be hooked up to the appropriate audio inputs / outputs based on the usecase. Also implements a basic speaker/microphone interface, via optional dependency on pyaudio.
Thanks for reviews, addressed most of the feedback. |
Moved the code & updated demo code https://gist.github.com/lacop11/c29cc81fea5fe02b3e291bc12b9e9a31 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go
Early prototype, subject to change based on user feedback.
Takes care of the websocket session and message handling, exposing a simplified audio interface to the client that can be hooked up to the appropriate audio inputs / outputs based on the usecase.
Also implements a basic speaker/microphone interface, via optional dependency on pyaudio.