-
Notifications
You must be signed in to change notification settings - Fork 58
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
AssertionError #42
Comments
I had the same problem today |
I will publish a release later to solve this issue. This time I will rewrite aspeak in rust and remove all Microsoft proprietary components. A python interface backed by PyO3 will land after the rust version of aspeak is considered stable. |
The work on a rust re-implementation of aspeak has begun at https://github.com/kxxt/aspeak/tree/rs. Of course, I will still accept PRs that make the python implementation of aspeak work again. |
i dont have enough skill to solve this issue, so i just can wait to the new releases, and ppray for another high skilled developer to solve this issue . thx in advance for the hard work |
This is because speech-to-text page removed token. I will pull a new request to solve this later. Anyway, you can always use it with |
Fixed in v3.2.0 thanks to @flt6. |
I have published an experimental preview release of the rust version of aspeak. Feel free to try it out. Mind that it still has bugs and misses some features. https://github.com/kxxt/aspeak/releases/tag/v4.0.0-alpha.2 Note that python is no longer required when using rust aspeak. |
Thanks for the new version! But... How to install version v4.0.0-alpha1? |
@Dabbba For now you can download it in github releases: https://github.com/kxxt/aspeak/releases/tag/v4.0.0-alpha.2 When the work on python binding is done, 4.0 will be available on PyPI again. |
Hi
i'm using this configuration since oct22:
speech = SpeechToFileService(voice="pt-BR-AntonioNeural", audio_format=AudioFormat(FileFormat.MP3, quality=1))
but today this error make the system stop
File "C:\Users\XX\AppData\Local\Programs\Python\Python310\lib\site-packages\aspeak\api\api.py", line 162, in init
super().init(locale, voice, audio_format, None)
File "C:\Users\XX\AppData\Local\Programs\Python\Python310\lib\site-packages\aspeak\api\api.py", line 43, in init
self._config()
File "C:\Users\XX\AppData\Local\Programs\Python\Python310\lib\site-packages\aspeak\api\api.py", line 51, in _config
assert token is not None
AssertionError
can u help me?
The text was updated successfully, but these errors were encountered: