Skip to main content

Signatures

speak is synchronous on React Native and returns the handle immediately. stop is async. The pairing is the reverse of the Web SDK.

Options

Stopping

Stops whatever is speaking.

Audio session

On iOS, playing audio while another app is playing needs the right audio session category. The SDK’s playback path handles the common case, but if your app already configures an audio session, configure it before speaking rather than after.

Saving to a file