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
docs/source

View file

@ -203,6 +203,9 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'omxplayer',
'plexapi',
'cwiid',
'sounddevice',
'soundfile',
'numpy',
]
sys.path.insert(0, os.path.abspath('../..'))