-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,7 @@ | ||
# OVOS plugin manager | ||
|
||
OPM can be used to search, install, load and create plugins for the OpenVoiceOS ecosystem! | ||
OPM can be used to load and create plugins for the OpenVoiceOS ecosystem! | ||
|
||
![logo](https://raw.githubusercontent.com/OpenVoiceOS/ovos_assets/921b41891ed18c9e16d24d1894266200ee3bd104/Logo/Raw/opm-logo.svg) | ||
![image](https://github.com/OpenVoiceOS/ovos-plugin-manager/assets/33701864/8c939267-42fc-4377-bcdb-f7df65e73252) | ||
|
||
## Install | ||
|
||
```bash | ||
pip install ovos-plugin-manager | ||
``` | ||
|
||
## Usage | ||
|
||
see [./examples](examples) folder for basic usage | ||
|
||
|
||
## Plugins | ||
|
||
OPM provides templates to create OVOS plugins | ||
|
||
#### List of plugins | ||
|
||
This list is non exhaustive | ||
|
||
##### Wake Words | ||
- [ovos-ww-plugin-hotkeys](https://github.com/OpenVoiceOS/ovos_ww_plugin_hotkeys) | ||
- [ovos-ww-plugin-pocketsphinx](https://github.com/OpenVoiceOS/ovos-wakeword-plugin-pocketsphinx) | ||
- [ovos-ww-plugin-precise](https://github.com/OpenVoiceOS/ovos-wake-word-plugin-precise) | ||
- [chatterbox-ww-plugin-dummy](https://github.com/HelloChatterbox/dummy_wakeword_plugin) | ||
|
||
##### TTS | ||
- [ovos-tts-plugin-mimic](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic) | ||
- [ovos-tts-plugin-mimic2](https://github.com/OpenVoiceOS/ovos-tts-plugin-mimic2) | ||
- [ovos-tts-plugin-google](https://github.com/OpenVoiceOS/ovos-tts-plugin-google) | ||
- [ovos-tts-plugin-responsivevoice](https://github.com/OpenVoiceOS/ovos-tts-plugin-responsivevoice) | ||
- [ovos-tts-plugin-pico](https://github.com/OpenVoiceOS/ovos-tts-plugin-pico) | ||
- [ovos-tts-plugin-espeakNG](https://github.com/OpenVoiceOS/ovos-tts-plugin-espeakNG) | ||
- [chatterbox-polly-tts-plugin](https://github.com/HelloChatterbox/chatterbox-polly-tts-plugin) | ||
|
||
##### STT | ||
- [ovos-stt-plugin-vosk](https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk) | ||
|
||
##### Audio Service | ||
- [ovos-guiplayer-plugin](https://github.com/OpenVoiceOS/ovos-guiplayer-plugin) | ||
- [ovos-vlc-plugin](https://github.com/OpenVoiceOS/ovos-vlc-plugin) | ||
Documentation can be found in the [ovos-technical-manual](https://openvoiceos.github.io/ovos-technical-manual/OPM) |