Microphone Plugins
NEW in ovos-core
version 0.0.8
Microphone plugins are responsible for feeding audio to the listener
plugin | notes | operating systems |
---|---|---|
ovos-microphone-plugin-alsa | based on pyalsaaudio, best performance | linux |
ovos-microphone-plugin-pyaudio | based on PyAudio | linux |
ovos-microphone-plugin-sounddevice | based on python-sounddevice | linux mac windows |
ovos-microphone-plugin-files | audio files as input | linux mac windows |
ovos-microphone-plugin-arecord | uses arecord via subprocess |
linux |
ovos-microphone-plugin-socket | demo plugin for remote microphone | linux mac windows |
Standalone Usage
TODO
Plugin Template
TODO