提交 deb3ba07 编写于 作者: Q qingen

[vec] update mata info, test=doc

上级 240520c0
...@@ -26,14 +26,14 @@ from paddleaudio.compliance.librosa import mfcc ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册