-
Notifications
You must be signed in to change notification settings - Fork 8
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
QA: save to memory error #2
Comments
|
b.seek(0) #<<---add this line and have another try |
still reporting the same error
|
the problem is that the memory stream has no wav header.
|
looks like this feature works only with sapi5 engine (on Windows machines) |
@egorgam yes you are right. it currently support only sapi5 engine. |
Thanks. |
@egorgam make a new feature request issue to describe you problem if you want another engine support. |
@egorgam espeak engine is supposed to be supported by the current version(3.0.5). but it is not tested. you can try if you like |
You can skip the header and use the raw format with the appropriate data format.
|
After using the save to bytes method you developed, I wanted to use pydub loading for some post-processing, but it reported an error in format. How can I solve it?
The text was updated successfully, but these errors were encountered: