Function: createSpeechRuntimeFromEnv()
createSpeechRuntimeFromEnv(
env?,config?):SpeechRuntime
Defined in: packages/agentos/src/speech/SpeechRuntime.ts:201
Parameters
env?
Record<string, string | undefined> = process.env
config?
Omit<SpeechRuntimeConfig, "env"> = {}