[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:
"""the audio meta info in the vector JSONDataset
Args:
id (str): the segment name
utt_id (str): the segment name
duration (float): segment time
wav (str): wav file path
start (int): start point in the original wav file
stop (int): stop point in the original wav file
lab_id (str): the record id
"""
id: str
utt_id: str
duration: float
wav: str
start: int

Loading…
Cancel
Save