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
Environment:
Issue 1: Failed to generate speech after selecting opus or pcm format
opus
pcm
View the logs:
2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - Specified sample rate 11025 is not supported by the libopus encoder 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - Supported sample rates: 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - 48000 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - 24000 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - 16000 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - 12000 2024-11-27T21:00:23+08:00 - libav.libopus - ERROR - 8000
Issue 2: Failed to generate speech after selecting 0.25x and 4x speed
0%| | 0/1 [00:00<?, ?it/s]2024-11-27T21:01:35+08:00 - root - INFO - synthesis text Hello. 2024-11-27T21:01:36+08:00 - root - INFO - yield speech len 1.1145578231292517, rtf 0.7314251182833686 100%|██████████| 1/1 [00:00<00:00, 1.22it/s] 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - Specified sample rate 5512 is not supported by the libmp3lame encoder 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - Supported sample rates: 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 44100 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 48000 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 32000 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 22050 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 24000 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 16000 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 11025 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 12000 2024-11-27T21:01:36+08:00 - libav.libmp3lame - ERROR - 8000
The text was updated successfully, but these errors were encountered:
This issue was fixed in 0.0.5, please try it.
Sorry, something went wrong.
No branches or pull requests
Environment:
Issue 1: Failed to generate speech after selecting
opus
orpcm
formatView the logs:
Issue 2: Failed to generate speech after selecting 0.25x and 4x speed
The text was updated successfully, but these errors were encountered: