voisona-talk-api / Destination
Type Alias: Destination
Destination =
"audio_device"|"file"|"memory"
Defined in: types.ts:16
Destination of the synthesized speech sound.
- 'audio_device': Output through the default audio device.
- 'file': Save to a WAV file.
- 'memory': Store in memory for retrieval via API.