mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +00:00
Format code (#384)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5284e38c3d
commit
89afd017ba
@@ -1,16 +1,16 @@
|
||||
class F0Predictor(object):
|
||||
def compute_f0(self,wav,p_len):
|
||||
'''
|
||||
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):
|
||||
'''
|
||||
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
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user