20 lines
594 B
Markdown
20 lines
594 B
Markdown
# 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)
|
||
|
||
|
||
|