File size: 307 Bytes
2ba71a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TIME_ALIGNED_TASKS = [
    "text_to_speech",
    "singing_voice_synthesis",
    "speech_enhancement",
    "audio_super_resolution",
    "video_to_audio",
]
NON_TIME_ALIGNED_TASKS = [
    "text_to_audio",
    "text_to_music",
]
SAME_LENGTH_TASKS = [
    "speech_enhancement",
    "audio_super_resolution",
]