-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
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
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?
NeonDaniel
previously requested changes
Sep 4, 2024
This was referenced Sep 4, 2024
Merged
* planned_deprecations * tests
* refactor/license compliance keep the header notices * refactor/license compliance keep the header notices
Merged
Merged
with deprecation warnings
because of the buggy automations we now need to make this '0.1.1' ... |
mikejgray
reviewed
Sep 10, 2024
JarbasAl
approved these changes
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
0.1.0 (2024-09-02)
Full Changelog
Implemented enhancements:
Fixed bugs:
Closed issues:
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:
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:
V0.0.26a1 (2023-12-29)
Full Changelog
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator