Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JarbasHiveMind/HiveMind-voice-sat
OpenVoiceOS Voice Satellite
https://github.com/JarbasHiveMind/HiveMind-voice-sat
hivemind mycroft openvoiceos ovos stt vad voice-assistant voice-chat voice-commands voice-control voice-recognition wake-word wake-word-detection
Last synced: about 1 month ago
JSON representation
OpenVoiceOS Voice Satellite
- Host: GitHub
- URL: https://github.com/JarbasHiveMind/HiveMind-voice-sat
- Owner: JarbasHiveMind
- License: apache-2.0
- Created: 2020-02-01T17:38:05.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-25T19:03:10.000Z (about 1 year ago)
- Last Synced: 2024-05-09T00:17:32.891Z (8 months ago)
- Topics: hivemind, mycroft, openvoiceos, ovos, stt, vad, voice-assistant, voice-chat, voice-commands, voice-control, voice-recognition, wake-word, wake-word-detection
- Language: Python
- Homepage:
- Size: 44.6 MB
- Stars: 17
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ovos-plugins - HiveMind voice satellite
README
# HiveMind Voice Satellite
OpenVoiceOS Satellite, connect to [HiveMind](https://github.com/JarbasHiveMind/HiveMind-core)
![](./voice_terminal.png)
NOTE: needs https://github.com/OpenVoiceOS/ovos-audio/pull/17
## Install
Install dependencies (if needed)
```bash
sudo apt-get install -y libpulse-dev libasound2-dev
```Install with pip (hivemind pypi version is VERY outdated)
```bash
$ pip install git+https://github.com/JarbasHiveMind/HiveMind-voice-sat
```## Usage
```bash
Usage: hivemind-voice-sat [OPTIONS]connect to HiveMind
Options:
--host TEXT hivemind host
--key TEXT Access Key
--password TEXT Password for key derivation
--port INTEGER HiveMind port number
--selfsigned accept self signed certificates
--help Show this message and exit.```
## Configuration
Voice satellite uses the default OpenVoiceOS configuration `~/.config/mycroft/mycroft.conf`
See configuration from [ovos-dinkum-listener](https://github.com/OpenVoiceOS/ovos-dinkum-listener) for default values