Rlvoice-1

Latest version: v1.3.4

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.4

New features:
- Added an option of output: the wave array directly to memory (as a list of number 16-bit) (Only for SAPI5) (https://github.com/nateshmbhat/pyttsx3/pull/96/)

Bug fixes:
- Deleted Makefile (I use GitHub actions to upload, so not needed)
- Added `NameError` fix to README.md (`pip install pyobjc==9.0.1`)
- More `coqui_ai_tts` code cleanup
- Fixed issue where NSApp terminate is called after endLoop (https://github.com/nateshmbhat/pyttsx3/pull/226)
- Fixed save_to_file on MacOS Ventura when using NSSS (https://github.com/nateshmbhat/pyttsx3/pull/271)

1.2.3

Bug fixes:
- Fixed `NameError: name 'objc' is not defined. Did you mean: 'object'?` (some people were still facing issues after v1.2.2)
- Cleaned up the `coqui_tts_ai` code a bit

1.2.2

What's Changed
* Fixed this error thanks to haf in https://github.com/Akul-AI/rlvoice-1/pull/4

Traceback (most recent call last):
File ".pyenv/versions/3.10.7/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File ".pyenv/versions/3.10.7/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "thea/tts.py", line 13, in <module>
main()
File "thea/tts.py", line 7, in main
engine = rlvoice.init()
File ".venv/lib/python3.10/site-packages/rlvoice/__init__.py", line 22, in init
eng = Engine(driverName, debug)
File ".venv/lib/python3.10/site-packages/rlvoice/engine.py", line 30, in __init__
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
File ".venv/lib/python3.10/site-packages/rlvoice/driver.py", line 49, in __init__
self._module = importlib.import_module(name)
File ".pyenv/versions/3.10.7/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File ".venv/lib/python3.10/site-packages/rlvoice/drivers/nsss.py", line 13, in <module>
class NSSpeechDriver(NSObject):
File ".venv/lib/python3.10/site-packages/rlvoice/drivers/nsss.py", line 14, in NSSpeechDriver
objc.python_method
NameError: name 'objc' is not defined. Did you mean: 'object'?


New Contributors
* haf made their first contribution in https://github.com/Akul-AI/rlvoice-1/pull/4

**Full Changelog**: https://github.com/Akul-AI/rlvoice-1/compare/v1.1.2...v1.2.2

1.2.1

Bug fixes:
- Added missing import in `coqui_tts` example
- Update email in `setup.py`
- Fixed issue 290 in pyttsx3 project (https://github.com/nateshmbhat/pyttsx3/issues/290#issue-1887824778)
- Started changing docs to Markdown files.

1.1.1

Bug fixes for Mac regarding performance and `save_to_file`, also added support for coqui_ai_tts and fixed typos.

1.0.0

Bug fixes for NSSS and SAPI5 speech drivers and APIs. Also made some general performance and bug fixes.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.