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!
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.mdis 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!