Metadata-Version: 2.1
Name: rhasspy-speakers-cli-hermes
Version: 0.3.1
Summary: UNKNOWN
Home-page: https://github.com/rhasspy/rhasspy-speakers-cli-hermes
Author: Michael Hansen
Author-email: mike@rhasspy.org
License: UNKNOWN
Description: # Rhasspy Speakers Hermes MQTT Service
        
        [![Continous Integration](https://github.com/rhasspy/rhasspy-speakers-cli-hermes/workflows/Tests/badge.svg)](https://github.com/rhasspy/rhasspy-speakers-cli-hermes/actions)
        [![GitHub license](https://img.shields.io/github/license/rhasspy/rhasspy-speakers-cli-hermes.svg)](https://github.com/rhasspy/rhasspy-speakers-cli-hermes/blob/master/LICENSE)
        
        Implements `hermes/audioServer` output functionality from [Hermes protocol](https://docs.snips.ai/reference/hermes) using an external program like `aplay`.
        
        ## Requirements
        
        * Python 3.7
        
        ## Installation
        
        ```bash
        $ git clone https://github.com/rhasspy/rhasspy-speakers-cli-hermes
        $ cd rhasspy-speakers-cli-hermes
        $ ./configure
        $ make
        $ make install
        ```
        
        ## Running
        
        ```bash
        $ bin/rhasspy-speakers-cli-hermes <ARGS>
        ```
        
        ## Command-Line Options
        
        ```
        usage: rhasspy-speakers-cli-hermes [-h] --play-command PLAY_COMMAND
                                           [--host HOST] [--port PORT]
                                           [--site-id SITEID] [--debug]
        
        optional arguments:
          -h, --help            show this help message and exit
          --play-command PLAY_COMMAND
                                Command to play WAV data from stdin
          --host HOST           MQTT host (default: localhost)
          --port PORT           MQTT port (default: 1883)
          --site-id SITEID       Hermes siteId(s) to listen for (default: all)
          --debug               Print DEBUG messages to the console
        ```
        
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
