Where does my audio go?
↓
Audio is processed locally in 5-second volatile chunks in browser memory and discarded immediately after transcription. Never written to disk. Never transmitted anywhere. There are no TrainScription servers — there is no TrainScription infrastructure of any kind.
Does it slow down my browser?
↓
TrainScription runs a real AI model on your machine, so you will see CPU activity during sessions — that's expected and normal. On modern hardware it's comfortable. On older or heavily loaded machines you may feel it more. The extension gives you three processing tiers in the popup: Lightweight uses the fewest resources with a modest accuracy tradeoff, Balanced is the default and works well for most hardware, and High Quality produces the sharpest output at the highest resource cost. If you're on older hardware or running a long session, Lightweight is the right choice.
Can it transcribe YouTube, podcasts, or other media in a browser tab?
↓
Yes — tab audio capture picks up any browser tab audio, so it works on YouTube, podcasts, recorded video, or any other audio playing in Chrome. TrainScription was designed for live conversations, but the capability extends to any browser-based audio you want a text record of. For longer media sessions, consider switching to Lightweight mode in the popup to reduce sustained CPU load.
Can it capture an in-person conversation or meeting happening in the room?
↓
Yes — and it's a surprisingly practical use case. Open the Studio and start a microphone capture session. TrainScription will transcribe everything picked up by your mic, including other voices in the room. Since there's no diarization, all speech is attributed to ME, but the transcript is still a complete, timestamped record of the conversation. From there, take the exported .txt to any AI — ChatGPT, Claude, Gemini — give it the context that it was a two-person meeting, and you get summaries, action items, or key decisions in seconds. No cloud meeting platform required. No screen share. Just open the Studio, hit capture, and let it run.
Why does my transcript have wrong words in it?
↓
The Whisper AI model is excellent at general language but consistently struggles with proper names, product names, jargon, and specialized terminology. This is expected behavior across all AI transcription tools. The Phonetic Brain is built specifically to fix this — highlight any wrong word in the transcript and assign the correct spelling. The Brain corrects that word on every future transcript automatically, before you ever see it.
What do the mint-highlighted words mean?
↓
Mint-highlighted words were corrected by the Phonetic Brain in real time. Whisper produced an incorrect transcription; the Brain caught it and substituted the correct spelling before it was written to the transcript. The highlight shows you the Brain is actively working — and shows exactly which words it has touched.
I closed the popup — is transcription still running?
↓
Yes. Transcription runs in the extension's background service worker. Closing or minimizing the popup does not stop it. Your session continues and all segments are saved to Recovery automatically. Reopen the popup or Studio view at any time to see the latest transcript.
What is Silence Auto-Stop and how do I configure it?
↓
Silence Auto-Stop automatically ends a transcription session after a configurable period of sustained silence — so you never have to worry about leaving a session running indefinitely when a meeting ends.
Configure it in Studio → Settings. Options: 5 min, 10 min, 15 min, or Indefinite. Free tier: 5 and 10 minutes only. Pro: all four options including Indefinite.
At 1 minute before the threshold, a gold warning banner appears in the Studio Live view with Keep Transcribing and Stop Now buttons. A system notification also fires. If audio resumes before the threshold, the timer resets automatically — Keep Transcribing is only needed if the silence is real but you want the session to continue anyway. The transcript is always saved to Recovery when auto-stop fires.
What happens to my transcripts if I reinstall Chrome or switch computers?
↓
Transcript history is stored in your Chrome profile's extension storage — export any sessions you want to keep before wiping or switching machines. Your Phonetic Brain vocabulary can be exported as a .train.json backup and reimported after reinstall. Your Pro license is tied to your email and carries over automatically — just sign in on the new device. The easiest path for Pro users: Recovery → Backup Everything on the old machine, then Restore from Backup on the new one — brings back every session and your full Brain in one step. See the Bulk Export, Backup & Restore section below for detail.
Can I export as an SRT subtitle file?
↓
Yes — every segment in Recovery has a .srt button alongside the standard .txt button. SRT export produces a standard subtitle file with timestamps relative to the start of the session. This is useful both for meeting transcripts and for any browser-based video or media you've captured. Free and Pro.
Can I rename or label my sessions in Recovery?
↓
Yes. Click the edit icon next to any session in Recovery to give it a custom name — "Weekly sync," "Client call," whatever makes sense to you. The name is saved immediately and replaces the default timestamp label. Leave it blank to revert to the default. Free and Pro.
Can Recovery clean up old sessions automatically?
↓
Yes — this is separate from deleting a session yourself, which has always been available with a single click. Auto-Purge by Age, in Studio → Settings, lets you set Recovery to automatically clear out sessions once they pass a certain age: 30 days, 60 days, 90 days, or Never — Never is the default, so nothing is removed unless you turn this on. A daily background check compares each session's age against your chosen threshold and removes anything older, no manual cleanup required.
If a session matters and you never want it swept — regardless of how old it gets — click the lock icon next to that session in Recovery. A locked session is permanently exempt from Auto-Purge; age stops applying to it entirely. You can lock and unlock sessions at any time. This is the only thing that exempts a session from the sweep — there's no separate "keep the newest N" setting, and locking has no effect on the Free tier's 3-session limit, which is a different, count-based rule. Auto-Purge is ungated — the same options are available on Free and Pro.
Can I organize or group Recovery sessions by topic?
↓
Session Tags are the answer. Use the tag control on any session card in Recovery to assign your own labels — "Client Calls," "Weekly Sync," "RPG," whatever makes sense for your workflow. A row of tag chips appears above the session list; clicking one filters the list to every session carrying that tag. Clicking it again clears the filter.
Tags use autocomplete drawn from every tag you've already created, so if you tag a session "Client Calls" today, tomorrow's session surfaces the same spelling as a suggestion — no near-duplicates accumulating over time.
Bulk export is tag-aware: when a tag filter is active, the export button scopes to just the filtered sessions and labels the .zip accordingly, so you can package one category of sessions without downloading everything.
Session Tags are fully ungated — the same on Free and Pro. Tags are included in Backup & Restore, removed with the session when Auto-Purge sweeps it, and wiped by Privacy Nuke along with all other local data.
What are the pause and resume markers in my transcript?
↓
When you pause a channel — mic, tab, or both — TrainScription logs a timestamped marker line in the transcript: for example, [ME PAUSED] or [ALL RESUMED], using your configured channel labels. These markers document exactly when channels were deliberately silenced, so the record distinguishes an intentional pause from a natural silence gap. They appear in exports by default. If you want a clean export without them, toggle "Include pause markers in export" off in the Recovery section before downloading.