We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to modify duration for a sub-duration of a signal, but realized that the synthesizer doesn't generate good quality output. I then noticed this line in the example: https://github.com/tuanad121/Python-WORLD/blob/master/example/prosody.py#L44 and the modify_duration function, which seems to be exactly what I wanted: https://github.com/tuanad121/Python-WORLD/blob/master/world/main.py#L177
Seems like the current code fails on this operation? Is there any understand why this is happening?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to modify duration for a sub-duration of a signal, but realized that the synthesizer doesn't generate good quality output. I then noticed this line in the example:
https://github.com/tuanad121/Python-WORLD/blob/master/example/prosody.py#L44
and the modify_duration function, which seems to be exactly what I wanted:
https://github.com/tuanad121/Python-WORLD/blob/master/world/main.py#L177
Seems like the current code fails on this operation? Is there any understand why this is happening?
The text was updated successfully, but these errors were encountered: