| class F0Predictor(object): | |
| def compute_f0(self, wav, p_len): | |
| """ | |
| input: wav:[signal_length] | |
| p_len:int | |
| output: f0:[signal_length//hop_length] | |
| """ | |
| pass | |
| def compute_f0_uv(self, wav, p_len): | |
| """ | |
| input: wav:[signal_length] | |
| p_len:int | |
| output: f0:[signal_length//hop_length],uv:[signal_length//hop_length] | |
| """ | |
| pass | |
Xet Storage Details
- Size:
- 442 Bytes
- Xet hash:
- eda82560a277efb8323e824ef89e77bc40a2457de95a4e43f8c516a2e16ca3b0
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.