|
917 | 917 | "provider_group": { |
918 | 918 | "provider": { |
919 | 919 | "gemini_tts_api_key": { |
920 | | - "description": "Google Gemini TTS API Key", |
921 | | - "hint": "Please obtain the Gemini TTS API key from Google Cloud Console for authentication and service calls." |
| 920 | + "description": "Google Gemini TTS API Key", |
| 921 | + "hint": "Please obtain the Gemini TTS API key from Google Cloud Console for authentication and service calls." |
922 | 922 | }, |
923 | 923 | "gemini_tts_api_base": { |
924 | | - "description": "Google Gemini TTS API Base URL", |
| 924 | + "description": "Google Gemini TTS API Base URL", |
925 | 925 | "hint": "The API endpoint URL for Gemini TTS service. Default value is usually sufficient, modify only for special network environments." |
926 | 926 | }, |
927 | 927 | "gemini_tts_timeout": { |
928 | | - "description": "Google Gemini TTS Timeout", |
929 | | - "hint": "Set API request timeout in seconds. 20 seconds is recommended, increase if network is poor." |
| 928 | + "description": "Google Gemini TTS Timeout", |
| 929 | + "hint": "Set API request timeout in seconds. 20 seconds is recommended, increase if network is poor." |
930 | 930 | }, |
931 | 931 | "gemini_tts_model": { |
932 | | - "description": "Google Gemini TTS Model Selection", |
933 | | - "hint": "Select the TTS model to use. Default is gemini-2.5-flash-preview-tts, different models may support different features." |
| 932 | + "description": "Google Gemini TTS Model Selection", |
| 933 | + "hint": "Select the TTS model to use. Default is gemini-2.5-flash-preview-tts, different models may support different features." |
934 | 934 | }, |
935 | 935 | "gemini_tts_prefix": { |
936 | | - "description": "Google Gemini TTS Prefix Setting", |
937 | | - "hint": "Optional parameter to add specific prefix text before speech synthesis." |
| 936 | + "description": "Google Gemini TTS Prefix Setting", |
| 937 | + "hint": "Optional parameter to add specific prefix text before speech synthesis." |
938 | 938 | }, |
939 | 939 | "gemini_tts_voice_name": { |
940 | | - "description": "Google Gemini TTS Voice Selection", |
941 | | - "hint": "Select the voice for speech synthesis. Default is Leda, refer to official documentation for different voice effects." |
| 940 | + "description": "Google Gemini TTS Voice Selection", |
| 941 | + "hint": "Select the voice for speech synthesis. Default is Leda, refer to official documentation for different voice effects." |
942 | 942 | }, |
943 | 943 | "character": { |
944 | | - "description": "GPT-SoVITS Character Selection", |
945 | | - "hint": "Select the voice character to use. The corresponding character model needs to be configured in GPT-SoVITS service in advance." |
| 944 | + "description": "GPT-SoVITS Character Selection", |
| 945 | + "hint": "Select the voice character to use. The corresponding character model needs to be configured in GPT-SoVITS service in advance." |
946 | 946 | }, |
947 | 947 | "emotion": { |
948 | | - "description": "GPT-SoVITS Emotion Selection", |
949 | | - "hint": "Select the emotional style for speech synthesis. Default is default, available emotions depend on character model support." |
| 948 | + "description": "GPT-SoVITS Emotion Selection", |
| 949 | + "hint": "Select the emotional style for speech synthesis. Default is default, available emotions depend on character model support." |
950 | 950 | }, |
951 | 951 | "edge-tts-voice": { |
952 | | - "description": "Edge TTS Voice Selection", |
953 | | - "hint": "Select the voice character for Microsoft Edge TTS. Default is zh-CN-XiaoxiaoNeural, refer to Microsoft official documentation for complete list." |
| 952 | + "description": "Edge TTS Voice Selection", |
| 953 | + "hint": "Select the voice character for Microsoft Edge TTS. Default is zh-CN-XiaoxiaoNeural, refer to Microsoft official documentation for complete list." |
954 | 954 | }, |
955 | 955 | "rate": { |
956 | | - "description": "Edge TTS Speech Rate Adjustment", |
957 | | - "hint": "Adjust speech rate. Format like +0% means normal rate, can increase or decrease percentage." |
| 956 | + "description": "Edge TTS Speech Rate Adjustment", |
| 957 | + "hint": "Adjust speech rate. Format like +0% means normal rate, can increase or decrease percentage." |
958 | 958 | }, |
959 | 959 | "volume": { |
960 | | - "description": "Edge TTS Volume Adjustment", |
961 | | - "hint": "Adjust speech volume. Format like +0% means normal volume, can increase or decrease percentage." |
| 960 | + "description": "Edge TTS Volume Adjustment", |
| 961 | + "hint": "Adjust speech volume. Format like +0% means normal volume, can increase or decrease percentage." |
962 | 962 | }, |
963 | 963 | "pitch": { |
964 | | - "description": "Edge TTS Pitch Adjustment", |
965 | | - "hint": "Adjust speech pitch. Format like +0Hz means normal pitch, can increase or decrease Hz value." |
| 964 | + "description": "Edge TTS Pitch Adjustment", |
| 965 | + "hint": "Adjust speech pitch. Format like +0Hz means normal pitch, can increase or decrease Hz value." |
966 | 966 | }, |
967 | 967 | "genie_onnx_model_dir": { |
968 | 968 | "description": "ONNX Model Directory", |
|
0 commit comments