https://github.com/codeadamca/ev3-voice-samples
A basic script that samples the EV3 hub voices varying the voice, speed, and pitch.
https://github.com/codeadamca/ev3-voice-samples
ev3 ev3dev lego python
Last synced: 12 months ago
JSON representation
A basic script that samples the EV3 hub voices varying the voice, speed, and pitch.
- Host: GitHub
- URL: https://github.com/codeadamca/ev3-voice-samples
- Owner: codeadamca
- Created: 2020-08-02T14:38:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:18:38.000Z (about 1 year ago)
- Last Synced: 2025-01-26T23:20:19.402Z (about 1 year ago)
- Topics: ev3, ev3dev, lego, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEGO® Mindstorms® EV3 and the Speak Function
A Python snippet utilizing the voice spoeaker on the LEGO EV3 Brick and [Pybricks](https://pybricks.com/). [Pybricks](https://pybricks.com/) is the LEGO recommended method of using the LEGO EV3 Brick with Python. See the official [Python for EV3](https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3) LEGO page for more details.
This sample speaks a phrase using a variety of voices, speeds, and pitches.
***
## Repo Resources
- [Pybricks - Documentation](https://docs.pybricks.com/en/latest/ev3devices.html)