platypush/platypush/plugins/sound
Fabio Manganiello 59c693d6a0
[#394] All manifest.yaml converted to manifest.json.
YAML isn't part of the Python standard library, while JSON is.

If we want `setup.py` to dynamically parse the available integration
manifest files in order to populate the extra dependencies, then it's
better to rely on a JSON format for manifest files - the parser is part
of the standard library and it doesn't require the user to install
`pyyaml` before `platypush`.
2024-05-17 02:21:57 +02:00
..
_converters [sound] Plugin refactor. 2023-10-31 00:44:05 +00:00
_manager [WIP] Added initial hotword integration. 2024-05-02 00:51:09 +00:00
_streams [sound] Plugin refactor. 2023-10-31 00:44:05 +00:00
_utils Removed/commented references to numpy.typing. 2023-10-23 20:23:57 +00:00
__init__.py [sound] Plugin refactor. 2023-10-31 00:44:05 +00:00
_model.py Sound plugin rewritten almost from scratch. 2023-06-27 13:31:38 +02:00
manifest.json [#394] All manifest.yaml converted to manifest.json. 2024-05-17 02:21:57 +02:00