Metadata-Version: 2.1
Name: rhasspy-silence
Version: 0.2.0
Summary: UNKNOWN
Home-page: https://github.com/rhasspy/rhasspy-silence
Author: Michael Hansen
Author-email: mike@rhasspy.org
License: UNKNOWN
Description: # Rhasspy Silence
        
        [![Continous Integration](https://github.com/rhasspy/rhasspy-silence/workflows/Tests/badge.svg)](https://github.com/rhasspy/rhasspy-silence/actions)
        [![GitHub license](https://img.shields.io/github/license/rhasspy/rhasspy-silence.svg)](https://github.com/rhasspy/rhasspy-silence/blob/master/LICENSE)
        
        Detect speech/silence in voice commands with [webrtcvad](https://github.com/wiseman/py-webrtcvad).
        
        ## Requirements
        
        * Python 3.7
        * [webrtcvad](https://github.com/wiseman/py-webrtcvad)
        
        ## Installation
        
        ```bash
        $ git clone https://github.com/rhasspy/rhasspy-silence
        $ cd rhasspy-silence
        $ ./configure
        $ make
        $ make install
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
