[codex] Improve voice input quality pipeline#43
Open
neta-zjj wants to merge 33 commits into
Open
Conversation
neta-zjj
force-pushed
the
fix_voice_input_audio_quality
branch
from
June 9, 2026 10:40
22124d2 to
3833627
Compare
neta-zjj
force-pushed
the
fix_voice_input_audio_quality
branch
from
June 10, 2026 05:21
afc4def to
0061798
Compare
neta-zjj
marked this pull request as ready for review
June 10, 2026 05:22
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.
Summary
ASR_REWRITE_ENABLED=trueand an API key is configuredunrunpeer needed bytsdown, and fix the API typecheck path mapping for@cohub/core/content/sanitizeValidation
pnpm --filter @cohub/gateway typecheckpnpm --filter @cohub/gateway testpnpm --filter @cohub/gateway lintpnpm --filter @cohub/gateway buildpnpm --filter @neta-art/cohub typecheckpnpm --filter @neta-art/cohub exec tsx --test tests/voice-input.test.tspnpm --filter @neta-art/cohub build(passes; existing zod d.ts bundling warnings remain)PUBLIC_COHUB_ENV=dev PUBLIC_API_ORIGIN=http://localhost:8787 PUBLIC_GATEWAY_ORIGIN=http://localhost:8788 pnpm --filter web typecheckPUBLIC_COHUB_ENV=dev PUBLIC_API_ORIGIN=http://localhost:8787 PUBLIC_GATEWAY_ORIGIN=http://localhost:8788 pnpm --filter web lintPUBLIC_COHUB_ENV=dev PUBLIC_API_ORIGIN=http://localhost:8787 PUBLIC_GATEWAY_ORIGIN=http://localhost:8788 pnpm --filter web build(passes; existing large chunk warnings remain)pnpm --filter @cohub/api typecheckPUBLIC_COHUB_ENV=dev PUBLIC_API_ORIGIN=http://localhost:8787 PUBLIC_GATEWAY_ORIGIN=http://localhost:8788 pnpm -r typecheckgit diff --checkNotes
VOLC_ASR_API_KEYandVOLC_ASR_EXPERIMENT_AUDIOare not configured locally; the experiment script is implemented and exits unless both are provided.