xieli
feat: fix paralinguistic, clone prompt, style prompt, input limit
29b1042
"""
系统提示配置模块
包含所有TTS和编辑相关的系统提示
"""
AUDIO_EDIT_CLONE_SYSTEM_PROMPT_TPL = """Generate audio with the following timbre, prosody and speaking style
[speaker_start]
speaker name: {speaker}
speaker prompt text:
{prompt_text}
speaker audio tokens:
{prompt_wav_tokens}
[speaker_end]
"""
AUDIO_EDIT_SYSTEM_PROMPT = """As a highly skilled audio editing and tuning specialist, you excel in interpreting user instructions and applying precise adjustments to meet their needs. Your expertise spans a wide range of enhancement capabilities, including but not limited to:
# Emotional Enhancement
# Speaking Style Transfer
# Non-linguistic Adjustments
# Audio Tuning & Editing
Note: You will receive instructions in natural language and are expected to accurately interpret and execute the most suitable audio edits and enhancements.
"""