-
Notifications
You must be signed in to change notification settings - Fork 16
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
Refactor audio message to Dialogue Utterance #384
base: master
Are you sure you want to change the base?
Conversation
Fix build script to *actually* pass forward extra args to docker compose build command.
834a8aa
to
ea4224c
Compare
61bb218
to
7b3409f
Compare
@Purg @hdefazio @joshanderson-kw This should be in a reviewable state. It refactors all nodes to use a new general purpose message that allows on-the-fly re-ordering or removal of audio nodes depending on compute-latency constraints. The next PRs will attempt to bring ASR + VAD locally, add visual question answering, and add @ovenmitt 's demo changes. |
@derkmed can you rebase on the latest master? |
This is the first of several mini-PRs that will cover the changes proposed in #378
We should remove the previously used messages upon confirmation of working implementation.