-
Notifications
You must be signed in to change notification settings - Fork 543
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
Issues Encountered When Generating Chinese Audio #139
Comments
line: 136 (https://github.com/Zyphra/Zonos/blob/main/gradio_interface.py) |
Sorry about that, but I didn't quite understand what you meant. Does what you said have anything to do with this issue? |
271 almost means your audio file is 10% of 30 seconds. 2588 means 30 seconds. |
I tried trimming mine.wav to 29 seconds, but the log didn't change much.
And this process is not very time-consuming, it takes nearly 40 seconds, The generated audio also sounds weird and doesn't sound like Chinese |
I used the same code to generate Chinese audio and also encountered the problem that the speech did not sound like Chinese. File "/Zonos/zonos/backbone/_torch.py", line 57, in init Could you please give me a tutorial on generating Chinese audio? |
Hello, I'm trying to run
sample.py
on my computer to generate a Chinese audio clip. I placed an audio file of my own voice named mine.wav in the assets directory and modified sample.py as follows:However, I encountered a strange issue. The generating progress bar stops at 11%, and the program exits without reaching 100%. But I noticed that the
sample.wav
file was indeed generated in the directory. When I played this file, it contained meaningless sounds instead of the text I used for generation.You can download the sample.wav file from the following link:
https://c.wss.cc/f/gcftpu5gp3f
https://www.wenshushu.cn/f/gcftpu5gp3f
log:
Additionally, I observed that generating ten characters took more than 40 seconds.
Could you please help me understand why this happened and if there is a solution?
Thank you for your response.
The text was updated successfully, but these errors were encountered: