forked from NeonGeckoCom/NeonCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update STT and TTS plugins to install from PyPI (NeonGeckoCom#133)
* Update STT and TTS plugins to install from PyPI * Loosen OPM dependency spec * get ovos_utils alpha release for OPM compat * lock OPM version to troubleshoot Speech failures revert ovos_utils beta spec * bump neon_audio version spec * Loosen OPM to 0.0.1 * Update STT plugin versions to support newer OPM version * Troubleshoot dependency version conflicts * Bump deepspeech plugin version spec * Bump plugin specs to release versions * loosen ovos_utils to install stable version by default
- Loading branch information
1 parent
6f18bb2
commit 53b6784
Showing
4 changed files
with
10 additions
and
10 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,2 +1,2 @@ | ||
neon-stt-plugin-deepspeech_stream_local @ git+https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local | ||
neon-tts-plugin-mimic @ git+https://github.com/NeonGeckoCom/neon-tts-plugin-mimic | ||
neon-stt-plugin-deepspeech-stream-local>=0.1.2 | ||
neon-tts-plugin-mimic>=0.1.3 |
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,9 +1,9 @@ | ||
neon-client @ git+https://github.com/NeonGeckoCom/neon-core-client | ||
neon-transcripts-controller @ git+https://github.com/NeonGeckoCom/transcripts_controller | ||
ovos-ww-plugin-pocketsphinx | ||
neon-tts-plugin-mimic @ git+https://github.com/NeonGeckoCom/neon-tts-plugin-mimic | ||
neon-tts-plugin-mimic | ||
deepspeech @ https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-cp37-cp37m-linux_aarch64.whl | ||
neon-stt-plugin-deepspeech_stream_local @ git+https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local | ||
neon-stt-plugin-deepspeech-stream-local | ||
|
||
# Install vosk in case user installs that plugin | ||
vosk @ https://github.com/alphacep/vosk-api/releases/download/v0.3.30/vosk-0.3.30-py3-none-linux_aarch64.whl |
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,3 +1,3 @@ | ||
neon-stt-plugin-google_cloud_streaming @ git+https://github.com/NeonGeckoCom/neon-stt-plugin-google_cloud_streaming | ||
neon-tts-plugin-polly~=0.1 | ||
neon-stt-plugin-google-cloud-streaming>=0.2.2 | ||
neon-tts-plugin-polly~=0.1.0 | ||
neon-lang-plugin-amazon_translate>=0.1.0 |
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