refactor(transcription): LocalEngine dispatches SpeechBackend enum — Whisper now on whisper-rs
This commit is contained in:
@@ -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::{
|
||||
|
||||
Reference in New Issue
Block a user