JarbasAI
JarbasAI
cross posted from https://github.com/OpenVoiceOS/ovos-tts-plugin-piper/issues/31 ______________ while benchmarking TTS plugins in https://github.com/TigreGotico/tts-benchmarks i noticed i am unable to benchmark piper plugin because some sentences randomly fail, worse, sometimes this crashes the...
from https://github.com/OpenVoiceOS/ovos-config/pull/158 ``` (.venv) [miro@miro-asustufgamingf15fx506hmfx506hm lang_configs]$ ovos-config autoconfigure --lang ca-nw --male --online Standardized lang-code: ca-NW Merged config: /home/miro/PycharmProjects/ovos-config/ovos_config/recommends/base/ca-es.conf Merged config: /home/miro/PycharmProjects/ovos-config/ovos_config/recommends/online_stt/ca-es.conf Merged config: /home/miro/PycharmProjects/ovos-config/ovos_config/recommends/online_male/ca-nw.conf 2024-09-26 00:21:50.315 - OVOS - ovos_plugin_manager.utils:find_plugins:136...
in setups without skills installed the trained event was never emitted, causing OVOS to hang forever and never reporting ready, but we have no need to wait here, it was...
companion to https://github.com/OpenVoiceOS/ovos-config/pull/166 NOTES: - to check if a service is ready, this should be used https://github.com/OpenVoiceOS/ovos-utils/blob/dev/ovos_utils/process_utils.py#L124 - now that skills are not necessarily managed by core, `mycroft.ready` message was...
with https://github.com/OpenVoiceOS/ovos-gui/pull/53 (corresponding to **ovos-gui** version `1.0.0`) a few changes are needed, this PR removes the bus upload of GUI resource files - new path needs to be shared volume...
Piper is licensed as MIT Espeak-ng is licensed as [GPL](https://github.com/espeak-ng/espeak-ng/blob/master/COPYING) https://github.com/rhasspy/piper/blob/master/src/cpp/phonemize.hpp#L13
partially split into https://github.com/OpenVoiceOS/ovos-core/pull/571 needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/270 companion PRS: - https://github.com/OpenVoiceOS/padacioso/pull/29 - https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/14 - https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin/pull/12 - https://github.com/OpenVoiceOS/ovos-common-query-pipeline-plugin/pull/11 - https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/pull/15 moved tests: - https://github.com/OpenVoiceOS/ovos-padatious-pipeline-plugin/pull/17 - https://github.com/OpenVoiceOS/ovos-adapt-pipeline-plugin/pull/14 ## Summary by CodeRabbit - **New...
hello I am working in my own TTS engine https://github.com/TigreGotico/phoonnx when using the espeak phonemizer the models are compatible with piper TTS, in fact you already are using my models...
V1: current password Hsub handshake  V2 proposal: Encrypted Hsub handshake  the main differences: - we don't leak the salt this way - if someone could theoretically break SHA256...