feat(transcription): availability-based engine selection (Track-B step 4)#12
Open
farce1 wants to merge 1 commit into
Open
feat(transcription): availability-based engine selection (Track-B step 4)#12farce1 wants to merge 1 commit into
farce1 wants to merge 1 commit into
Conversation
Track-B step 4. start_transcription_worker resolves the ASR engine by availability (resolve_asr_engine): prefer Parakeet (parakeet_model_dir) when its files are present, else Whisper, with engine-aware readiness. Behavior-preserving today (Parakeet not downloaded -> Whisper). Explicit user override + download trigger arrive with the picker UI (next step).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Track-B step 4 (stacked on #11).
start_transcription_workernow picks the ASR engine viaresolve_asr_engine: prefer Parakeet when its model files are present, else Whisper, with engine-aware readiness (parakeet assets vs whisper assets + VAD). Behavior-preserving today (Parakeet isn't downloaded yet → resolves to Whisper). Unit-tested; clippy -D warnings clean. Next: picker UI + download trigger (explicit user override), then GPU EPs, retranscribe_meeting. Stacked #9←#10←#11←#12; CI red on the usual maintainer-only blockers.