Initial ComParE commit, Primate Dataset
This commit is contained in:
8
variables.py
Normal file
8
variables.py
Normal file
@ -0,0 +1,8 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
sr = 16000
|
||||
|
||||
|
||||
|
||||
PRIMATES_Root = Path(__file__).parent / 'data' / 'primates'
|
Reference in New Issue
Block a user