Skip to content

Feature request: translate non-English speech to English in the transcript #13

Description

@matthiaslesage

Context

Thanks for quill! Having everything stay on-device makes it very valuable.

I'm not a native English speaker. My meetings happen in my own language, but
the output I want out of them, transcripts I feed to an LLM to code are much more useful to me in English. Today that means a second manual translation step after transcript.md is written.

Proposal

Support a "translate to English" mode alongside plain transcription, e.g.:

{
  "transcription": {
    "enabled": true,
    "engine": "whisper",
    "task": "translate",
    "source_language": "auto"
  }
}

Happy to help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions