Skip to content

feat(voice): end-to-end voice pipeline with IPC integration - #19

Merged
prasangeet merged 2 commits into
Limbo-corps:mainfrom
Mayu-infinite:mayuri
Jul 26, 2026
Merged

feat(voice): end-to-end voice pipeline with IPC integration#19
prasangeet merged 2 commits into
Limbo-corps:mainfrom
Mayu-infinite:mayuri

Conversation

@Mayu-infinite

Copy link
Copy Markdown
Collaborator

Client: microphone capture (cpal) to WAV (hound), push-to-talk (v), recording UI state, and local TTS via speech-dispatcher (spd-say) with interrupt. Runtime: VOICE_END carries the recorded path; the bridge transcribes it (Groq Whisper) and starts the normal chat pipeline via ChatPipelineStartEvent. Backend stays audio-device agnostic.

Closes #18

Client: microphone capture (cpal) to WAV (hound), push-to-talk (v),
recording UI state, and local TTS via speech-dispatcher (spd-say) with
interrupt. Runtime: VOICE_END carries the recorded path; the bridge
transcribes it (Groq Whisper) and starts the normal chat pipeline via
ChatPipelineStartEvent. Backend stays audio-device agnostic.

Closes Limbo-corps#18
Client: microphone capture (cpal) to WAV (hound), push-to-talk (v),
recording UI state, and local TTS via speech-dispatcher (spd-say) with
interrupt. Runtime: VOICE_END carries the recorded path; the bridge
transcribes it (Groq Whisper) and starts the normal chat pipeline via
ChatPipelineStartEvent. Backend stays audio-device agnostic.

Closes Limbo-corps#18
@prasangeet
prasangeet merged commit f551fcb into Limbo-corps:main Jul 26, 2026
3 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.

feat(voice): implement end-to-end voice pipeline with IPC integration

2 participants