Documentation
¶
Overview ¶
Package audio is the only way apps use speech capabilities (docs/adr/0014-audio-service-transcription.md): a thin client for platformd's audio service on the internal plane. Apps are blind to the backend — Lemonade when configured, a clearly-marked stub until then.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
New returns the audio client for an app. The plane address comes from BESPOKE_AUDIO_URL, falling back to BESPOKE_LLM_URL (same listener), then the local default.
Click to show internal directories.
Click to hide internal directories.