Skip to content

Fix udp sync and add mute button#134

Merged
teamclouday merged 11 commits intoteamclouday:mainfrom
wiiznokes:fix-udp-sync-
Feb 3, 2026
Merged

Fix udp sync and add mute button#134
teamclouday merged 11 commits intoteamclouday:mainfrom
wiiznokes:fix-udp-sync-

Conversation

@wiiznokes
Copy link
Contributor

The udp method is now able to detect a succefull connection on Android with this change to the .proto file:

message ConnectMessage {}

message MessageWrapper {
  oneof payload {
    AudioPacketMessageOrdered audio_packet = 1;
    ConnectMessage connect = 2;
  }
}

when the rust app receive the ConnectMessage variant, it know it has to send a success message back to Android. This seems to work really well when i tested it.

I also moved the port selection to settings window because it looked bad.

And i added a mute switch, only visible when connected (fix #133)

@teamclouday
Copy link
Owner

Awesome thanks for the PR! I didn't know this oneof was possible haha.

@teamclouday teamclouday merged commit 903d239 into teamclouday:main Feb 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: add a microphone mute button to the android app

2 participants