File size: 325 Bytes
6a5a631 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
license: mit
tags:
- music
- mir
- pitch-estimation
- mirbox
library_name: mirbox
---
# RMVPE
Robust model for vocal pitch estimation.
## Usage
```python
from mirbox.pitch import RMVPE
model = RMVPE(device="cuda")
result = model("input.wav")
print(result["f0"])
```
## Files
- `model.pt` — Model weights
|