UniFlow-Audio / constants.py
wsntxxn's picture
Fix constants.py
f548c0d
Raw
History Blame Contribute Delete
362 Bytes
TIME_ALIGNED_TASKS = [
"text_to_speech",
"singing_voice_synthesis",
"speech_enhancement",
"audio_super_resolution",
"video_to_audio",
]
NON_TIME_ALIGNED_TASKS = [
"text_to_speech",
"singing_voice_synthesis",
"text_to_audio",
"text_to_music",
]
SAME_LENGTH_TASKS = [
"speech_enhancement",
"audio_super_resolution",
]