Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.1 #249

Merged
merged 129 commits into from
Sep 10, 2024
Merged

0.1.1 #249

merged 129 commits into from
Sep 10, 2024

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Sep 2, 2024

Changelog

0.1.0 (2024-09-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Error about Azure TTS plugin #193

Merged pull requests:

V (2024-03-10)

Full Changelog

Merged pull requests:

V0.0.26a10 (2024-02-17)

Full Changelog

Fixed bugs:

V0.0.26a9 (2024-02-13)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Messages from ovos_utils.log.LOG are swallowed and not sent to STDOUT #173

V0.0.26a8 (2024-02-11)

Full Changelog

Fixed bugs:

V0.0.26a7 (2024-02-10)

Full Changelog

Implemented enhancements:

V0.0.26a6 (2024-02-07)

Full Changelog

Implemented enhancements:

V0.0.26a5 (2024-01-08)

Full Changelog

Implemented enhancements:

V0.0.26a4 (2024-01-03)

Full Changelog

Implemented enhancements:

V0.0.26a3 (2023-12-30)

Full Changelog

Fixed bugs:

V0.0.26a2 (2023-12-30)

Full Changelog

Fixed bugs:

  • fix gui extensions in ovos-utils >= 0.1.0a2 #204 (JarbasAl)

V0.0.26a1 (2023-12-29)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

JarbasAl and others added 30 commits December 29, 2023 22:14
less deprecation warnings
import moved in utils 0.0.37 and removed in 0.1.0
* feat/sentence_tokenize_before_TTS

split large responses into sub-sentences, this improves the TTS synth speed

eg, with this PR the sentence below would have been 3 synths instead of 1, and the first one would start playing while it synthed the next 2

> Jan 03 14:55:37 rpi4b hivemind-voice-sat[10648]: 2024-01-03 14:55:37.257 - HiveMind-voice-sat - ovos_audio.service:execute_tts:348 - INFO - Speak: Quantum computing is a field that focuses on developing computer systems that utilize the principles of quantum mechanics. These systems, known as quantum computers, use quantum bits or qubits to process and store information. Unlike classical computers which use bits that can represent either a 0 or a 1, qubits can exist in multiple states simultaneously, thanks to a property called superposition. This allows quantum computers to perform certain calculations much faster than classical computers, potentially enabling breakthroughs in fields like cryptography, optimization, and molecular simulations. However, quantum computing is still a developing field and many practical challenges need to be overcome before fully functional quantum computers become widely available.


ChatGPT answered quickly but the TTS server took some time to convert it. It took about 20 seconds with ryan-high on Piper, sure it will be faster with a lower voice but still an issue

* Update tts.py
* feat/OCP_backends

---------

Co-authored-by: JarbasAi <[email protected]>
Co-authored-by: JarbasAI <[email protected]>
Co-authored-by: JarbasAi <[email protected]>
* feat/streaming_tts

* Update tts.py

* docstr

* Update tts.py

* Update tts.py

* Update tts.py

* Update tts.py

* Update tts.py

* Update tts.py

* Update tts.py

* Update tts.py

* fix

* use cache in  streaming_tts

* kwargs fix

* docstrs and kwarg cleanup

* add logs
permanent cache wasnt being loaded on cache init
* @abc.abstractmethod

ensure all plugins implement mandatory methods

* typing

* feat/streaming_solver

default implementation with fake streaming
* fix: AdminPlugin

The AdminPlugins would not load

* simplified Admin classes

* Fixed tests?
ovos_plugin_manager/audio.py Outdated Show resolved Hide resolved
ovos_plugin_manager/embeddings.py Show resolved Hide resolved
ovos_plugin_manager/audio_transformers.py Outdated Show resolved Hide resolved
ovos_plugin_manager/templates/embeddings.py Show resolved Hide resolved
ovos_plugin_manager/templates/language.py Show resolved Hide resolved
ovos_plugin_manager/templates/tts.py Show resolved Hide resolved
ovos_plugin_manager/templates/tts.py Show resolved Hide resolved
ovos_plugin_manager/utils/__init__.py Outdated Show resolved Hide resolved
requirements/requirements.txt Outdated Show resolved Hide resolved
test/unittests/test_tts.py Show resolved Hide resolved
* planned_deprecations

* tests
JarbasAl and others added 4 commits September 5, 2024 09:53
* refactor/license compliance

keep the header notices

* refactor/license compliance

keep the header notices
@JarbasAl JarbasAl mentioned this pull request Sep 5, 2024
@JarbasAl JarbasAl mentioned this pull request Sep 5, 2024
@JarbasAl
Copy link
Member

JarbasAl commented Sep 5, 2024

because of the buggy automations we now need to make this '0.1.1' ...

@JarbasAl JarbasAl changed the title 0.1.0 0.1.1 Sep 10, 2024
@JarbasAl JarbasAl merged commit 7eb4767 into master Sep 10, 2024
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants