Skip to content

cc-voice: implement STT via Moonshine (/listen) #75

@qte77

Description

@qte77

Summary

Complete the planned STT integration in cc-voice using Moonshine for local speech-to-text input via /listen.

Reasoning

  • Already listed as planned in cc-voice plugin (v0.2.0) — /listen stub exists
  • No other community plugin provides both TTS + STT
  • Growing voice-mode interest in CC community (voice dictation listed as hot feature in claude-code-best-practice)
  • Local-first via Moonshine aligns with privacy-first design (no cloud STT dependency)

Key features to consider

  • /listen command to start mic capture
  • /listen --stop to end and inject transcript as user input
  • Moonshine model selection (tiny/base/small for latency/accuracy tradeoff)
  • PTY proxy integration matching existing /speak architecture

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions