9 lines
101 B
Python
9 lines
101 B
Python
from pathlib import Path
|
|
|
|
|
|
sr = 16000
|
|
|
|
|
|
|
|
PRIMATES_Root = Path(__file__).parent / 'data' / 'primates'
|