Tts

data class Tts(val text: String) : AudioSource

Text-to-speech. The glasses' built-in TTS engine converts text to audio.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard