Conversation
Owner
74th
commented
May 5, 2026
- Add protobuf support and refactor WebSocket message handling #40
- Enhance CI workflows for linting, type checking, and PlatformIO build #41
- feat: add firmware and server metadata handling #42
- feat: update Whisper Server configuration and documentation #55
…ket handling - Updated `pyproject.toml` to include `grpcio-tools` and `protobuf` dependencies. - Added generated protobuf files for WebSocket messages in `stackchan_server/generated_protobuf`. - Implemented `protobuf_ws.py` for encoding and parsing WebSocket messages. - Refactored `speak.py` to utilize new protobuf message encoding for audio WAV messages. - Updated `ws_proxy.py` to handle protobuf messages and removed legacy struct-based message handling. - Enhanced error handling for invalid protobuf messages in WebSocket communication.
Add protobuf support and refactor WebSocket message handling
…ths and verification steps for protobuf files
…vo center offset definitions
Enhance CI workflows for linting, type checking, and PlatformIO build
- Implemented firmware metadata initialization and notification in main application. - Added server metadata handling in WebSocket event processing. - Created new metadata structures and functions in metadata.cpp for managing firmware and server metadata. - Updated protobuf definitions to include firmware and server metadata messages. - Enhanced WebSocket message encoding to support new metadata types. - Introduced versioning for the stackchan server.
feat: add firmware and server metadata handling
feat: update Whisper Server configuration and documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.