[vec] update mata info, test=doc

pull/1681/head
qingen 3 years ago
parent 240520c0ca
commit deb3ba070b

@ -26,14 +26,14 @@ from paddleaudio.compliance.librosa import mfcc
class meta_info: class meta_info:
"""the audio meta info in the vector JSONDataset """the audio meta info in the vector JSONDataset
Args: Args:
id (str): the segment name utt_id (str): the segment name
duration (float): segment time duration (float): segment time
wav (str): wav file path wav (str): wav file path
start (int): start point in the original wav file start (int): start point in the original wav file
stop (int): stop point in the original wav file stop (int): stop point in the original wav file
lab_id (str): the record id lab_id (str): the record id
""" """
id: str utt_id: str
duration: float duration: float
wav: str wav: str
start: int start: int

Loading…
Cancel
Save