Structs§
- GetVoices
Request - Request to get available voices
- GetVoices
Response - Response with available voices
- IsSpeaking
Request - Request to check if TTS is currently speaking
- IsSpeaking
Response - Response for is_speaking check
- Pause
Resume Response - Response for pause/resume commands
- Preview
Voice Request - Request to preview a voice with sample text
- Speak
Request - Request to speak text
- Speak
Response - Response from speak command
- Stop
Request - Request to stop speaking
- Stop
Response - Response from stop command
- Voice
- A voice available on the system
Enums§
Traits§
- TtsExt
- Extensions to
tauri::App,tauri::AppHandleandtauri::Windowto access the tts APIs.
Functions§
- init
- Initializes the plugin.