Crate tauri_plugin_tts

Crate tauri_plugin_tts 

Source

Structs§

GetVoicesRequest
Request to get available voices
GetVoicesResponse
Response with available voices
IsSpeakingRequest
Request to check if TTS is currently speaking
IsSpeakingResponse
Response for is_speaking check
PauseResumeResponse
Response for pause/resume commands
PreviewVoiceRequest
Request to preview a voice with sample text
SpeakRequest
Request to speak text
SpeakResponse
Response from speak command
StopRequest
Request to stop speaking
StopResponse
Response from stop command
Voice
A voice available on the system

Enums§

Error
QueueMode
Queue mode for speech requests

Traits§

TtsExt
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the tts APIs.

Functions§

init
Initializes the plugin.

Type Aliases§

Result