π Add Conversate real-time rendering example (partial β final ASR behavior, firmware v2.0.7.12)#5
Open
yasuy0shi wants to merge 1 commit into
Open
Conversation
β¦col documentation
|
Hey @yasuy0shi wanna chat? I created a Discord server to build an open sdk for G2. https://discord.gg/Ts9kkCCY |
|
Hey @leovigna, the Discord invite link seems to have expired β would love to join! I have G2 glasses and I'm building an agent system (voice + BLE) where G2 would be the display layer. Very interested in contributing to an open SDK, especially around the Conversate service for real-time text streaming. Could you share a fresh invite link? |
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.
Overview
This PR introduces a new example:
It demonstrates real-time incremental text rendering on Even G2 using the proprietary Conversate service (
0x0B20).Unlike
teleprompter, this path is optimized for ASR-style streaming updates:π¬ Observed Behavior (Firmware v2.0.7.12)
Tested on:
Confirmed behavior:
Behavior may vary across firmware versions.
π§ͺ Reproduction
Expected result (v2.0.7.12):
π§ Spec Proposal
This PR intentionally separates:
This keeps the contribution conservative and safe for merge while enabling future protocol formalization.
π¦ Why This Is Useful
This enables:
teleprompterremains untouchedContributions and verification from other firmware versions are welcome.