Public Access
1.2 KiB
1.2 KiB
Change: Switch transcription profile during an active meeting
Why
Meetings can change spoken language or transcription requirements without being separate meetings. The user needs to switch from one launch profile to another during an active recording, for example from German to English, without creating new meeting artifacts or prematurely starting summarization.
What Changes
- Profile hotkeys pressed during active recording switch the active meeting to that profile instead of stopping and summarizing the meeting.
- Switching keeps the current meeting note, transcript, assistant context, summary path, and metadata.
- Switching stops and drains the current speech recognition pipeline, buffers captured audio while the old pipeline drains, inserts a transcript marker, clears run-local speaker label mappings, and starts a new speech recognition pipeline using the requested profile options.
- The final stop after one or more switches still summarizes once for the same meeting.
Impact
- Affects recording coordinator lifecycle, launch-profile hotkey semantics, live transcription buffering, speaker mapping lifecycle, and transcript output.
- Adds behavior tests for profile switching without metadata recollection or new artifacts.