Replies: 1 comment
-
|
Transcriptions aren't stored by default - they go straight to your cursor (or clipboard) and that's it. There is a file output mode you could use for this: [output]
mode = "file"
file_path = "/home/you/.local/share/voxtype/transcriptions.txt"
file_mode = "append"Each transcription gets appended to the file with a newline. Caveats:
For your use case (LLM analysis, trends), you'd probably want:
None of that exists today, but they'd be reasonable additions. If you'd find this useful, feel free to open a feature request and we can scope it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if dictation transcriptions are stored anywhere that I could feed into an LLM for analysis, trends, etc.
Beta Was this translation helpful? Give feedback.
All reactions