We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fixed on PR #513
Sorry, something went wrong.
josancamon19
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: