Metadata-Version: 2.1
Name: ovos-microphone-plugin-alsa
Version: 0.1.0
Summary: A alsa microphone implementation for OVOS
Home-page: https://github.com/OpenVoiceOS/ovos-microphone-plugin-alsa
Author: JarbasAi
Author-email: jarbasai@mailfence.com
License: Apache-2.0
Description: ## Description
        
        OpenVoiceOS Microphone plugin
        
        
        ## Configuration
        
        If you need to customize the configuration, add/or merge below to your mycroft.conf
        
        ```python
        "listener": {
            "microphone": {
                "module": "ovos-microphone-plugin-alsa",
                "device": "pulse",                  # name/alias of the device; default = "default"
                "period_size": 1024,                # frames per period; default = 1024
                "timeout": 5.0,                     # blocks x seconds and raises the Empty exception if no item was available within that time; default = 5.0
                "multiplier": 1.0,                  # Increase/decrease loudness of audio; default = 1.0
                "audio_retries": 0,                 # Number of times to retry listening; default = 0
                "audio_retry_delay": 0.0            # Seconds to wait between retries; default = 0.0
            }
        }
        ```
        
        ## Install
        
        `pip install ovos-microphone-plugin-alsa`
        
Keywords: ovos plugin listener microphone alsa
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
