ZeroRVC / zerorvc /constants.py
github-actions[bot]
Sync to HuggingFace Spaces
f80c5ec
raw
history blame
No virus
92 Bytes
SR_16K = 16000
SR_48K = 48000
N_FFT = 2048
HOP_LENGTH = 480
WIN_LENGTH = 2048
N_MELS = 128