You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the BV002_streaming and BV001_streaming voice types are no longer available in the Volcengine TTS service. This is confirmed by referencing the official voice type list: Volcengine TTS Voice Types. As a result, the default podcast generation process fails.
Initially, I attempted to update the VOLCENGINE_TTS_VOICE_TYPE in the .env file to resolve the issue. However, the error persisted, as shown in the logs below:
Upon further investigation, I found that the voice types for different speakers are hardcoded in the src/podcast/graph/tts_node.py file. This is causing the issue since the unavailable voice types are directly referenced in the code.
Relevant Code
Here is the relevant code block from src/podcast/graph/tts_node.py:
Description
It appears that the
BV002_streaming
andBV001_streaming
voice types are no longer available in the Volcengine TTS service. This is confirmed by referencing the official voice type list: Volcengine TTS Voice Types. As a result, the default podcast generation process fails.Initially, I attempted to update the VOLCENGINE_TTS_VOICE_TYPE in the .env file to resolve the issue. However, the error persisted, as shown in the logs below:
Upon further investigation, I found that the voice types for different speakers are hardcoded in the src/podcast/graph/tts_node.py file. This is causing the issue since the unavailable voice types are directly referenced in the code.
Relevant Code
Here is the relevant code block from
src/podcast/graph/tts_node.py
:Suggestions for Improvement
To address this issue and make the system more flexible, I propose the following changes:
The text was updated successfully, but these errors were encountered: