| 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 | |