Merge pull request #245 from relic-se/synthvoice
Add CircuitPython_SynthVoice library
This commit is contained in:
commit
97d24da636
3 changed files with 5 additions and 1 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -469,4 +469,6 @@
|
|||
[submodule "libraries/helpers/keymanager"]
|
||||
path = libraries/helpers/keymanager
|
||||
url = https://github.com/relic-se/CircuitPython_KeyManager.git
|
||||
|
||||
[submodule "libraries/helpers/synthvoice"]
|
||||
path = libraries/helpers/synthvoice
|
||||
url = https://github.com/relic-se/CircuitPython_SynthVoice.git
|
||||
|
|
@ -139,6 +139,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.
|
||||
|
|
|
|||
1
libraries/helpers/synthvoice
Submodule
1
libraries/helpers/synthvoice
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 9ddade779b201a5a91318775bd755520f48817b9
|
||||
Loading…
Reference in a new issue