Conversation
TomCC7
added this pull request to stack #3922
September 15, 2026 03:58
TomCC7
removed this pull request from stack #3922
September 15, 2026 04:24
TomCC7
added this pull request to stack #4160
September 15, 2026 04:24
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 15, 2026 04:37
f3a77fb to
34ea75a
Compare
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
TomCC7
commented
Sep 15, 2026
TomCC7
commented
Sep 15, 2026
TomCC7
commented
Sep 15, 2026
TomCC7
commented
Sep 15, 2026
TomCC7
commented
Sep 15, 2026
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 15, 2026 05:20
dee767f to
7fd9dba
Compare
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 15, 2026 05:51
a25cc5a to
63661e5
Compare
TomCC7
commented
Sep 15, 2026
TomCC7
marked this pull request as ready for review
September 15, 2026 18:18
TomCC7
requested review from
Dreamsorcerer,
aclauer,
leshy,
mustafab0,
paul-nechifor and
spomichter
as code owners
September 15, 2026 18:18
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 18, 2026 01:50
7b12af3 to
82c0d0b
Compare
TomCC7
removed this pull request from stack #4160
September 18, 2026 17:17
TomCC7
added this pull request to stack #4222
September 18, 2026 17:17
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 18, 2026 17:29
82c0d0b to
3bebee0
Compare
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 18, 2026 17:31
3bebee0 to
68ba21b
Compare
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 18, 2026 18:58
68ba21b to
2344ce9
Compare
TomCC7
force-pushed
the
cc/feat/webxr-audio
branch
from
September 18, 2026 21:09
2344ce9 to
e792262
Compare
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.
Contribution path
Problem
Solution
--tts.enabled=trueon WebXR blueprints orimitation collect --ttson the desktop.flowchart TD Input[Controller buttons or terminal commands] --> Monitor[Episode monitor] Monitor -->|Status stream| XR[WebXR: select cached prompt] Monitor -->|RPC results and polling| CLI[Collection CLI: select cached prompt] HF[Hugging Face assets] --> Kokoro[Kokoro: prepare WAVs before controls] Kokoro -.->|Prepared audio| XR Kokoro -.->|Prepared audio| CLI XR -->|Existing WebSocket| Browser[Headset browser: Web Audio] CLI -->|sounddevice| Speakers[Desktop speakers]How to Test
Install optional dependencies:
--tts.enabled=trueto your existing WebXR collection launch, then select Connect in the headset browser.--no-syncafter setup: exact sync can remove the lazily installed tokenizer.AI assistance
Checklist
Agent: Codex