refactor(transcription): LocalEngine dispatches SpeechBackend enum — Whisper now on whisper-rs

This commit is contained in:
2026-04-19 20:20:03 +01:00
parent c426fa7eb2
commit 4256383a5b
3 changed files with 53 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ pub mod whisper_rs_backend;
pub use concurrency::run_inference;
pub use local_engine::{
load_parakeet, load_whisper, LocalEngine, TimedTranscript,
load_parakeet, load_whisper, LocalEngine, SpeechBackend, TimedTranscript,
};
pub use transcribe_rs::SpeechModel;
pub use model_manager::{