Files
klubhaus-doorbell/libraries/audio-tools/examples/examples-tts/streams-sam-audiokit/README.md
2026-02-12 21:00:02 -08:00

20 lines
594 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Using SAM Speach to Text
I am providing a simple sketch which generates sound data with the SAM text to speach engine.
You need to install https://github.com/pschatzmann/arduino-SAM
The output goes to a AI Thinker Audio Kit.
<img src="https://pschatzmann.github.io/Resources/img/audio-toolkit.png" alt="Audio Kit" />
### Dependencies
You need to install the following libraries:
- [Arduino Audio Tools](https://github.com/pschatzmann/arduino-audio-tools)
- [Audio Driver](https://github.com/pschatzmann/arduino-audio-driver)
- [SAM](https://github.com/pschatzmann/arduino-SAM)