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

Restore Opus support #504

Closed
josancamon19 opened this issue Aug 2, 2024 · 1 comment
Closed

Restore Opus support #504

josancamon19 opened this issue Aug 2, 2024 · 1 comment
Assignees
Labels
flutter flutter work task

Comments

@josancamon19
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Using 1.0.4 firmware doesn't work.

Websocket connection + device can't depend on each other state.

We need to store a preferences value with the codec the device has, by default it should be pcm8, which is the one all users use rn.

If the user connects with "opus" codec, the app should show a dialog that asks for restarting the app.
It's not optional.

Then, we set the preferences value to opus, and the websocket now acts accordingly.

@josancamon19 josancamon19 self-assigned this Aug 3, 2024
@josancamon19 josancamon19 changed the title Restore Opus support ($100) Restore Opus support Aug 3, 2024
@josancamon19
Copy link
Contributor Author

Fixed on PR #513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flutter flutter work task
Projects
Status: Done
Development

No branches or pull requests

1 participant