Documentation
¶
Overview ¶
Package router is a compatibility alias shim: the STT routing layer now lives in the public framework package pkg/speechkit/stt (Router, Strategy, BuildRouter), so both the Device-Target and the Server-Target assemble it through one path. Existing internal call sites keep compiling unchanged via the aliases below. New code should import pkg/speechkit/stt directly.
The shim also owns the host-side audit wiring: the public router exposes a provider-selected observer instead of importing internal/auditlog, and this package installs the audit-log observer for both targets at init time.
Index ¶
Constants ¶
View Source
const ( StrategyDynamic = pkgstt.StrategyDynamic StrategyLocalOnly = pkgstt.StrategyLocalOnly StrategyCloudOnly = pkgstt.StrategyCloudOnly )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.