From eedd858f4b404d9e8c0c544033c916475f79f3bc Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Wed, 19 Mar 2025 19:33:22 -0500 Subject: [PATCH] Add CircuitPython_SynthVoice library --- .gitmodules | 3 +++ circuitpython_community_library_list.md | 1 + libraries/helpers/synthvoice | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/synthvoice diff --git a/.gitmodules b/.gitmodules index 5aada59..30795ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -463,3 +463,6 @@ [submodule "libraries/helpers/iperf"] path = libraries/helpers/iperf url = https://github.com/bablokb/circuitpython-iperf.git +[submodule "libraries/helpers/synthvoice"] + path = libraries/helpers/synthvoice + url = https://github.com/relic-se/CircuitPython_SynthVoice.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 14aab1d..f289dc5 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -138,6 +138,7 @@ c* [CircuitPython_RotarySelect](https://github.com/FoamyGuy/CircuitPython_Rotary * [CircuitPython Slider](https://github.com/jposada202020/CircuitPython_slider.git) Simpleslider for Touchscreens ([PyPi](https://pypi.org/project/circuitpython-slider/)) \([Docs](https://circuitpython-slider.readthedocs.io/en/latest/)) * [CircuitPython SoftKeyboard](https://github.com/FoamyGuy/CircuitPython_SoftKeyboard.git) Soft Keyboard for Touchscreens ([PyPi](https://pypi.org/project/circuitpython-softkeyboard/)) \([Docs](https://circuitpython-softkeyboard.readthedocs.io/en/latest/)) * [CircuitPython Styles](https://github.com/jposada202020/CircuitPython_styles.git) Library helper to add styles to CircuitPython display functions CircuitPython widgets ([PyPi](https://pypi.org/project/circuitpython-styles)) \([Docs](https://circuitpython-styles.readthedocs.io/en/latest/)) +* [CircuitPython_SynthVoice](https://github.com/relic-se/CircuitPython_SynthVoice/) Helper library to generate complex synthio voices. \([Docs](https://circuitpython-synthvoice.readthedocs.io/en/latest/)) * [CircuitPython_TemperatureTools](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools.git) A collection of Dew Point, Heat Index, and temperature unit helpers \([Docs](https://github.com/CedarGroveStudios/CircuitPython_TemperatureTools/blob/main/media/pseudo_rtd_cedargrove_temperaturetools.pdf)) * [CircuitPython_TMIDI](https://github.com/todbot/CircuitPython_TMIDI.git) Alternate CircuitPython MIDI library, inherits from Winterbloom_SmolMIDI ([PyPi](https://pypi.org/project/circuitpython-tmidi/)) \([Docs](https://circuitpython-tmidi.readthedocs.io/en/latest/)) * [CircuitPython_TOML](https://github.com/elpekenin/circuitpython_toml.git) A subset of CPython's built-in module for working with TOML data. Useful for complex data on `settings.toml` where `os.getenv` is not enough. diff --git a/libraries/helpers/synthvoice b/libraries/helpers/synthvoice new file mode 160000 index 0000000..9ddade7 --- /dev/null +++ b/libraries/helpers/synthvoice @@ -0,0 +1 @@ +Subproject commit 9ddade779b201a5a91318775bd755520f48817b9