feat(mac): add Qwen3 MLX streaming dictation
Replace the Sherpa offline pipeline with native MLX streaming, resilient model downloads, live transcript previews, and supporting tests and documentation.
This commit is contained in:
@@ -5,4 +5,6 @@ import Foundation
|
||||
|
||||
enum LocalASRPreferenceKeys {
|
||||
static let selectedModelId = "mac.localASR.selectedModelId"
|
||||
/// Persists the user's preferred model download mirror (see `LocalASRDownloadSourcePreference`).
|
||||
static let downloadSource = "mac.localASR.downloadSource"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user