const ttsComponent = new RemoteTTSComponent({ synthesisConfig: { voice: 'alloy', speed: 1.0, pitch: 0 } });
new RemoteTTSComponent(props: RemoteTTSComponentProps): RemoteTTSComponent
Hide properties
AbstractComponent.constructor