feat(transcription): add WhisperRsBackend wrapping whisper-rs with initial_prompt support

This commit is contained in:
2026-04-19 20:16:07 +01:00
parent 6b44570b04
commit c426fa7eb2
3 changed files with 106 additions and 0 deletions

View File

@@ -21,3 +21,7 @@ futures-util = "0.3"
sha2 = "0.10"
whisper-rs = { version = "0.16", default-features = false, features = ["vulkan"] }
# Direct whisper-rs backend (WhisperRsBackend): thread pool sizing + typed errors.
num_cpus = "1"
thiserror = "2"