Skip to content

Commit

Permalink
readme and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 28, 2023
1 parent 49ddc99 commit 59fd08c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions hivemind_voice_satellite/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import click
from hivemind_bus_client import HiveMessageBusClient
from hivemind_presence import LocalDiscovery
from ovos_audio.service import PlaybackService
from ovos_utils import wait_for_exit_signal
import click

from hivemind_voice_satellite import VoiceClient


Expand All @@ -13,7 +13,6 @@
@click.option("--port", help="HiveMind port number", type=int, default=5678)
@click.option("--selfsigned", help="accept self signed certificates", is_flag=True)
def connect(host, key, password, port, selfsigned):

if not host.startswith("ws"):
print("Invalid host, please specify a protocol")
print(f"ws://{host} or wss://{host}")
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ OpenVoiceOS Satellite, connect to [HiveMind](https://github.com/JarbasHiveMind/H

![](./voice_terminal.png)

NOTE: needs https://github.com/OpenVoiceOS/ovos-audio/pull/17

![](./voice_sat.png)

## Install

Expand All @@ -15,10 +15,10 @@ Install dependencies (if needed)
sudo apt-get install -y libpulse-dev libasound2-dev
```

Install with pip
Install with pip (hivemind pypi version is VERY outdated)

```bash
$ pip install HiveMind-voice-sat
$ pip install git+https://github.com/JarbasHiveMind/HiveMind-voice-sat
```

## Usage
Expand Down
9 changes: 4 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
hivemind_bus_client~=0.0.3a2
ovos-audio
ovos-dinkum-listener>=0.0.2, < 0.1.0
ovos-vad-plugin-webrtcvad
ovos-stt-plugin-server
click
ovos-dinkum-listener>=0.0.2a34, < 0.1.0
ovos-vad-plugin-silero
ovos-config>=0.0.10
hivemind_presence>=0.0.2a2
ovos-tts-plugin-server
click

0 comments on commit 59fd08c

Please sign in to comment.