Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liampond
/
CantusSVS-hf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8049da1
CantusSVS-hf
/
basics
/
base_pe.py
liampond
Clean deploy snapshot
c42fe7e
4 months ago
raw
Copy download link
history
blame
Safe
210 Bytes
class
BasePE
:
def
get_pitch
(
self, waveform, samplerate, length,
*, hop_size, f0_min=
65
, f0_max=
1100
,
speed=
1
, interp_uv=
False
):
raise
NotImplementedError()