Runtime configuration for voice profiles.
Each host app stores config under its own app env key. Pass the OTP app
name to current/1 or profile/2 so the config reader knows where to look.
# In your app:
config :my_app, VoiceEngine.Config, profiles: %{...}
VoiceEngine.Config.current(:my_app)
Summary
Functions
Returns the currently selected voice profile for the given OTP app.
Loads a specific profile by name.
All configured profile names.
PubSub topic for voice-driven turn notifications.
Voice channel topic for a session.
Types
Functions
Returns the currently selected voice profile for the given OTP app.
Loads a specific profile by name.
All configured profile names.
PubSub topic for voice-driven turn notifications.
Voice channel topic for a session.