Added sound device plugin

This commit is contained in:
Fabio Manganiello 2018-12-15 01:18:45 +01:00
parent 7b963f8cf3
commit be98dcde6a
4 changed files with 393 additions and 2 deletions

View file

@ -59,7 +59,6 @@ setup(
],
install_requires = [
'pyyaml',
'requires',
'redis',
],
extras_require = {
@ -91,6 +90,7 @@ setup(
'Support for Kodi plugin': ['kodi-json'],
'Support for Plex plugin': ['plexapi'],
'Support for Chromecast plugin': ['pychromecast'],
'Support for sound devices': ['sounddevice', 'soundfile', 'numpy'],
# 'Support for Leap Motion backend': ['git+ssh://git@github.com:BlackLight/leap-sdk-python3.git'],
# 'Support for Flic buttons': ['git+ssh://git@github.com/50ButtonsEach/fliclib-linux-hci']
},