You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `local_tts` module provides a completely offline text-to-speech (TTS) solution for Arduino Apps. At its core is the `LocalTTS` class, designed to convert text input into spoken audio using locally available TTS engines, ensuring privacy and low-latency performance without reliance on cloud services.
3
+
The `LocalTTS` brick provides a completely offline text-to-speech (TTS) solution for Arduino Apps. It's designed to convert text input into spoken audio using locally available TTS engines, ensuring privacy and low-latency performance without reliance on cloud services.
4
4
5
5
## Key Features
6
6
7
7
-**Offline Operation:** All speech synthesis is performed locally, ensuring data privacy and eliminating network dependencies.
8
8
-**Multiple Language Support:** Easily switch between different languages (en, es, zh).
9
9
-**Audio Output Formats:** Directly output synthesized speech to a Speaker instance or to WAV or PCM audio.
10
+
-**Concurrency Control**: Limits the number of simultaneous transcription sessions to avoid resource exhaustion.
0 commit comments