10 lines
180 B
Python
10 lines
180 B
Python
from pathlib import Path
|
|
|
|
|
|
sr = 16000
|
|
|
|
PRIMATES_Root = Path(__file__).parent / 'data' / 'primates'
|
|
CCS_Root = Path(__file__).parent / 'data' / 'ComParE2021_CCS'
|
|
|
|
N_CLASS_multi = 5
|