Skip to content

Commit ffc4ce8

Browse files
committed
doc: update
1 parent f9d2a8d commit ffc4ce8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# LocalTTS Module Overview
22

3-
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.
44

55
## Key Features
66

77
- **Offline Operation:** All speech synthesis is performed locally, ensuring data privacy and eliminating network dependencies.
88
- **Multiple Language Support:** Easily switch between different languages (en, es, zh).
99
- **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

Comments
 (0)