-
Notifications
You must be signed in to change notification settings - Fork 0
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 streaming audio Websocket #30
Commits on Sep 21, 2024
-
Add a streaming audio input endpoint
Outline handling of client audio stream
Configuration menu - View commit details
-
Copy full SHA for 8df1130 - Browse repository at this point
Copy the full SHA 8df1130View commit details
Commits on Sep 23, 2024
-
Implement RemoteStreamHandler to consume input audio chunks
Lazy init streaming when clients connect to the endpoint TODO note client cleanup upon disconnection
Configuration menu - View commit details
-
Copy full SHA for c9254c5 - Browse repository at this point
Copy the full SHA c9254c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e135119 - Browse repository at this point
Copy the full SHA e135119View commit details
Commits on Sep 24, 2024
-
Update docker config to enable webrtcvad for Node server streaming au…
…dio support Update mocked methods for compat with dinkum 0.1.0+ Add websocket dependencies for streaming client Add apt dependencies to Dockerfile for Python module builds
Configuration menu - View commit details
-
Copy full SHA for 69553e4 - Browse repository at this point
Copy the full SHA 69553e4View commit details
Commits on Oct 4, 2024
-
Add streaming dependencies to unit tests
Separate streaming dependencies from basic WS Refactor streaming client code into a separate module
Configuration menu - View commit details
-
Copy full SHA for 270479b - Browse repository at this point
Copy the full SHA 270479bView commit details -
Fix typo in extra dependencies
Handle streaming socket retry if too early Implement streaming audio responses
Configuration menu - View commit details
-
Copy full SHA for 2970e1d - Browse repository at this point
Copy the full SHA 2970e1dView commit details
Commits on Oct 7, 2024
-
Add docstrings to Node documentation endpoints
Remove duplicate docstring not included in OpanAPI pages
Configuration menu - View commit details
-
Copy full SHA for 832c5d9 - Browse repository at this point
Copy the full SHA 832c5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd7ba1 - Browse repository at this point
Copy the full SHA 2dd7ba1View commit details -
Add supported responses to Node endpoint documentation
Update docstring to note undocumented functionality may change
Configuration menu - View commit details
-
Copy full SHA for 5fccf65 - Browse repository at this point
Copy the full SHA 5fccf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c997355 - Browse repository at this point
Copy the full SHA c997355View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffef5c - Browse repository at this point
Copy the full SHA fffef5cView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 391a978 - Browse repository at this point
Copy the full SHA 391a978View commit details -
Configuration menu - View commit details
-
Copy full SHA for eddc804 - Browse repository at this point
Copy the full SHA eddc804View commit details -
Refactor client connection check into MQWebsocketAPI class
Add locking around session changes
Configuration menu - View commit details
-
Copy full SHA for c3e533e - Browse repository at this point
Copy the full SHA c3e533eView commit details