Skip to content

Function: VoiceSelector()

ts
function VoiceSelector(props: UiVoiceSelectorProps): Block;

Defined in: packages/sdk/src/renderer/blocks/index.ts:2946

Experimental

VoiceSelector — dropdown listing the browser's available TTS voices. Pass name to sync the selected voiceURI through the session state store.

Parameters

ParameterType
propsUiVoiceSelectorProps

Returns

Block

Matterway Assistant SDK Documentation