11 lines
120 B
Python
11 lines
120 B
Python
from pathlib import Path
|
|
|
|
|
|
sr = 16000
|
|
|
|
|
|
|
|
PRIMATES_Root = Path(__file__).parent / 'data' / 'primates'
|
|
|
|
N_CLASS_multi = 4
|