-
Notifications
You must be signed in to change notification settings - Fork 612
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
Migrate firmware to stream from PCM to OPUS #317
Comments
The other way. PCM to Opus. Can't change title |
Last update on my current status I posted on Discord around that topic:
|
And in case somebody wants to test with Opus, changes required in the firmware are:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Better audio quality, less bandwitdh.
Describe the solution you'd like
Firmware should stream audio bytes using Opus codec, and the mobile app should receive those bytes properly modifying respectively on
transcript.dart
to handle that, do the .Describe alternatives you've considered
uLaw vs Opus, I don't know which one is better, from what I've been suggested Opus, but lmk if you think differently.
The text was updated successfully, but these errors were encountered: