7f059dbd45
Migrate keyboard dictation to continuous Flow sessions with auto-start, tap-to-toggle recording, 60s countdown, five-step onboarding, and App Group IPC. Add docs/ GitHub Pages site with en/zh privacy policy for App Store compliance.
10 lines
280 B
Swift
10 lines
280 B
Swift
// PreviewASRController.swift
|
|
// OSGKeyboard · Main App
|
|
//
|
|
// Legacy name kept for existing call sites and tests. The implementation
|
|
// lives in `OSGKeyboardShared` as `LiveDictationController`.
|
|
|
|
import OSGKeyboardShared
|
|
|
|
typealias PreviewASRController = LiveDictationController
|