ASLP-lab commited on
Commit
183fe48
·
verified ·
1 Parent(s): 8d95ee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,7 +29,7 @@ WenetSpeech-Chuan
29
 
30
 
31
  #### audio_labels/wav_utt_id.jsonl:
32
- {
33
  "wav_utt_id_timestamp": 以 转化为wav后的长音频id_时间戳信息 作为切分后的短音频id (type: str), <br>
34
  "wav_utt_id_timestamp_path": 短音频数据路径 (type: str), <br>
35
  "audio_clip_id": 该段短音频在长音频中的切分顺序编号, <br>
@@ -48,7 +48,7 @@ WenetSpeech-Chuan
48
 
49
  #### metadata.jsonl
50
  { <br>
51
- "utt_id": Original long audio ID, <br>
52
  "wav_utt_id": Converted long audio ID after transforming to WAV format, <br>
53
  "source_audio_path": Path to the original long audio file, <br>
54
  "audio_labels": Path to the label file of short audio segments cut from the converted long audio, <br>
 
29
 
30
 
31
  #### audio_labels/wav_utt_id.jsonl:
32
+ { <br>
33
  "wav_utt_id_timestamp": 以 转化为wav后的长音频id_时间戳信息 作为切分后的短音频id (type: str), <br>
34
  "wav_utt_id_timestamp_path": 短音频数据路径 (type: str), <br>
35
  "audio_clip_id": 该段短音频在长音频中的切分顺序编号, <br>
 
48
 
49
  #### metadata.jsonl
50
  { <br>
51
+ &nbsp "utt_id": Original long audio ID, <br>
52
  "wav_utt_id": Converted long audio ID after transforming to WAV format, <br>
53
  "source_audio_path": Path to the original long audio file, <br>
54
  "audio_labels": Path to the label file of short audio segments cut from the converted long audio, <br>