The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'custom'})

This happened while the json dataset builder was generating data using

gzip://cuts_dev.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@f80067f0ba2c847312b71483ebc67559c8808742/tokenized/cuts_dev.jsonl.gz

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              id: string
              start: int64
              duration: double
              channel: int64
              supervisions: list<item: struct<id: string, recording_id: string, start: double, duration: double, channel: int64, text: string, language: string, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>>>
                child 0, item: struct<id: string, recording_id: string, start: double, duration: double, channel: int64, text: string, language: string, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>>
                    child 0, id: string
                    child 1, recording_id: string
                    child 2, start: double
                    child 3, duration: double
                    child 4, channel: int64
                    child 5, text: string
                    child 6, language: string
                    child 7, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>
                        child 0, timestamp: string
                        child 1, dns_mos: double
                        child 2, normalized_text: string
              features: struct<type: string, num_frames: int64, num_features: int64, frame_shift: double, sampling_rate: int64, start: int64, duration: double, storage_type: string, storage_path: string, storage_key: string, recording_id: string, channels: int64>
                child 0, type: string
                child 1, num_frames: int64
                child 2, num_features: int64
                child 3, frame_shift: double
                child 4, sampling_rate: int64
                child 5, start: int64
                child 6, duration: double
                child 7, storage_type: string
                child 8, storage_path: string
                child 9, storage_key: string
                child 10, recording_id: string
                child
              ...
              s: list<item: int64>, transforms: list<item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>>>
                child 0, id: string
                child 1, sources: list<item: struct<type: string, channels: list<item: int64>, source: string>>
                    child 0, item: struct<type: string, channels: list<item: int64>, source: string>
                        child 0, type: string
                        child 1, channels: list<item: int64>
                            child 0, item: int64
                        child 2, source: string
                child 2, sampling_rate: int64
                child 3, num_samples: int64
                child 4, duration: double
                child 5, channel_ids: list<item: int64>
                    child 0, item: int64
                child 6, transforms: list<item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>>
                    child 0, item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>
                        child 0, name: string
                        child 1, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>
                            child 0, source_sampling_rate: int64
                            child 1, target_sampling_rate: int64
              custom: struct<dataloading_info: struct<rank: int64, world_size: int64, worker_id: null>, tokens: list<item: string>>
                child 0, dataloading_info: struct<rank: int64, world_size: int64, worker_id: null>
                    child 0, rank: int64
                    child 1, world_size: int64
                    child 2, worker_id: null
                child 1, tokens: list<item: string>
                    child 0, item: string
              type: string
              to
              {'id': Value(dtype='string', id=None), 'start': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'channel': Value(dtype='int64', id=None), 'supervisions': [{'id': Value(dtype='string', id=None), 'recording_id': Value(dtype='string', id=None), 'start': Value(dtype='float64', id=None), 'duration': Value(dtype='float64', id=None), 'channel': Value(dtype='int64', id=None), 'text': Value(dtype='string', id=None), 'language': Value(dtype='string', id=None), 'custom': {'timestamp': Value(dtype='string', id=None), 'dns_mos': Value(dtype='float64', id=None), 'speech_tokens': Value(dtype='string', id=None)}}], 'features': {'type': Value(dtype='string', id=None), 'num_frames': Value(dtype='int64', id=None), 'num_features': Value(dtype='int64', id=None), 'frame_shift': Value(dtype='float64', id=None), 'sampling_rate': Value(dtype='int64', id=None), 'start': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'storage_type': Value(dtype='string', id=None), 'storage_path': Value(dtype='string', id=None), 'storage_key': Value(dtype='string', id=None), 'channels': Value(dtype='int64', id=None)}, 'recording': {'id': Value(dtype='string', id=None), 'sources': [{'type': Value(dtype='string', id=None), 'channels': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'source': Value(dtype='string', id=None)}], 'sampling_rate': Value(dtype='int64', id=None), 'num_samples': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'channel_ids': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'transforms': [{'name': Value(dtype='string', id=None), 'kwargs': {'source_sampling_rate': Value(dtype='int64', id=None), 'target_sampling_rate': Value(dtype='int64', id=None)}}]}, 'type': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1415, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 991, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'custom'})
              
              This happened while the json dataset builder was generating data using
              
              gzip://cuts_dev.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@f80067f0ba2c847312b71483ebc67559c8808742/tokenized/cuts_dev.jsonl.gz
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
string
start
int64
duration
float64
channel
int64
supervisions
list
features
dict
recording
dict
type
string
Y0000003363_7vSL-4k4aW0_S00205-2280850
0
2.816
0
[ { "id": "Y0000003363_7vSL-4k4aW0_S00205", "recording_id": "Y0000003363_7vSL-4k4aW0_S00205", "start": 0, "duration": 2.816, "channel": 0, "text": "我的好的,我立即给潘盼莲同志发报。", "language": "Chinese", "custom": { "timestamp": "[[70, 90], [90, 130], [130, 210], [210, 300], [730, 950], [950, 1110], [1110, 1270], [1270, 1410], [1410, 1570], [1570, 1670], [1670, 1850], [1850, 1970], [1970, 2070], [2070, 2250], [2250, 2575]]", "dns_mos": 3.6, "speech_tokens": "5891 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4218 1420 1457 626 2323 1614 4615 5020 3239 1122 4758 3228 3239 2672 1095 889 872 2160 5346 5995 6157 1333 333 734 3831 836 611 4559 1047 2511 1340 4069 1518 3870 1522 6456 677 1952 406 2160 2870 599 5589 2685 1987 2031 2031 4137 4137 4137 4137 4137 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 264, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.816, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "0,31105", "channels": 0 }
{ "id": "Y0000003363_7vSL-4k4aW0_S00205", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000003363_7vSL-4k4aW0_S00205.wav" } ], "sampling_rate": 24000, "num_samples": 67584, "duration": 2.816, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000021463_tTslcZy5qLY_S00472-S00477-2280851
0
6.272
0
[ { "id": "Y0000021463_tTslcZy5qLY_S00472-S00477", "recording_id": "Y0000021463_tTslcZy5qLY_S00472-S00477", "start": 0, "duration": 6.272, "channel": 0, "text": "如果钱不够的话,你再跟我要,我还给你们,真的啊,真的啊好好好。", "language": "Chinese", "custom": { "timestamp": "[[130, 270], [270, 370], [370, 470], [470, 570], [570, 710], [710, 810], [810, 1050], [1070, 1210], [1210, 1310], [1310, 1390], [1390, 1470], [1470, 1710], [1930, 2030], [2030, 2210], [2210, 2330], [2330, 2450], [2450, 2690], [2930, 3110], [3110, 3350], [3530, 3750], [3750, 3850], [3850, 4090], [4130, 4370], [4410, 4590], [4590, 4750], [4750, 5125]]", "dns_mos": 3.6, "speech_tokens": "1517 2031 2040 1506 3880 3636 660 1190 4674 2301 746 3340 2184 2908 498 2664 5829 1451 1747 599 574 1340 1244 1703 1701 3975 2031 4299 1807 3104 6384 29 1090 3590 689 890 4778 2432 2678 1228 2040 4299 4299 4299 4299 6405 6405 4218 4299 2112 2186 719 4860 3646 2384 1194 186 386 1483 268 44 1995 2916 2997 5133 2949 4299 4299 4299 6486 6486 6486 4299 4299 1815 4512 4614 2289 6504 63 4391 6076 6076 6076 3889 1944 2031 1461 1803 1100 1334 95 932 2390 60 3141 182 3912 2927 1225 2037 1950 4299 2121 5473 4492 5140 3196 4852 4842 5005 4664 4629 4986 2702 518 4970 4727 4862 4951 4986 4869 596 2675 2759 2786 4970 4816 4735 3443 3415 4299 2031 3897 5193 5193 5277 5305 5224 5464 6202 2076 1944 2943 1740 3924 3240 5346 6156 5106 5136 2922 2922 3651 1788 4299 2031" } } ]
{ "type": "MatchaFbank", "num_frames": 588, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.272, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "31105,58623,10318", "channels": 0 }
{ "id": "Y0000021463_tTslcZy5qLY_S00472-S00477", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000021463_tTslcZy5qLY_S00472-S00477.wav" } ], "sampling_rate": 24000, "num_samples": 150528, "duration": 6.272, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000002453_8445320_S00038-2280852
0
3.072
0
[ { "id": "X0000002453_8445320_S00038", "recording_id": "X0000002453_8445320_S00038", "start": 0, "duration": 3.072, "channel": 0, "text": "本来他们想钓鱼来吃。", "language": "Chinese", "custom": { "timestamp": "[[470, 710], [750, 990], [1250, 1450], [1450, 1570], [1570, 1810], [1830, 2030], [2030, 2270], [2270, 2430], [2430, 2785]]", "dns_mos": 3.6, "speech_tokens": "3716 6486 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 4299 1441 2378 2219 1507 3694 3719 1532 1463 3647 3647 3650 2924 2924 4463 4553 2275 3894 3894 2112 1515 5106 5842 1055 4314 1883 4391 4686 4922 78 1463 983 991 2121 2163 4696 4570 5671 4955 1451 2104 2104 1861 3886 4614 5985 4943 5834 2276 4850 474 3462 5323 6048 120 5263 4611 4609 1520 2031 3894 5919 4299 4299 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 288, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.072, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "100046,33332", "channels": 0 }
{ "id": "X0000002453_8445320_S00038", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000002453_8445320_S00038.wav" } ], "sampling_rate": 24000, "num_samples": 73728, "duration": 3.072, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000011737_UDq5gxb041c_S00820-S00822-2280853
0
12.16
0
[ { "id": "Y0000011737_UDq5gxb041c_S00820-S00822", "recording_id": "Y0000011737_UDq5gxb041c_S00820-S00822", "start": 0, "duration": 12.16, "channel": 0, "text": "第六十三军在铁元、南连川北地区接到的命令是就是把六十三军打光,也要坚守阵地十至十五天。", "language": "Chinese", "custom": { "timestamp": "[[750, 990], [990, 1210], [1210, 1330], [1330, 1570], [1570, 1810], [1810, 1990], [1990, 2230], [2270, 2450], [2450, 2690], [3050, 3210], [3210, 3450], [3450, 3650], [3650, 3810], [3810, 4050], [4130, 4330], [4330, 4450], [4450, 4590], [4590, 4750], [4750, 4870], [4870, 5135], [5990, 6190], [6190, 6370], [6370, 6530], [6530, 6770], [6790, 6910], [6910, 7070], [7070, 7290], [7290, 7490], [7490, 7730], [8270, 8430], [8430, 8670], [8690, 8910], [8910, 9150], [9190, 9390], [9390, 9630], [9810, 10050], [10230, 10470], [10630, 10870], [10890, 11130], [11170, 11705]]", "dns_mos": 3.6, "speech_tokens": "3956 1968 1950 4218 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137 4218 1578 3077 2483 2483 3455 5642 238 76 4858 5338 1453 2183 3709 6048 79 794 6374 632 4456 5206 3994 2733 879 4049 4529 4234 3994 6375 2558 2354 152 879 2085 2193 4947 1294 314 62 386 4291 3802 1199 3029 5232 3993 46 1703 1703 37 5937 990 1296 573 2059 4137 4218 6324 4137 1833 1602 566 386 2273 4560 1752 6048 1234 4726 6282 2158 1161 116 638 404 1923 123 5642 566 4920 6297 1534 4049 6317 3883 1986 2112 1275 4677 5668 5260 4616 1815 118 2786 1350 308 29 2043 5286 5073 4993 1914 1833 296 1106 1014 4590 4593 1613 878 1606 1726 1969 1969 1716 4137 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137 4191 5648 2499 4049 5573 2912 1454 5887 5238 119 2163 677 4136 3890 821 1506 2320 4614 4124 4373 2180 3699 5319 134 3719 6377 2746 4457 3020 1266 4038 5261 2289 2049 2004 37 4133 3406 1945 1703 2097 1308 4370 4949 5005 5526 3532 1951 1951 4137 4137 6405 6405 6324 6324 6324 6324 6324 6324 4137 2049 1267 314 4769 2751 2752 2594 710 64 2166 5407 4659 4606 4487 5233 5236 6101 4915 4671 1361 869 1133 2058 2565 4573 2309 2076 4197 4197 5344 566 557 1950 1230 1707 1707 1731 5401 4512 5241 4512 798 1538 809 2264 5286 3198 6352 6375 1977 2031 2031 4677 2334 5180 809 1538 5967 4509 4432 4759 2244 806 2992 5314 6043 6526 4370 1834 1768 1750 1526 1959 1950 286 2384 4382 68 1743 1461 1744 3968 1744 1040 1732 1733 1959 4137 6324 6324 6324 6324 6324 6324 6324 6324" } } ]
{ "type": "MatchaFbank", "num_frames": 1140, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 12.16, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "133378,58268,58573,16765", "channels": 0 }
{ "id": "Y0000011737_UDq5gxb041c_S00820-S00822", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000011737_UDq5gxb041c_S00820-S00822.wav" } ], "sampling_rate": 24000, "num_samples": 291840, "duration": 12.16, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000026857_211339357_S00228-S00230-2280854
0
9.6
0
[ { "id": "X0000026857_211339357_S00228-S00230", "recording_id": "X0000026857_211339357_S00228-S00230", "start": 0, "duration": 9.6, "channel": 0, "text": "嗯,就差最后那一步,也就是说她在你心里的一个位置,其实是一个很随便的女生,比较不自爱的女生。", "language": "Chinese", "custom": { "timestamp": "[[50, 290], [490, 630], [630, 850], [850, 1050], [1050, 1190], [1190, 1350], [1350, 1530], [1530, 1770], [2270, 2430], [2430, 2550], [2550, 2630], [2630, 2750], [2750, 2950], [2950, 3130], [3130, 3350], [3350, 3590], [3610, 3790], [3790, 3950], [3950, 4090], [4090, 4230], [4230, 4430], [4430, 4670], [4690, 4790], [4790, 4970], [4970, 5170], [5170, 5270], [5270, 5410], [5410, 5650], [5690, 5930], [6050, 6290], [6350, 6490], [6490, 6630], [6630, 6870], [6890, 6990], [6990, 7230], [7530, 7770], [7790, 8010], [8010, 8250], [8310, 8450], [8450, 8670], [8670, 9175]]", "dns_mos": 3.6, "speech_tokens": "3206 6122 5879 3692 1505 1505 1748 1748 1723 2040 4218 4299 4920 3378 5572 5161 4590 3654 6085 6238 55 3435 5784 2320 4600 2831 2754 2850 5102 2935 5937 4396 4508 296 4886 4994 6016 4314 2166 6534 5097 5099 728 1457 2086 1363 2173 2031 4299 6405 6405 6405 6405 6405 6405 6405 4218 2031 1042 71 2348 2508 3075 6310 5259 5565 5087 4753 1032 2187 6075 4212 6238 4536 1272 5652 4402 4382 44 3670 1970 1259 1268 4435 5482 4675 4675 4677 4696 4858 4588 6258 5210 620 770 1044 59 71 5668 5640 3481 1295 2185 1992 4529 5078 5824 6477 3636 4611 5102 404 303 3063 1607 3074 876 5650 4675 285 2996 5247 3717 6070 5248 6048 6048 3036 4532 3482 3482 2915 4372 252 2486 5077 6345 4860 3405 506 497 4151 4914 5482 4752 5211 5727 3459 1127 962 566 5669 1699 2031 1743 5667 4525 4540 2242 3669 3178 2261 2941 4156 1079 1943 971 4485 4839 943 353 661 6499 2139 1690 4940 1941 69 197 5054 5086 156 2058 6183 6132 3918 4299 6405 6405 4218 4138 3580 1403 2156 6445 3312 2031 6387 6376 6382 4204 4771 4403 4537 5998 5272 4463 521 67 2004 65 65 807 6100 2780 1700 1615 3806 6048 6048 5242 850 326 4988 6503 4235 2031 4218 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 900, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 9.6, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "266984,55978,45205", "channels": 0 }
{ "id": "X0000026857_211339357_S00228-S00230", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000026857_211339357_S00228-S00230.wav" } ], "sampling_rate": 24000, "num_samples": 230400, "duration": 9.6, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000015554_dbraOgDbH8M_S00399-S00400-2280855
0
6.144
0
[ { "id": "Y0000015554_dbraOgDbH8M_S00399-S00400", "recording_id": "Y0000015554_dbraOgDbH8M_S00399-S00400", "start": 0, "duration": 6.144, "channel": 0, "text": "我心里不服袭人,哪怕他得十分也不恼他原。", "language": "Chinese", "custom": { "timestamp": "[[110, 270], [270, 490], [490, 670], [670, 870], [870, 1195], [1930, 2170], [2190, 2430], [2630, 2770], [2770, 2970], [2970, 3130], [3130, 3330], [3330, 3570], [3650, 3890], [4410, 4650], [4670, 4870], [4870, 5110], [5130, 5370], [5750, 5975]]", "dns_mos": 3.6, "speech_tokens": "3950 4299 2077 4373 2912 380 44 4429 6377 4684 4454 4433 5205 6016 134 5102 1897 4299 1098 5723 4265 4289 6381 6293 6457 2100 2105 2186 5831 5089 542 2029 4218 4299 6486 6486 6486 6486 6486 6486 6486 6162 6486 6486 6486 4218 5404 5401 6376 6377 5650 2022 2022 3212 5308 6034 3883 869 2 29 38 2234 4473 5364 4218 3264 3670 11 1703 1460 1896 3969 3656 5837 138 2946 5832 5185 381 2250 308 5087 6067 6021 6048 5319 5940 1521 1532 1604 3872 4815 6534 6540 3222 4483 4402 4492 4584 4056 6486 6081 5835 6486 6486 6486 6486 6486 6162 6405 6486 6486 4218 4155 2753 314 4460 703 2175 2185 3644 4997 3751 1477 3647 1955 1946 1382 2083 2139 1035 5112 3161 812 4538 5348 1702 2031 2037 3888 3969 4218 6405 6405 4218 5379 4242 1743 4129 968 2432 4392 4797 4308" } } ]
{ "type": "MatchaFbank", "num_frames": 576, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.144, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "368167,57620,8941", "channels": 0 }
{ "id": "Y0000015554_dbraOgDbH8M_S00399-S00400", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000015554_dbraOgDbH8M_S00399-S00400.wav" } ], "sampling_rate": 24000, "num_samples": 147456, "duration": 6.144, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000003821_12739557_S00174-2280856
0
1.792
0
[ { "id": "X0000003821_12739557_S00174", "recording_id": "X0000003821_12739557_S00174", "start": 0, "duration": 1.792, "channel": 0, "text": "但那前提是国内要有的卖。", "language": "Chinese", "custom": { "timestamp": "[[50, 130], [130, 250], [250, 330], [330, 490], [490, 730], [990, 1130], [1130, 1250], [1250, 1330], [1330, 1470], [1470, 1550], [1550, 1715]]", "dns_mos": 3.6, "speech_tokens": "2921 740 3178 4466 5655 4432 538 737 3021 771 4884 323 3954 5661 5420 2261 784 1704 3729 3648 1458 1950 3651 1592 2145 651 692 1406 148 1722 4418 4769 4541 3350 3481 1688 2171 795 65 1405 4317 5032 5995 2924 764" } } ]
{ "type": "MatchaFbank", "num_frames": 168, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.792, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "434728,19155", "channels": 0 }
{ "id": "X0000003821_12739557_S00174", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000003821_12739557_S00174.wav" } ], "sampling_rate": 24000, "num_samples": 43008, "duration": 1.792, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000001220_14598333_S00915-S00919-2280857
0
7.552
0
[ { "id": "X0000001220_14598333_S00915-S00919", "recording_id": "X0000001220_14598333_S00915-S00919", "start": 0, "duration": 7.552, "channel": 0, "text": "退休时间呢,国家法定的男的不是六十嘛,据说还要延长的都到六十五了。但是我是觉得呢", "language": "Chinese", "custom": { "timestamp": "[[330, 470], [470, 690], [690, 830], [830, 1070], [1070, 1310], [1510, 1610], [1610, 1850], [1850, 2030], [2030, 2210], [2210, 2390], [2390, 2610], [2610, 2750], [2750, 2850], [2850, 3070], [3070, 3270], [3270, 3510], [3510, 3750], [3830, 4050], [4050, 4150], [4150, 4270], [4270, 4370], [4370, 4510], [4510, 4750], [4750, 4870], [4870, 4990], [4990, 5090], [5090, 5290], [5290, 5450], [5450, 5630], [5630, 5870], [6150, 6290], [6290, 6470], [6470, 6590], [6590, 6790], [6790, 6950], [6950, 7070], [7070, 7335]]", "dns_mos": 3.7, "speech_tokens": "3716 4137 6324 6324 6324 6324 4218 1302 2754 3330 2414 1052 4677 5264 5086 5060 5896 6048 3762 2386 2992 5415 4697 4517 4567 4492 6177 3177 5189 2270 2432 3161 3655 3821 3119 1801 2148 654 728 2894 2416 2508 4544 5914 4780 6426 6537 711 1949 1460 307 1029 2510 4849 2938 4316 1235 38 2228 3747 1962 731 1463 38 3666 6018 2475 4376 1450 2166 684 1928 6067 5481 765 794 4042 75 4606 2912 1442 3793 6049 5211 3756 1615 1598 1396 6498 5033 2765 1981 1956 5859 5832 1458 2031 2733 2337 5344 1532 5967 1206 5093 4982 5842 4463 4538 2783 404 1293 557 35 5208 4074 5241 810 3897 1220 506 6417 4628 3015 1245 2963 2504 4862 5015 3963 4525 2903 2171 5980 6048 5319 847 2900 4373 2186 2184 2185 1364 1693 1280 326 3350 1783 1944 3159 6075 6075 5832 3645 2916 1458 2031 2004 2197 5266 3848 3768 6062 5087 4372 2186 710 1919 1688 1688 5332 156 5010 1700 146 2324 4433 4523 4772 1722 5850 2198 2441 2270 2549 2549 1947 1461 3645 3672" } } ]
{ "type": "MatchaFbank", "num_frames": 708, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 7.552, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "453883,55357,22973", "channels": 0 }
{ "id": "X0000001220_14598333_S00915-S00919", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000001220_14598333_S00915-S00919.wav" } ], "sampling_rate": 24000, "num_samples": 181248, "duration": 7.552, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000003720_24837661_S00752-S00755-2280858
0
12.672
0
[ { "id": "X0000003720_24837661_S00752-S00755", "recording_id": "X0000003720_24837661_S00752-S00755", "start": 0, "duration": 12.672, "channel": 0, "text": "但是其实国家也试图在就是突破这个嗯就是呃开放一些这个二手零件的进口。因为其实日本呀什么美国呀、什么的,这些这些二手零件的流通是很发达的。", "language": "Chinese", "custom": { "timestamp": "[[50, 130], [130, 370], [490, 630], [630, 770], [770, 910], [910, 1090], [1090, 1330], [1430, 1670], [1750, 1990], [2190, 2430], [2770, 2870], [2870, 3070], [3070, 3170], [3170, 3370], [3370, 3510], [3510, 3750], [3750, 3990], [4070, 4230], [4230, 4470], [4530, 4855], [5680, 5780], [5780, 6020], [6040, 6200], [6200, 6320], [6320, 6440], [6440, 6560], [6560, 6680], [6680, 6820], [6820, 6920], [6920, 7100], [7100, 7180], [7180, 7280], [7280, 7440], [7440, 7520], [7520, 7640], [7640, 7740], [7740, 7860], [7860, 7980], [7980, 8220], [8220, 8460], [8480, 8580], [8580, 8780], [8780, 8920], [8920, 9040], [9040, 9160], [9160, 9280], [9280, 9360], [9360, 9440], [9440, 9540], [9540, 9780], [9960, 10120], [10120, 10240], [10240, 10340], [10340, 10500], [10500, 10580], [10580, 10820], [10940, 11080], [11080, 11240], [11240, 11480], [11620, 11780], [11780, 11980], [11980, 12200], [12200, 12380], [12380, 12555]]", "dns_mos": 3.7, "speech_tokens": "4384 4549 1770 3879 1676 1603 3684 5349 4137 6321 6405 4299 3435 4675 2463 4778 5250 6066 4041 2031 699 719 2413 2463 5189 5995 4580 2752 2751 557 62 791 761 848 3672 6021 6048 6048 5968 6048 5256 6057 1676 1857 1029 495 2760 1311 2186 2105 4373 4373 5831 5827 1452 2067 6456 6372 4493 4537 5834 2924 3005 2195 2924 89 8 818 818 1789 4137 2577 479 3223 6030 1604 873 2004 5751 5073 2913 4350 4962 2702 191 1612 89 359 1106 1993 1325 491 1948 3891 2934 5236 5153 5882 5855 3667 3657 3912 2040 2112 2490 239 2819 6291 1604 1685 3872 3143 3143 1595 1733 1739 272 2702 2486 2333 29 2345 889 2040 4218 6405 6405 6405 6405 6405 6405 6405 6405 6324 6324 6081 6081 6405 6405 6405 4218 1842 168 2928 5921 3367 3612 5023 4874 506 296 539 4687 4921 2510 2381 2327 798 2348 224 484 1020 704 1247 1945 6239 3865 3277 689 1638 322 1825 1966 2508 2339 3485 1865 1687 776 4920 132 1187 1224 2687 1325 1295 4939 4123 4601 204 5622 4975 4722 3792 5986 6058 1735 6040 6042 3881 2172 711 2918 788 1493 1043 773 1463 3647 1946 6158 3161 3673 6021 1829 2127 1427 4973 5086 4317 4311 116 548 881 1338 1457 623 4382 5185 2513 3753 2036 2047 3906 2486 3303 5970 4606 314 4893 2724 4526 4568 2289 1704 2916 5832 5832 3645 1701 2139 867 2411 4686 2715 4460 1738 1945 5995 3835 3259 686 1908 806 2050 3994 4939 4594 6158 1622 1783 3888 3645 1704 4299 303 2486 1181 3801 1619 641 5097 1851 2538 2779 6445 5823 4335 4141 6075 3888 2028 3675 6049 5337 3863 5382 2682 515 1009 2034 6540 2547 6157 5427 4472 1038 2201 3649 3888 3650 801 68 488 2061 3666 4017" } } ]
{ "type": "MatchaFbank", "num_frames": 1188, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 12.672, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "532213,56698,57208,21491", "channels": 0 }
{ "id": "X0000003720_24837661_S00752-S00755", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000003720_24837661_S00752-S00755.wav" } ], "sampling_rate": 24000, "num_samples": 304128, "duration": 12.672, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000030956_130252377_S00062-S00063-2280859
0
2.944
0
[ { "id": "X0000030956_130252377_S00062-S00063", "recording_id": "X0000030956_130252377_S00062-S00063", "start": 0, "duration": 2.944, "channel": 0, "text": "化了妆抹了最喜欢的口红。", "language": "Chinese", "custom": { "timestamp": "[[250, 450], [450, 570], [570, 810], [1090, 1270], [1270, 1390], [1390, 1510], [1510, 1670], [1670, 1790], [1790, 1910], [1910, 2070], [2070, 2545]]", "dns_mos": 3.6, "speech_tokens": "1493 4299 6405 6405 4299 4299 1219 4947 5589 6401 6158 4124 974 238 1518 3141 5342 4808 4970 4627 4951 5599 4131 2028 4299 4299 4299 4299 4299 2130 5048 701 1442 1775 110 5403 5418 4616 4535 4676 564 566 605 2770 3242 2367 993 4493 1803 162 496 521 599 2676 4860 574 1222 1219 1300 1420 2112 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 4299 6162" } } ]
{ "type": "MatchaFbank", "num_frames": 276, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.944, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "667610,32343", "channels": 0 }
{ "id": "X0000030956_130252377_S00062-S00063", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000030956_130252377_S00062-S00063.wav" } ], "sampling_rate": 24000, "num_samples": 70656, "duration": 2.944, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000002718_6A_I8lh3bVg_S00126-2280860
0
1.664
0
[ { "id": "Y0000002718_6A_I8lh3bVg_S00126", "recording_id": "Y0000002718_6A_I8lh3bVg_S00126", "start": 0, "duration": 1.664, "channel": 0, "text": "那我瞧瞧姐的吧。", "language": "Chinese", "custom": { "timestamp": "[[30, 150], [150, 230], [230, 370], [370, 530], [530, 710], [710, 770], [770, 1235]]", "dns_mos": 3.6, "speech_tokens": "3663 4391 5315 5828 479 555 4515 3648 1946 2540 4509 2295 6238 4564 2742 4677 269 47 1777 137 459 1441 1703 1460 1945 2028 4215 4299 4299 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6081" } } ]
{ "type": "MatchaFbank", "num_frames": 156, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.664, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "699953,17918", "channels": 0 }
{ "id": "Y0000002718_6A_I8lh3bVg_S00126", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000002718_6A_I8lh3bVg_S00126.wav" } ], "sampling_rate": 24000, "num_samples": 39936, "duration": 1.664, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000000030_245144288_S00016-S00017-2280861
0
4.608
0
[ { "id": "X0000000030_245144288_S00016-S00017", "recording_id": "X0000000030_245144288_S00016-S00017", "start": 0, "duration": 4.608, "channel": 0, "text": "在最后的一千年中,它的部件开始损坏。", "language": "Chinese", "custom": { "timestamp": "[[420, 660], [740, 960], [960, 1140], [1140, 1220], [1220, 1320], [1320, 1480], [1480, 1720], [1720, 1960], [2380, 2600], [2600, 2740], [2740, 2900], [2900, 3140], [3220, 3300], [3300, 3500], [3500, 3720], [3720, 4195]]", "dns_mos": 3.7, "speech_tokens": "3704 4299 3891 5835 5835 3972 4299 6486 6486 4299 2112 4191 6374 73 2 1460 1463 2276 159 5649 4995 3151 4615 2439 4941 5046 3641 63 2251 1514 1286 5019 2085 5651 4380 258 4517 4476 3912 539 125 56 1641 1833 3861 2171 3620 5066 5075 6503 3990 4218 4299 4299 6486 6486 6486 6486 3975 4299 4299 2112 1761 2916 6085 4537 5419 469 2166 4329 5799 4370 1693 5650 4440 4778 4490 2273 50 5857 2121 162 81 5833 4606 6051 3105 5176 4995 5700 315 1364 2086 4309 5028 2841 2843 3890 3002 737 2194 817 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6405 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 432, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.608, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "717871,51148", "channels": 0 }
{ "id": "X0000000030_245144288_S00016-S00017", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000000030_245144288_S00016-S00017.wav" } ], "sampling_rate": 24000, "num_samples": 110592, "duration": 4.608, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000028856_171412633_S00239-2280862
0
3.328
0
[ { "id": "X0000028856_171412633_S00239", "recording_id": "X0000028856_171412633_S00239", "start": 0, "duration": 3.328, "channel": 0, "text": "我也想做一个兜里永远有糖的人。", "language": "Chinese", "custom": { "timestamp": "[[170, 330], [330, 450], [450, 630], [630, 790], [790, 910], [910, 1150], [1170, 1370], [1370, 1610], [1750, 1910], [1910, 2090], [2090, 2190], [2190, 2430], [2450, 2550], [2550, 2965]]", "dns_mos": 3.7, "speech_tokens": "3686 1947 4137 4137 2077 2186 2186 2894 4571 4938 4578 4441 4512 1460 1226 1726 4918 3637 3632 233 3482 1213 732 208 5015 2504 2 272 972 4218 2085 54 5051 5066 5827 2341 1857 2753 566 1295 323 1579 4137 1950 3894 4290 3887 713 2860 5233 5479 5294 2617 1861 1436 641 1842 27 5346 6318 4133 3404 3501 2184 2225 958 1696 791 2216 1479 1707 4137 4218 4218 4137 4137 4137 4137 4137 4137 4137 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 312, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.328, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "769019,36114", "channels": 0 }
{ "id": "X0000028856_171412633_S00239", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000028856_171412633_S00239.wav" } ], "sampling_rate": 24000, "num_samples": 79872, "duration": 3.328, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000000665_0h492CsZ1NE_S00612-2280863
0
2.176
0
[ { "id": "Y0000000665_0h492CsZ1NE_S00612", "recording_id": "Y0000000665_0h492CsZ1NE_S00612", "start": 0, "duration": 2.176, "channel": 0, "text": "就这么跑出去了。", "language": "Chinese", "custom": { "timestamp": "[[660, 840], [840, 900], [900, 980], [980, 1060], [1060, 1160], [1160, 1260], [1260, 1765]]", "dns_mos": 3.7, "speech_tokens": "3710 4137 4137 4137 4137 4137 4137 4137 4137 3894 4137 4137 4137 4137 4137 4137 1950 2058 4917 3314 3394 5979 5320 2125 2154 5602 1223 1919 1693 157 2509 2513 5021 4374 5832 2916 2916 999 756 1458 1701 1944 2031 4218 4218 4218 4218 4137 4137 4137 4137 4137 4137 4137 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 204, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.176, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "805133,24470", "channels": 0 }
{ "id": "Y0000000665_0h492CsZ1NE_S00612", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000000665_0h492CsZ1NE_S00612.wav" } ], "sampling_rate": 24000, "num_samples": 52224, "duration": 2.176, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000020022_pltQxcoh71M_S00474-S00477-2280864
0
8.704
0
[ { "id": "Y0000020022_pltQxcoh71M_S00474-S00477", "recording_id": "Y0000020022_pltQxcoh71M_S00474-S00477", "start": 0, "duration": 8.704, "channel": 0, "text": "哎,你说我哥这一把年纪了,他想怎么样,还想没看三度啊,我看这架势啊,是非得把这个家拆散了不可。", "language": "Chinese", "custom": { "timestamp": "[[460, 680], [680, 780], [780, 920], [920, 1080], [1080, 1320], [1320, 1460], [1460, 1620], [1620, 1820], [1820, 2040], [2040, 2220], [2220, 2340], [2340, 2500], [2500, 2680], [2680, 2800], [2800, 2920], [2920, 3100], [3100, 3220], [3220, 3360], [3360, 3520], [3520, 3640], [3640, 3800], [3800, 4040], [4100, 4340], [4460, 4580], [4580, 4820], [4820, 4960], [4960, 5200], [5240, 5480], [5480, 5600], [5600, 5800], [5800, 5940], [5940, 6060], [6060, 6260], [6260, 6360], [6360, 6480], [6480, 6680], [6680, 6920], [6960, 7200], [7320, 7500], [7500, 7680], [7680, 8215]]", "dns_mos": 3.7, "speech_tokens": "3950 4137 6078 6075 3888 3891 5832 3726 3648 3726 4299 4299 2923 5110 5109 2204 1231 1349 1498 6048 6048 3610 5800 4264 2186 1358 398 975 162 324 3314 5087 2413 5241 5311 4519 2752 3453 4615 1920 1431 3971 1703 89 1770 3427 3427 566 116 68 5205 5451 5659 4938 4522 3314 326 2333 273 5106 5841 5995 4498 4756 40 4862 4959 6378 2259 29 1333 2128 1886 2699 4499 5267 5672 1226 6084 6077 4571 4434 4477 1217 2124 1874 440 1176 165 5113 4492 6372 6537 4411 5185 4473 6018 4074 54 5097 5722 3617 4265 611 2684 1226 1220 1216 1945 1945 1944 2028 4299 2838 5099 5086 243 162 5842 5914 913 1482 3144 4457 2496 4673 566 4580 6157 6077 2351 3038 6048 5322 3702 3721 3806 1688 2513 2432 3161 5131 5319 2325 964 6513 6537 5544 4606 4642 228 2232 2339 2163 3618 2027 3646 232 5241 4589 970 453 220 2004 4687 4472 4132 5266 789 5319 813 3649 5272 4769 5263 5401 6376 6457 6457 4824 5265 5429 2306 5851 1505 3799 65 433 2166 4347 5804 4373 1420 81 891 1980 3314 3233 1355 2011 3404 3889 1945 2028 4131 4296 6486 6486 6486 6486 6486 6405 5835 5835 5832 5832 5859 3915" } } ]
{ "type": "MatchaFbank", "num_frames": 816, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 8.704, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "829603,54819,34543", "channels": 0 }
{ "id": "Y0000020022_pltQxcoh71M_S00474-S00477", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000020022_pltQxcoh71M_S00474-S00477.wav" } ], "sampling_rate": 24000, "num_samples": 208896, "duration": 8.704, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000011221_Swy03rFrpEg_S00595-S00599-2280865
0
9.344
0
[ { "id": "Y0000011221_Swy03rFrpEg_S00595-S00599", "recording_id": "Y0000011221_Swy03rFrpEg_S00595-S00599", "start": 0, "duration": 9.344, "channel": 0, "text": "回头啊我弄个冰袋,然后呢,快递到台湾,保证,明天下午人家老爷子就能吃上正宗的豌豆黄了。", "language": "Chinese", "custom": { "timestamp": "[[70, 210], [210, 390], [390, 570], [570, 710], [710, 810], [810, 1010], [1010, 1230], [1230, 1470], [1770, 1950], [1950, 2110], [2110, 2350], [2530, 2770], [2890, 3130], [3130, 3330], [3330, 3550], [3550, 3790], [4170, 4390], [4390, 4630], [4650, 4750], [4750, 4870], [4870, 5110], [5270, 5510], [5670, 5810], [5810, 6010], [6010, 6170], [6170, 6350], [6350, 6470], [6470, 6590], [6590, 6710], [6710, 6870], [6870, 7090], [7090, 7330], [7350, 7530], [7530, 7670], [7670, 7830], [7830, 8010], [8010, 8250], [8310, 8575]]", "dns_mos": 3.6, "speech_tokens": "4026 1329 2790 2576 4576 4686 4389 2305 2064 1430 2876 4484 5186 5915 692 710 1325 882 4019 4745 6258 1099 155 2169 2139 3130 5101 5560 6418 6498 1011 4504 5269 3005 734 769 1822 2922 5352 5109 5919 5838 2031 1821 888 962 3161 5023 2686 5601 5610 5009 4916 2584 4149 2297 920 2540 1296 1947 3891 2031 4299 4299 654 2838 4863 5679 5265 5273 170 404 2582 1923 4245 4614 5100 5831 1842 157 1307 524 2089 3240 6075 3645 1466 251 2582 3287 1429 2612 2273 4460 4412 1765 1978 3739 3972 1704 6486 6486 6486 6486 6486 681 5675 3407 494 629 1118 1662 5241 2341 4484 1235 4318 2780 4481 4421 4603 4506 4512 5729 5405 5488 4668 4542 6157 5842 6086 6077 2843 719 2096 2186 3644 5102 626 2056 1950 1960 2031 1240 377 2941 3912 4453 5192 5834 5258 6149 4133 1223 515 1052 3481 1295 62 2243 5176 4439 804 4686 2423 396 991 344 5770 3990 5319 3108 3019 3797 3116 578 5446 1389 1788 4512 4564 2638 3911 4235 2071 4164 4923 4771 5067 5772 1101 2503 596 2172 2840 2192 5854 3747 46 488 719 2770 4957 2843 2027 1784 1892 1919 3872 5905 4420 4376 767 1740 1713 1788 4299 6486 6486 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6081" } } ]
{ "type": "MatchaFbank", "num_frames": 876, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 9.344, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "918965,55999,42058", "channels": 0 }
{ "id": "Y0000011221_Swy03rFrpEg_S00595-S00599", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000011221_Swy03rFrpEg_S00595-S00599.wav" } ], "sampling_rate": 24000, "num_samples": 224256, "duration": 9.344, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000029982_299354877_S00008-2280866
0
1.152
0
[ { "id": "X0000029982_299354877_S00008", "recording_id": "X0000029982_299354877_S00008", "start": 0, "duration": 1.152, "channel": 0, "text": "在文章中。", "language": "Chinese", "custom": { "timestamp": "[[320, 500], [500, 640], [640, 800], [800, 1005]]", "dns_mos": 3.7, "speech_tokens": "6143 4137 4137 4137 3894 5838 3651 3894 4191 5653 4520 2189 2089 1413 1598 2293 3714 3114 4619 6337 1807 3834 4096 5090 3590 6425 6425 5529 1959" } } ]
{ "type": "MatchaFbank", "num_frames": 108, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.152, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1017022,12782", "channels": 0 }
{ "id": "X0000029982_299354877_S00008", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000029982_299354877_S00008.wav" } ], "sampling_rate": 24000, "num_samples": 27648, "duration": 1.152, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000028696_89347881_S00039-2280867
0
2.944
0
[ { "id": "X0000028696_89347881_S00039", "recording_id": "X0000028696_89347881_S00039", "start": 0, "duration": 2.944, "channel": 0, "text": "不如说是最后的出路。", "language": "Chinese", "custom": { "timestamp": "[[510, 650], [650, 830], [830, 1050], [1050, 1290], [1330, 1510], [1510, 1750], [1750, 1890], [1890, 2090], [2090, 2535]]", "dns_mos": 3.7, "speech_tokens": "3707 6486 6486 6486 6486 6486 6486 6405 6405 6405 4218 4299 4299 2166 3600 5831 3557 3773 4124 6554 5986 6048 6048 450 2822 2621 5225 5319 4512 3076 2994 2058 2112 4191 6377 6374 2989 4778 4742 2919 4860 4860 4869 5092 542 297 32 879 5943 6048 3321 693 3644 2912 2169 1125 3557 1292 1457 1380 4299 4299 4299 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 276, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.944, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1029804,32711", "channels": 0 }
{ "id": "X0000028696_89347881_S00039", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000028696_89347881_S00039.wav" } ], "sampling_rate": 24000, "num_samples": 70656, "duration": 2.944, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000014750_135935928_S00092-2280868
0
2.304
0
[ { "id": "X0000014750_135935928_S00092", "recording_id": "X0000014750_135935928_S00092", "start": 0, "duration": 2.304, "channel": 0, "text": "对方很不高兴的说。", "language": "Chinese", "custom": { "timestamp": "[[530, 690], [690, 890], [890, 1090], [1090, 1210], [1210, 1370], [1370, 1530], [1530, 1610], [1610, 1985]]", "dns_mos": 3.6, "speech_tokens": "3956 6486 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4299 1842 3150 5344 5881 6534 2792 5671 5356 5346 5427 5454 38 2125 2184 715 1453 978 127 3404 5026 4492 4919 4678 4587 3015 1963 35 5970 6049 1935 2900 4970 488 1766 1710 1788 1704 1701 4299 6486 6486 6486 6486 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 216, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.304, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1062515,25552", "channels": 0 }
{ "id": "X0000014750_135935928_S00092", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000014750_135935928_S00092.wav" } ], "sampling_rate": 24000, "num_samples": 55296, "duration": 2.304, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000012236_VVoPmMRVDu0_S00508-2280869
0
7.168
0
[ { "id": "Y0000012236_VVoPmMRVDu0_S00508", "recording_id": "Y0000012236_VVoPmMRVDu0_S00508", "start": 0, "duration": 7.168, "channel": 0, "text": "好的,我跟你说,全保住了,人没保住,我伤心了,困了嗯。", "language": "Chinese", "custom": { "timestamp": "[[780, 960], [960, 1200], [1320, 1400], [1400, 1500], [1500, 1660], [1660, 1900], [2480, 2720], [2820, 3040], [3040, 3220], [3220, 3460], [3460, 3680], [3680, 3880], [3880, 3980], [3980, 4220], [4580, 4780], [4780, 4980], [4980, 5180], [5180, 5360], [5360, 5580], [5580, 5905], [6810, 7050]]", "dns_mos": 3.6, "speech_tokens": "5888 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 3418 527 515 527 2741 1287 2720 4511 4568 4537 5918 3002 845 1270 638 1373 3233 4598 4525 2474 4488 1059 3050 5898 3884 3152 5078 4807 4969 2056 1950 4137 1950 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 1950 4678 4596 3084 741 1055 731 4565 2637 6504 2163 5077 4946 1223 623 1524 4041 4369 2723 3881 560 245 1460 1716 1960 1581 1618 866 2219 2314 6259 6258 4496 4733 4607 2169 2900 1223 1271 1686 964 1451 1376 2002 4137 4137 4137 4137 4137 4137 6081 4137 6324 4137 4264 5827 4285 3712 6051 5487 3075 5347 4952 5528 5180 5644 5178 4605 4849 4604 5006 2405 1941 1788 162 2763 5089 4843 4610 5932 6391 4807 4888 2687 3442 1255 1959 2031 4137 4137 4218 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 3930 6105 6081 3921 5835 2142 2315 2317 3914 2077" } } ]
{ "type": "MatchaFbank", "num_frames": 672, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 7.168, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1088067,58327,20571", "channels": 0 }
{ "id": "Y0000012236_VVoPmMRVDu0_S00508", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000012236_VVoPmMRVDu0_S00508.wav" } ], "sampling_rate": 24000, "num_samples": 172032, "duration": 7.168, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000014675_103429408_S00166-2280870
0
2.944
0
[ { "id": "X0000014675_103429408_S00166", "recording_id": "X0000014675_103429408_S00166", "start": 0, "duration": 2.944, "channel": 0, "text": "甚至觉得你这是在炫耀。", "language": "Chinese", "custom": { "timestamp": "[[330, 550], [550, 690], [690, 830], [830, 1070], [1210, 1410], [1410, 1530], [1530, 1710], [1710, 1890], [1890, 2130], [2170, 2585]]", "dns_mos": 3.6, "speech_tokens": "6134 6486 6486 6405 6405 6405 6405 4299 5946 6048 5238 4603 4549 1536 3132 5963 4929 2328 1942 968 2408 3456 4520 2225 272 4655 981 1950 3651 3651 3645 1461 2112 3454 2726 1052 4921 805 2330 5251 6048 2403 4532 4188 74 2273 4508 4485 5568 4839 5325 5313 4599 4468 2204 287 1320 2725 818 1217 1217 1219 2029 4215 4299 6486 6486 6486 6486 6486 6486 6486 6486 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 276, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.944, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1166965,32362", "channels": 0 }
{ "id": "X0000014675_103429408_S00166", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000014675_103429408_S00166.wav" } ], "sampling_rate": 24000, "num_samples": 70656, "duration": 2.944, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000014644_139843540_S00183-S00184-2280871
0
3.456
0
[ { "id": "X0000014644_139843540_S00183-S00184", "recording_id": "X0000014644_139843540_S00183-S00184", "start": 0, "duration": 3.456, "channel": 0, "text": "我本可以多多学习自我成长。", "language": "Chinese", "custom": { "timestamp": "[[420, 580], [580, 800], [800, 920], [920, 1080], [1080, 1280], [1280, 1420], [1420, 1660], [1680, 1920], [2080, 2200], [2200, 2420], [2420, 2620], [2620, 3065]]", "dns_mos": 3.6, "speech_tokens": "3716 4218 4218 4218 4218 4137 4218 4218 4218 4137 4137 2121 4372 5101 2889 2160 2873 56 1724 1968 405 2835 3125 5101 3481 1295 879 2085 144 5828 5102 2341 303 4772 5098 5140 5322 6297 3840 1069 1043 4778 4695 4513 4679 2517 1294 1295 538 2446 2031 2031 1977 6376 6374 5418 4534 1937 2186 1436 870 5322 894 3159 1217 2180 4234 4074 6054 2392 3647 244 1237 2041 2031 4218 4218 6405 6405 6405 6405 6405 6405 4218 4218 4218 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 324, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.456, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1199327,38068", "channels": 0 }
{ "id": "X0000014644_139843540_S00183-S00184", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000014644_139843540_S00183-S00184.wav" } ], "sampling_rate": 24000, "num_samples": 82944, "duration": 3.456, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000019042_n5C6_cIN7K8_S00431-2280872
0
8.32
0
[ { "id": "Y0000019042_n5C6_cIN7K8_S00431", "recording_id": "Y0000019042_n5C6_cIN7K8_S00431", "start": 0, "duration": 8.32, "channel": 0, "text": "果然是厉害,这么快就学会了邻家剑法。是啊,果然是武学奇才啊,棋子功真的是出的入啊,开眼界了吗?厉害。", "language": "Chinese", "custom": { "timestamp": "[[760, 920], [920, 1080], [1080, 1240], [1240, 1400], [1400, 1500], [1500, 1680], [1680, 1860], [1860, 2000], [2000, 2140], [2140, 2320], [2320, 2420], [2420, 2560], [2560, 2760], [2760, 2960], [2960, 3200], [3240, 3480], [3500, 3740], [3820, 3980], [3980, 4100], [4100, 4180], [4180, 4300], [4300, 4460], [4460, 4660], [4660, 4820], [4820, 5000], [5000, 5240], [5260, 5460], [5460, 5600], [5600, 5760], [5760, 5860], [5860, 5960], [5960, 6120], [6120, 6260], [6260, 6500], [6500, 6700], [6700, 6940], [7080, 7240], [7240, 7320], [7320, 7460], [7460, 7540], [7540, 7760], [7760, 7880], [7880, 8145]]", "dns_mos": 3.6, "speech_tokens": "5888 6405 6405 6405 6405 6405 6405 6405 4137 1246 4218 4002 4224 4164 6376 4146 4146 4146 3937 3937 4146 1960 3201 4512 4671 2472 6370 1987 3230 4174 1950 3903 5379 4161 2031 4675 4611 4564 685 2127 2864 1428 654 4944 4869 2918 853 2577 4124 5886 5569 4029 2023 968 5098 5028 2847 2423 2979 110 3798 79 1267 6506 5556 2175 4678 4541 5590 2296 4920 4686 4849 119 749 3210 3924 1260 1217 5130 5320 5239 5157 3693 5940 3801 4612 3074 3776 1580 1488 3918 4137 4137 4218 4218 2032 699 4373 2906 947 1616 5189 4576 5967 5238 5580 3617 4151 2185 4343 3714 5568 5234 3074 240 4921 312 1267 5560 6372 4374 6327 1703 737 2474 5200 4133 1220 4647 3003 988 1295 3482 4777 963 4188 3010 1091 1811 1811 1499 845 871 4509 5317 6420 5149 2330 6211 3792 1986 2688 1267 4696 2011 2021 1611 32 4463 5186 4871 4951 3198 5475 5560 863 2130 592 1348 1448 1355 1252 1227 2028 4218 4137 6081 4002 822 5921 4733 1034 2959 4008 5506 3029 883 2495 1423 3407 2459 2468 4215 3895 1821 3073 4993 1267 2268 4617 3196 5383 5147 4020 6334 6333 1959" } } ]
{ "type": "MatchaFbank", "num_frames": 780, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 8.32, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1237395,57999,32180", "channels": 0 }
{ "id": "Y0000019042_n5C6_cIN7K8_S00431", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000019042_n5C6_cIN7K8_S00431.wav" } ], "sampling_rate": 24000, "num_samples": 199680, "duration": 8.32, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000008056_KVrpSZUcnYw_S00182-S00187-2280873
0
12.416
0
[ { "id": "Y0000008056_KVrpSZUcnYw_S00182-S00187", "recording_id": "Y0000008056_KVrpSZUcnYw_S00182-S00187", "start": 0, "duration": 12.416, "channel": 0, "text": "我严重怀疑这一百名观众抽烟,我投的是其实呢隔一个就是子氛围是很开心,什么叫隔以?但是我前面是这位,我就不是很开心了。", "language": "Chinese", "custom": { "timestamp": "[[290, 470], [470, 690], [690, 930], [970, 1170], [1170, 1350], [1350, 1550], [1550, 1710], [1710, 1950], [1990, 2230], [2970, 3190], [3190, 3430], [3490, 3670], [3670, 3870], [3870, 4050], [4050, 4270], [4270, 4430], [4430, 4670], [5050, 5250], [5250, 5430], [5430, 5670], [6090, 6290], [6290, 6390], [6390, 6630], [6630, 6810], [6810, 6890], [6890, 7130], [7310, 7490], [7490, 7650], [7650, 7830], [7830, 7950], [7950, 8070], [8070, 8250], [8250, 8350], [8350, 8490], [8490, 8670], [8670, 8850], [8850, 8950], [8950, 9050], [9050, 9190], [9190, 9330], [9330, 9530], [9530, 9710], [9710, 9910], [9910, 10130], [10130, 10370], [10370, 10470], [10470, 10610], [10610, 10710], [10710, 10890], [10890, 11030], [11030, 11250], [11250, 11490], [11490, 11995]]", "dns_mos": 3.6, "speech_tokens": "3919 3361 4242 5471 123 3255 5551 2068 1448 3143 4049 1293 4209 395 845 845 5023 2028 4674 964 5780 5090 6452 1303 3598 726 2843 731 2195 4850 4939 3482 4616 870 4675 2979 4564 2405 3320 5668 5668 2424 2139 4326 711 6320 1460 737 395 944 937 4071 4068 944 2483 3347 6179 5532 1203 975 1717 3975 4218 6405 6405 6405 6405 6405 6405 5838 5190 3975 6405 4161 5869 2031 573 1457 2756 4379 2318 3748 5169 3789 5573 590 1560 5322 894 3402 2786 2915 971 2753 2330 4214 2785 5061 4699 3161 2252 2565 4492 4869 2786 521 4997 3072 4763 4815 5152 5400 5229 3143 3038 3143 2567 29 2216 1732 3891 3894 3894 3651 4218 6405 4218 5352 4435 4921 1294 4534 4440 4675 4506 4483 3465 4412 5186 5105 2432 4376 5105 4385 4718 5689 4155 4218 4218 6405 6405 6405 4218 2031 243 181 1289 2486 4498 5100 5020 1824 4530 4564 4727 35 960 4677 4615 4772 4447 4996 5645 5661 5176 4442 4442 2252 2255 2252 2252 2252 1524 4200 4203 2990 1116 6456 4096 4970 4963 5047 2906 110 2573 4454 4672 2288 5112 3178 752 1970 84 5832 3655 5840 4850 5388 6468 1340 4133 2401 2378 683 1444 1218 180 1370 1373 623 434 4607 5506 3239 1609 3280 5220 5562 5238 5790 5830 4997 2419 2733 4516 2679 4750 143 3083 4311 4068 4570 4456 4473 4671 4674 5179 306 4921 2262 4531 4614 4578 4569 5293 4333 4987 4571 2384 4844 2915 2879 2549 1095 5953 4231 3610 2148 3610 5257 5238 2979 4816 5545 857 860 1888 1599 3157 5194 2273 2573 4777 5645 5655 5179 2672 4448 6422 4961 4412 4700 2756 2675 2549 1972 1947 4218 4215 6486 6405 6405 6405 6405 5470 3984 1734 1711 3898 4141 3900" } } ]
{ "type": "MatchaFbank", "num_frames": 1164, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 12.416, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1327574,55970,55062,19170", "channels": 0 }
{ "id": "Y0000008056_KVrpSZUcnYw_S00182-S00187", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000008056_KVrpSZUcnYw_S00182-S00187.wav" } ], "sampling_rate": 24000, "num_samples": 297984, "duration": 12.416, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000026031_255163217_S00517-2280874
0
2.048
0
[ { "id": "X0000026031_255163217_S00517", "recording_id": "X0000026031_255163217_S00517", "start": 0, "duration": 2.048, "channel": 0, "text": "我和你女朋友呢?", "language": "Chinese", "custom": { "timestamp": "[[390, 590], [590, 690], [690, 790], [790, 930], [930, 1090], [1090, 1250], [1250, 1695]]", "dns_mos": 3.7, "speech_tokens": "3716 4137 4131 4131 1944 4131 4131 4134 4218 4218 2032 2177 2906 575 2674 3402 5681 5032 3852 5935 6018 3131 968 2178 2166 1161 743 314 1025 4826 5042 2849 1638 829 5918 5834 1073 3494 3170 3979 1704 1705 1710 1701 4134 4218 4218 6405 6405 6405 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 192, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.048, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1457776,22627", "channels": 0 }
{ "id": "X0000026031_255163217_S00517", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000026031_255163217_S00517.wav" } ], "sampling_rate": 24000, "num_samples": 49152, "duration": 2.048, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000001540_35bKB2jfRPI_S00206-S00207-2280875
0
4.096
0
[ { "id": "Y0000001540_35bKB2jfRPI_S00206-S00207", "recording_id": "Y0000001540_35bKB2jfRPI_S00206-S00207", "start": 0, "duration": 4.096, "channel": 0, "text": "你谁啊?我姓翁,我是大夫。", "language": "Chinese", "custom": { "timestamp": "[[660, 800], [800, 960], [960, 1175], [1780, 1940], [1940, 2100], [2100, 2340], [2860, 3100], [3100, 3240], [3240, 3380], [3380, 3765]]", "dns_mos": 3.6, "speech_tokens": "6143 4137 4137 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137 1950 1959 2040 1767 3697 2834 5968 5319 815 737 2276 4457 4699 4954 1227 1731 1944 1728 1707 3894 3894 3648 3651 3648 3648 4218 6324 6324 6324 6324 2031 1456 1367 626 2257 4677 1133 2909 3586 2127 5090 5090 5689 5445 2041 1032 1015 1221 1950 1950 1968 1968 4218 4137 4218 4137 6324 6324 4137 4218 4218 1419 728 1355 3781 3051 873 2004 4520 5266 197 116 973 3429 6454 6534 528 2040 2040 4218 4218 6324 6405 6405 6405 6405 6324 6405 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 384, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.096, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1480403,45136", "channels": 0 }
{ "id": "Y0000001540_35bKB2jfRPI_S00206-S00207", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000001540_35bKB2jfRPI_S00206-S00207.wav" } ], "sampling_rate": 24000, "num_samples": 98304, "duration": 4.096, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000011473_TZtxrXnpPvE_S00610-S00612-2280876
0
4.864
0
[ { "id": "Y0000011473_TZtxrXnpPvE_S00610-S00612", "recording_id": "Y0000011473_TZtxrXnpPvE_S00610-S00612", "start": 0, "duration": 4.864, "channel": 0, "text": "老爷子,现在虽然醒了,但是身体还需要多加的保养,一会儿有事,你叫我啊。", "language": "Chinese", "custom": { "timestamp": "[[110, 270], [270, 390], [390, 470], [470, 570], [570, 690], [690, 790], [790, 990], [990, 1190], [1190, 1310], [1310, 1430], [1430, 1570], [1570, 1710], [1710, 1830], [1830, 1970], [1970, 2050], [2050, 2130], [2130, 2250], [2250, 2370], [2370, 2490], [2490, 2610], [2610, 2770], [2770, 3010], [3230, 3350], [3350, 3470], [3470, 3590], [3590, 3710], [3710, 3850], [3850, 3990], [3990, 4230], [4230, 4585]]", "dns_mos": 3.7, "speech_tokens": "3703 3648 4299 119 3242 461 2591 4940 2327 4447 4584 4441 4678 4669 4382 2234 4421 5652 4919 4609 5573 5186 4385 4474 4395 5645 4676 403 920 2063 1964 1010 974 873 2085 2252 4376 4397 5288 5224 4833 4512 4505 2211 1752 2482 296 89 122 2966 4671 2571 5339 2756 542 2175 639 5096 2265 2263 5186 4700 72 461 2148 2160 1301 1331 434 2672 4912 2276 1703 1217 2031 2031 2028 4296 6486 6486 6486 2031 3535 5587 2911 5071 5332 971 1442 2180 6048 5319 5339 4418 3670 6100 4074 5650 4695 4540 6481 2870 728 716 2084 2140 2061 3888 3402 2765 2675 3412 3414 1788 3004 2923 2923 973 4860 4860 2679 581" } } ]
{ "type": "MatchaFbank", "num_frames": 456, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.864, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1525539,51636", "channels": 0 }
{ "id": "Y0000011473_TZtxrXnpPvE_S00610-S00612", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000011473_TZtxrXnpPvE_S00610-S00612.wav" } ], "sampling_rate": 24000, "num_samples": 116736, "duration": 4.864, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000037307_223448344_S00235-S00238-2280877
0
11.52
0
[ { "id": "X0000037307_223448344_S00235-S00238", "recording_id": "X0000037307_223448344_S00235-S00238", "start": 0, "duration": 11.52, "channel": 0, "text": "如果出现了误判或者误服,是不是有一些相关的措施,既能够保证运动员的合法权益,又能够确保比赛的纯洁干净和公平公正。", "language": "Chinese", "custom": { "timestamp": "[[440, 600], [600, 800], [800, 1000], [1000, 1240], [1300, 1540], [1560, 1720], [1720, 1960], [2100, 2260], [2260, 2500], [2540, 2740], [2740, 2980], [3420, 3580], [3580, 3700], [3700, 3780], [3780, 3880], [3880, 4040], [4040, 4180], [4180, 4340], [4340, 4520], [4520, 4660], [4660, 4880], [4880, 5120], [5420, 5660], [5660, 5780], [5780, 5980], [5980, 6140], [6140, 6320], [6320, 6420], [6420, 6600], [6600, 6720], [6720, 6860], [6860, 6960], [6960, 7160], [7160, 7380], [7380, 7620], [7740, 7940], [7940, 8100], [8100, 8340], [8360, 8580], [8580, 8820], [8840, 9040], [9040, 9280], [9340, 9540], [9540, 9700], [9700, 9900], [9900, 10060], [10060, 10300], [10360, 10600], [10660, 10780], [10780, 10980], [10980, 11140], [11140, 11375]]", "dns_mos": 3.7, "speech_tokens": "3707 6486 3975 5838 5919 5835 5832 3645 1539 2028 4077 1936 2180 5100 4371 5826 2897 1352 957 5970 4077 3567 5804 6502 4608 5647 6380 4686 4598 4459 2207 3908 3179 3908 3962 245 974 2864 2177 6559 5532 6532 4372 2163 6075 5832 5274 6157 740 1480 1825 1729 571 5028 2859 4835 955 5889 1611 956 623 596 2003 2031 1988 5556 6531 4262 6462 6534 4242 6456 2102 2078 2159 4346 5830 1448 2006 2032 3888 5832 5835 5835 5835 1545 3648 6021 5238 4609 1449 3603 6302 5264 565 1109 1358 2011 2024 2490 5408 2481 2330 4444 6457 5650 4460 4699 5775 3615 2913 5051 4464 5856 37 380 4917 2511 2841 5100 2813 137 5967 6048 6048 3051 5987 6069 6062 1601 3732 5916 5838 3732 4299 4218 6377 5416 4857 5100 2483 1483 748 245 5612 3589 666 5053 2911 2166 1379 1949 2033 1757 789 3141 4781 593 5555 6316 2420 3018 5121 2885 3614 3131 89 2189 5935 66 4484 2822 4860 2682 5081 4266 5924 1462 787 4921 5298 897 215 8 26 1241 5641 4992 4939 314 1816 5919 5919 2032 2031 2751 4614 2903 2777 3749 1479 488 500 5693 1348 2908 5084 716 147 4836 5268 3084 4616 2411 110 2163 2163 1055 1949 1304 2870 1431 2166 3154 3482 1997 2014 6130 6376 6372 4484 5917 5918 116 71 2166 306 29 569 1433 870 6048 981 2939 4074 5650 4688 4517 2413 3 2381 5918 4396 5532 3480 6381 4535 539 1970 1265 4860 2754 1289 641 632 623 5078 1452 573 5099 5047 6258 3783 4632 5210 6422 696 2888 5773 4071 5241 4603 326 1235 2112 5619 6183 1785" } } ]
{ "type": "MatchaFbank", "num_frames": 1080, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 11.52, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1577175,56586,55964,9259", "channels": 0 }
{ "id": "X0000037307_223448344_S00235-S00238", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000037307_223448344_S00235-S00238.wav" } ], "sampling_rate": 24000, "num_samples": 276480, "duration": 11.52, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000000366_141506897_S00173-2280878
0
2.304
0
[ { "id": "X0000000366_141506897_S00173", "recording_id": "X0000000366_141506897_S00173", "start": 0, "duration": 2.304, "channel": 0, "text": "宾格莱小姐叫起来了。", "language": "Chinese", "custom": { "timestamp": "[[400, 560], [560, 660], [660, 800], [800, 960], [960, 1140], [1140, 1360], [1360, 1460], [1460, 1640], [1640, 1995]]", "dns_mos": 3.7, "speech_tokens": "3689 6486 6486 6486 6405 6486 6405 3894 3894 2112 2112 1917 2582 1321 2050 93 4286 2921 2438 4661 5562 2463 32 2675 2422 3462 312 395 483 5650 4443 4571 5429 578 789 4434 2293 3718 38 3653 1709 76 5986 2225 4484 2225 1494 2112 4299 4299 6486 6405 6405 6486 6486 6486 6486 6162" } } ]
{ "type": "MatchaFbank", "num_frames": 216, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.304, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1698984,25402", "channels": 0 }
{ "id": "X0000000366_141506897_S00173", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000000366_141506897_S00173.wav" } ], "sampling_rate": 24000, "num_samples": 55296, "duration": 2.304, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000008313_LG2y9PrE4Ag_S00561-2280879
0
6.528
0
[ { "id": "Y0000008313_LG2y9PrE4Ag_S00561", "recording_id": "Y0000008313_LG2y9PrE4Ag_S00561", "start": 0, "duration": 6.528, "channel": 0, "text": "而寒冷的北方人们大多在室内和家人享受休闲的时光。", "language": "Chinese", "custom": { "timestamp": "[[190, 430], [530, 730], [730, 890], [890, 1030], [1030, 1230], [1230, 1555], [2360, 2480], [2480, 2620], [2620, 2780], [2780, 2960], [2960, 3160], [3160, 3360], [3360, 3600], [3860, 4100], [4160, 4360], [4360, 4600], [4620, 4780], [4780, 5020], [5060, 5180], [5180, 5360], [5360, 5500], [5500, 5660], [5660, 6135]]", "dns_mos": 3.7, "speech_tokens": "6146 4137 4137 4137 4137 1948 1325 83 920 1679 1688 3872 920 5346 4860 5346 3647 1171 6205 6039 254 28 3994 2046 4448 711 2139 2630 314 1294 1862 1576 6534 3240 5591 5591 5689 6420 3909 1956 1959 1959 2040 4137 4218 6405 6405 6405 6405 6324 4137 4137 4137 4137 4137 4137 4137 4137 1950 886 140 443 2151 74 3993 4191 2197 3890 3890 1755 639 3644 5006 5655 549 737 32 3925 6021 5322 5322 5340 5337 3719 1017 4150 4492 4580 368 647 556 1788 2922 3648 3648 1458 1701 1947 2673 2673 317 1289 551 152 879 3462 4434 4850 5917 6076 3082 1830 830 53 4481 4886 4675 2193 2204 974 1319 5899 5319 335 728 2098 5241 4597 2625 6228 6530 6154 5319 339 737 99 3906 2225 5167 5319 5238 1612 4041 573 3643 626 2711 4233 2040 1956 1228 2040 4218 6405 6405 6405 6405 6405 6405 6405 6324 6324 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 612, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.528, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1724386,56742,13199", "channels": 0 }
{ "id": "Y0000008313_LG2y9PrE4Ag_S00561", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000008313_LG2y9PrE4Ag_S00561.wav" } ], "sampling_rate": 24000, "num_samples": 156672, "duration": 6.528, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000015172_ca2ShIdduk8_S00791-S00792-2280880
0
5.504
0
[ { "id": "Y0000015172_ca2ShIdduk8_S00791-S00792", "recording_id": "Y0000015172_ca2ShIdduk8_S00791-S00792", "start": 0, "duration": 5.504, "channel": 0, "text": "好啊,有本让我回去呀,嚯副主任他还来不及了。", "language": "Chinese", "custom": { "timestamp": "[[90, 330], [450, 690], [1490, 1730], [1750, 1930], [1930, 2030], [2030, 2130], [2130, 2310], [2310, 2550], [2550, 2845], [3440, 3680], [3680, 3920], [3940, 4100], [4100, 4280], [4280, 4380], [4380, 4520], [4520, 4680], [4680, 4780], [4780, 5020], [5020, 5285]]", "dns_mos": 3.6, "speech_tokens": "3946 4917 4860 4860 2673 1223 4136 1223 1223 602 1340 1367 2105 494 1223 1946 3890 6077 5428 4779 4780 5428 4943 1252 1218 1704 1704 2031 4218 6405 6405 6324 6324 6324 6324 6324 6324 6324 4137 4137 2067 1699 1361 5100 1416 3605 1568 1580 3848 5509 4949 611 1430 1339 1419 725 872 638 4606 4614 4449 4606 2327 116 2339 116 86 3647 1217 1945 1945 1701 1944 4134 4218 6405 6405 6324 6324 4146 4021 1861 1977 1221 4137 5592 4947 5073 3644 629 1331 1247 6291 6295 6534 5823 4047 4265 662 1710 1993 2078 2183 1693 3134 2273 1479 1038 2927 1090 1953 5269 4460 3071 3557 974 2300 4570 3126 5559 1824 4678 2553 5587 4605 4591 316 1289 5400 3951 2008 1986 358 4218 6405 6405 6405 6324" } } ]
{ "type": "MatchaFbank", "num_frames": 516, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.504, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1794327,56906,1978", "channels": 0 }
{ "id": "Y0000015172_ca2ShIdduk8_S00791-S00792", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000015172_ca2ShIdduk8_S00791-S00792.wav" } ], "sampling_rate": 24000, "num_samples": 132096, "duration": 5.504, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000035375_38638796_S00132-2280881
0
8.32
0
[ { "id": "X0000035375_38638796_S00132", "recording_id": "X0000035375_38638796_S00132", "start": 0, "duration": 8.32, "channel": 0, "text": "不对,应该说是老老鼠和老辣椒,是不是依然快乐幸福的生活在一起呢?", "language": "Chinese", "custom": { "timestamp": "[[110, 210], [210, 450], [570, 750], [750, 950], [950, 1170], [1170, 1410], [1630, 1870], [1890, 2110], [2110, 2350], [2490, 2730], [2730, 2970], [2970, 3190], [3190, 3430], [3710, 3910], [3910, 4010], [4010, 4250], [4250, 4490], [4550, 4790], [5010, 5250], [5270, 5490], [5490, 5730], [5750, 5970], [5970, 6210], [6250, 6490], [6510, 6750], [6870, 7070], [7070, 7230], [7230, 7470], [7470, 7915]]", "dns_mos": 3.6, "speech_tokens": "5257 1923 4269 2908 2166 468 4600 4517 1034 2031 4218 4299 4218 1977 3481 3563 52 3913 2132 84 110 3734 2645 5179 6507 6292 2178 4373 5090 5140 6048 6049 2331 3962 5501 1514 2059 4299 2112 1731 1494 6067 5986 6157 2678 2798 2783 3881 6310 1055 2759 5049 5490 6291 6291 6534 639 3641 2186 4373 3644 2914 4944 4863 2720 2750 2702 2377 5962 6067 362 3407 1220 1172 1747 3421 3656 3653 5921 222 2004 4679 2726 4463 4942 5049 2874 3489 6399 6075 5832 3726 4299 3648 5292 5319 876 77 2169 2173 2180 6048 6052 4512 80 2006 1492 2031 565 5749 5019 5100 5101 5587 5344 5874 3684 890 2924 2921 731 2207 3748 5532 6501 4299 486 324 4717 5186 3653 2924 158 3776 882 2189 4520 2317 6215 5489 4902 4992 23 1964 3586 4308 4326 1443 1457 2404 2166 2243 4460 29 2360 2392 5298 5566 5323 2325 4595 4573 5715 5760 5763 3486 5673 4944 2803 551 308 2219 886 6459 6381 4565 5192 467 5021 5830 3075 2085 5651 5299 4785 3535 1295 566 1563 4071 1072 3647 5915 5275 4554 4062 3759 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486" } } ]
{ "type": "MatchaFbank", "num_frames": 780, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 8.32, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1853211,55798,31898", "channels": 0 }
{ "id": "X0000035375_38638796_S00132", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000035375_38638796_S00132.wav" } ], "sampling_rate": 24000, "num_samples": 199680, "duration": 8.32, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000033515_300543863_S00000-2280882
0
1.408
0
[ { "id": "X0000033515_300543863_S00000", "recording_id": "X0000033515_300543863_S00000", "start": 0, "duration": 1.408, "channel": 0, "text": "五月二十五日。", "language": "Chinese", "custom": { "timestamp": "[[340, 480], [480, 600], [600, 700], [700, 880], [880, 1040], [1040, 1245]]", "dns_mos": 3.6, "speech_tokens": "3701 4218 6405 6405 4218 6405 4218 6405 6405 4299 1430 2183 4130 4859 4543 5185 4951 4862 176 5862 5319 3127 5095 4373 1457 644 1589 3723 3778 5506 4615 4526 143 2086 1951" } } ]
{ "type": "MatchaFbank", "num_frames": 132, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.408, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1940907,15530", "channels": 0 }
{ "id": "X0000033515_300543863_S00000", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000033515_300543863_S00000.wav" } ], "sampling_rate": 24000, "num_samples": 33792, "duration": 1.408, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000015885_237301724_S00312-S00315-2280883
0
9.856
0
[ { "id": "X0000015885_237301724_S00312-S00315", "recording_id": "X0000015885_237301724_S00312-S00315", "start": 0, "duration": 9.856, "channel": 0, "text": "如果前面的行为很正常,一般老百姓都是这样干的那法律是不能赋予他这种义务的,否则你这个法律不是太苛刻了吗?", "language": "Chinese", "custom": { "timestamp": "[[320, 460], [460, 580], [580, 800], [800, 980], [980, 1120], [1120, 1280], [1280, 1480], [1480, 1660], [1660, 1900], [1940, 2180], [2600, 2780], [2780, 2920], [2920, 3080], [3080, 3240], [3240, 3420], [3420, 3540], [3540, 3680], [3680, 3780], [3780, 3900], [3900, 4080], [4080, 4320], [4600, 4820], [4820, 4980], [4980, 5160], [5160, 5260], [5260, 5440], [5440, 5660], [5660, 5800], [5800, 5920], [5920, 6060], [6060, 6160], [6160, 6300], [6300, 6460], [6460, 6640], [6640, 6880], [7020, 7240], [7240, 7340], [7340, 7480], [7480, 7580], [7580, 7680], [7680, 7760], [7760, 7880], [7880, 8000], [8000, 8120], [8120, 8360], [8460, 8660], [8660, 8840], [8840, 8960], [8960, 9435]]", "dns_mos": 3.6, "speech_tokens": "6143 6405 6405 5838 5838 3975 4218 4218 1578 1693 4285 3642 5095 2339 4915 4731 2517 529 278 3083 4071 4831 4540 5932 802 2339 4677 4678 4894 1294 1025 5773 5776 965 1133 395 973 4860 972 113 770 1564 1842 3063 4604 4593 3669 1645 3054 3000 3889 1217 488 496 499 1956 2028 2112 6486 6486 6405 6405 6405 6405 6405 4137 3426 3480 4777 1920 1431 5918 4549 3667 1478 1946 5027 1443 2863 815 761 3201 3239 6098 1806 1275 74 5008 5826 5970 5238 1776 4443 4778 116 974 1747 1950 171 2378 5185 2930 1480 1503 757 1497 1797 2040 4299 4134 5832 1947 3888 5832 5835 2031 4218 3828 4709 4781 6534 6534 3566 1946 1460 831 4400 5101 4453 4672 135 4335 4326 4332 5830 5829 5815 3826 371 2222 1073 2045 6535 6534 3641 4127 3563 4940 1047 2196 1460 433 2976 3070 2255 5247 2144 2969 5642 5641 5668 5021 3152 4369 3643 397 540 64 757 1000 1729 2028 3891 6075 6075 3645 2025 6534 6535 2902 2867 677 954 3060 3143 4557 4641 566 870 2262 3073 4744 6534 6537 2108 1703 861 4750 3370 2166 3636 5985 4752 2166 300 5103 5832 5996 5269 5273 359 796 1842 81 81 362 2747 154 246 162 2277 5006 443 1612 2513 667 4312 3404 3647 3898 1945 1701 1701 4131 6486 6486 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 924, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 9.856, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "1956437,56496,47495", "channels": 0 }
{ "id": "X0000015885_237301724_S00312-S00315", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000015885_237301724_S00312-S00315.wav" } ], "sampling_rate": 24000, "num_samples": 236544, "duration": 9.856, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000014942_bzWtIEqg70U_S00882-2280884
0
5.248
0
[ { "id": "Y0000014942_bzWtIEqg70U_S00882", "recording_id": "Y0000014942_bzWtIEqg70U_S00882", "start": 0, "duration": 5.248, "channel": 0, "text": "不是你们这行动可真够快的啊,给我来,哎,对谁的箱子啊,宝乐。", "language": "Chinese", "custom": { "timestamp": "[[730, 850], [850, 1030], [1030, 1150], [1150, 1270], [1270, 1410], [1410, 1550], [1550, 1670], [1670, 1790], [1790, 1970], [1970, 2150], [2150, 2390], [2510, 2610], [2610, 2850], [2910, 2990], [2990, 3090], [3090, 3230], [3230, 3350], [3350, 3590], [3670, 3850], [3850, 3970], [3970, 4150], [4150, 4270], [4270, 4350], [4350, 4450], [4450, 4895]]", "dns_mos": 3.7, "speech_tokens": "842 746 1016 3203 3292 1825 1950 4137 4137 4137 6324 6324 4137 4137 3903 4137 4137 4137 2049 2077 6283 6058 3875 5115 2344 3993 6181 2752 890 2124 3368 6069 5331 2219 1032 5645 4920 1376 59 6255 5607 4833 2801 3013 3083 1689 3054 3128 4576 3342 3990 4842 2903 2156 1983 405 2686 4957 5023 5266 5921 8 29 5412 4403 3890 1217 1946 4133 6320 4133 4131 1947 2527 6064 6412 3409 4218 3440 3676 1763 5429 5266 3659 1650 1005 2309 2929 3657 1974 1975 1731 6051 6051 2325 1493 2573 237 2745 4597 2743 4677 2294 2918 4961 4149 4690 56 2189 2863 2166 638 1223 4286 2504 4808 2837 1226 3414 4134 4137 4137 6405 6324 6324 6324 6324 6324 6324 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 492, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.248, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2060428,57257", "channels": 0 }
{ "id": "Y0000014942_bzWtIEqg70U_S00882", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000014942_bzWtIEqg70U_S00882.wav" } ], "sampling_rate": 24000, "num_samples": 125952, "duration": 5.248, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000015820_ePOSscgcDmo_S00016-2280885
0
6.912
0
[ { "id": "Y0000015820_ePOSscgcDmo_S00016", "recording_id": "Y0000015820_ePOSscgcDmo_S00016", "start": 0, "duration": 6.912, "channel": 0, "text": "骑士自由自在的冒险生活,夜晚在他正准备入睡之际,衣柜中突然走出六个鬼鬼祟祟的小矮人。", "language": "Chinese", "custom": { "timestamp": "[[130, 270], [270, 510], [590, 690], [690, 890], [890, 990], [990, 1170], [1170, 1390], [1390, 1590], [1590, 1770], [1770, 1950], [1950, 2190], [2310, 2410], [2410, 2650], [2730, 2830], [2830, 2970], [2970, 3210], [3210, 3310], [3310, 3550], [3570, 3730], [3730, 3970], [3970, 4070], [4070, 4310], [4370, 4450], [4450, 4610], [4610, 4810], [4810, 4910], [4910, 5050], [5050, 5210], [5210, 5390], [5390, 5490], [5490, 5730], [5730, 5910], [5910, 6110], [6110, 6210], [6210, 6330], [6330, 6450], [6450, 6570], [6570, 6690], [6690, 6835]]", "dns_mos": 3.6, "speech_tokens": "395 1366 4432 4461 511 1295 2996 4590 2331 4615 71 1520 2112 2112 6379 5382 4519 4751 2483 686 551 2085 6373 3692 6384 2223 5918 5840 151 2085 65 731 1001 1978 2047 4317 4946 4946 665 3074 4754 366 35 773 5241 930 2792 5695 2760 5028 2879 599 515 2702 4726 2058 4299 2769 5019 4570 5050 2887 4946 3647 1460 770 1501 2112 4299 6378 4501 297 5845 5266 219 4512 4612 5058 6040 1644 6051 938 146 1887 2172 86 2303 2384 1844 1588 6057 5824 1370 5971 5322 3127 4606 4823 1160 5406 3135 3725 3462 4686 5021 4940 566 2060 2112 4218 2688 4857 2910 2886 4591 4607 3786 3873 5087 5056 3825 57 3567 6273 6058 5270 4554 4200 4680 632 1373 789 6048 1392 3368 3720 4606 5081 725 489 208 272 1028 2140 654 694 140 476 5342 654 5095 4603 2312 3229 2565 2345 2264 4915 4535 2263 289 2258 5486 12 1946 3494 5995 5998 4580 3374 3886 3875 2189" } } ]
{ "type": "MatchaFbank", "num_frames": 648, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.912, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2117685,55228,16584", "channels": 0 }
{ "id": "Y0000015820_ePOSscgcDmo_S00016", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000015820_ePOSscgcDmo_S00016.wav" } ], "sampling_rate": 24000, "num_samples": 165888, "duration": 6.912, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000007829_6280332_S01246-S01247-2280886
0
5.76
0
[ { "id": "X0000007829_6280332_S01246-S01247", "recording_id": "X0000007829_6280332_S01246-S01247", "start": 0, "duration": 5.76, "channel": 0, "text": "然后就发生了什么事情呢?一个半夜之后,这个车被撞报废了。", "language": "Chinese", "custom": { "timestamp": "[[620, 800], [800, 1040], [1340, 1540], [1540, 1640], [1640, 1820], [1820, 1900], [1900, 2040], [2040, 2180], [2180, 2280], [2280, 2460], [2460, 2700], [2900, 3060], [3060, 3140], [3140, 3220], [3220, 3420], [3420, 3520], [3520, 3760], [3760, 3880], [3880, 3960], [3960, 4120], [4120, 4280], [4280, 4480], [4480, 4640], [4640, 4880], [4880, 5355]]", "dns_mos": 3.7, "speech_tokens": "3704 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4137 1987 1510 797 1703 6401 3412 4134 4143 5556 4972 2546 2468 281 388 4860 4869 4997 5000 1367 2006 2418 6071 5099 4350 6507 6158 5914 5305 5214 4475 5069 4646 4495 5319 6048 768 1109 2125 4556 5899 5319 5238 4530 312 4922 2455 2780 3749 3988 32 3161 4628 2441 1739 1948 3645 5835 5838 3651 1950 2014 5668 1374 4530 711 2163 6157 5188 4715 4967 2384 2300 1842 5968 3043 2713 4863 4882 5084 722 1680 5169 4615 2992 949 5970 3078 2448 4754 711 2166 2417 2591 1932 5886 5582 4949 2857 2130 2160 5027 2762 2879 6426 6534 3519 4565 4598 557 154 2018 974 569 1306 1216 4215 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 540, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.76, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2189497,57534,4962", "channels": 0 }
{ "id": "X0000007829_6280332_S01246-S01247", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000007829_6280332_S01246-S01247.wav" } ], "sampling_rate": 24000, "num_samples": 138240, "duration": 5.76, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000015177_92884075_S00187-2280887
0
4.992
0
[ { "id": "X0000015177_92884075_S00187", "recording_id": "X0000015177_92884075_S00187", "start": 0, "duration": 4.992, "channel": 0, "text": "哪有单身的程序员只是在和代码谈恋爱而已。", "language": "Chinese", "custom": { "timestamp": "[[360, 600], [600, 800], [800, 960], [960, 1200], [1200, 1320], [1320, 1480], [1480, 1720], [1720, 1960], [2320, 2500], [2500, 2660], [2660, 2780], [2780, 2980], [2980, 3200], [3200, 3420], [3420, 3660], [3660, 3840], [3840, 3980], [3980, 4140], [4140, 4585]]", "dns_mos": 3.7, "speech_tokens": "3713 4218 6405 6405 6405 6405 4218 4218 1950 1725 3663 2 1703 1946 2273 4992 4613 728 307 2166 63 3647 734 2941 3695 5319 4512 805 2219 5934 315 2333 57 3132 1458 497 4151 998 4675 4596 933 1943 1943 869 5 758 1485 1458 2028 4218 4218 4218 1707 3648 5835 5835 3648 3645 1461 1896 5322 876 3806 5908 6051 5151 2340 6376 4385 4571 2683 4860 5015 2250 2031 2004 2251 5266 4543 2555 1642 4314 659 4132 1702 892 1356 2430 6318 6075 1459 29 2504 3717 2240 4751 2273 2918 2924 35 1001 1298 1649 1928 1937 1052 1294 1293 1294 647 4299 4218 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 3894" } } ]
{ "type": "MatchaFbank", "num_frames": 468, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.992, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2251993,54264", "channels": 0 }
{ "id": "X0000015177_92884075_S00187", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000015177_92884075_S00187.wav" } ], "sampling_rate": 24000, "num_samples": 119808, "duration": 4.992, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000018020_kNlt7fxkNXs_S00005-2280888
0
1.792
0
[ { "id": "Y0000018020_kNlt7fxkNXs_S00005", "recording_id": "Y0000018020_kNlt7fxkNXs_S00005", "start": 0, "duration": 1.792, "channel": 0, "text": "他们呀就惦记着白。", "language": "Chinese", "custom": { "timestamp": "[[30, 110], [110, 190], [190, 430], [610, 850], [890, 970], [970, 1170], [1170, 1270], [1270, 1510]]", "dns_mos": 3.7, "speech_tokens": "4700 2602 2127 821 287 2825 89 1460 3889 1701 4215 4299 6486 6486 6486 4299 3462 4679 2400 4842 2831 73 2166 33 4993 4821 2195 17 3750 5650 2508 3239 867 5322 968 2378 2513 4862 5346 2136 1431 1703 1460 4571 4858" } } ]
{ "type": "MatchaFbank", "num_frames": 168, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.792, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2306257,19298", "channels": 0 }
{ "id": "Y0000018020_kNlt7fxkNXs_S00005", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000018020_kNlt7fxkNXs_S00005.wav" } ], "sampling_rate": 24000, "num_samples": 43008, "duration": 1.792, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000016769_gukV1ZC7lKg_S01376-2280889
0
2.688
0
[ { "id": "Y0000016769_gukV1ZC7lKg_S01376", "recording_id": "Y0000016769_gukV1ZC7lKg_S01376", "start": 0, "duration": 2.688, "channel": 0, "text": "我没跟你倒数三二一啊。", "language": "Chinese", "custom": { "timestamp": "[[500, 700], [700, 940], [940, 1040], [1040, 1160], [1160, 1320], [1320, 1460], [1460, 1620], [1620, 1720], [1720, 1960], [2200, 2465]]", "dns_mos": 3.6, "speech_tokens": "3701 6486 6486 6486 6405 3651 6162 3651 5916 5859 6102 3405 1303 1419 5830 5092 2124 4314 856 2222 71 386 4858 879 4498 4572 5370 5020 403 2004 4565 3415 2879 5977 5562 2097 2099 5644 4194 4376 5834 5195 5996 2384 5021 5668 3481 5667 5020 2573 116 737 1460 974 1815 2031 4242 1334 1301 1301 2765 5042 3495 4215 4215 4218 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 252, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.688, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2325555,29015", "channels": 0 }
{ "id": "Y0000016769_gukV1ZC7lKg_S01376", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000016769_gukV1ZC7lKg_S01376.wav" } ], "sampling_rate": 24000, "num_samples": 64512, "duration": 2.688, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000010376_QjonpZUsu9E_S00659-S00660-2280890
0
6.272
0
[ { "id": "Y0000010376_QjonpZUsu9E_S00659-S00660", "recording_id": "Y0000010376_QjonpZUsu9E_S00659-S00660", "start": 0, "duration": 6.272, "channel": 0, "text": "是谁送的呀,就放这儿了,也没说是谁啊。", "language": "Chinese", "custom": { "timestamp": "[[750, 990], [1370, 1610], [1730, 1930], [1930, 2030], [2030, 2325], [3310, 3510], [3510, 3690], [3690, 3790], [3790, 3910], [3910, 4130], [4130, 4250], [4250, 4370], [4370, 4490], [4490, 4650], [4650, 5005], [5970, 6125]]", "dns_mos": 3.6, "speech_tokens": "4025 6486 6486 6486 6486 6405 6486 4299 4677 393 1573 1570 3028 2946 5211 3027 2943 5943 5943 5943 5211 5211 4509 5256 6068 3963 5645 5645 3459 2031 2058 3645 3726 1785 2112 5844 5292 5319 108 440 287 5102 4416 6374 6374 4743 2901 4237 2129 1764 122 647 629 737 731 3890 1946 1945 1945 1944 2106 6486 6486 6486 6486 6486 6486 6486 6486 6486 4218 3648 3651 5862 5133 5862 5862 5862 5835 3645 1542 1788 2031 4758 5325 5342 4771 4350 4266 5023 4788 5528 2129 3702 955 1652 812 1298 3881 245 3161 272 1001 1760 2104 2267 184 1882 2636 5398 6291 2854 5031 5139 6048 5967 5908 5967 5239 48 71 1007 278 44 746 2932 1069 1798 4299 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 2058 4674 1728 2112 4218 6318 6405 6405 3403 5591 4862 3403 4132 1944" } } ]
{ "type": "MatchaFbank", "num_frames": 588, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.272, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2354570,58182,10739", "channels": 0 }
{ "id": "Y0000010376_QjonpZUsu9E_S00659-S00660", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000010376_QjonpZUsu9E_S00659-S00660.wav" } ], "sampling_rate": 24000, "num_samples": 150528, "duration": 6.272, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000024468_310456653_S00018-S00019-2280891
0
5.888
0
[ { "id": "X0000024468_310456653_S00018-S00019", "recording_id": "X0000024468_310456653_S00018-S00019", "start": 0, "duration": 5.888, "channel": 0, "text": "外一些大城市,尽管仍管辖少量的线,也逐步向无线状态靠拢。", "language": "Chinese", "custom": { "timestamp": "[[110, 350], [530, 690], [690, 870], [870, 1050], [1050, 1230], [1230, 1470], [1550, 1690], [1690, 1930], [2010, 2210], [2210, 2410], [2410, 2650], [2670, 2830], [2830, 2990], [2990, 3110], [3110, 3350], [3550, 3790], [3870, 4070], [4070, 4190], [4190, 4430], [4510, 4710], [4710, 4950], [4990, 5130], [5130, 5330], [5330, 5490], [5490, 5725]]", "dns_mos": 3.7, "speech_tokens": "2909 6557 2786 6401 3647 737 1816 2032 2112 5109 5352 5919 4299 4137 2724 4939 4444 4919 2535 4814 2334 2085 4483 6157 3971 137 6048 3015 1262 2045 3019 6048 5319 5256 5264 800 1771 2013 5651 2499 1268 1808 6013 3369 687 5098 2 14 755 1744 1797 5244 5330 5040 5772 1392 699 5077 734 1502 5152 6374 2508 737 3890 5267 5214 4590 4515 3323 1247 1666 2279 5189 20 3964 65 4450 5402 4677 5021 2195 17 1507 1716 3894 5838 5838 5109 3247 1950 3480 4939 2825 4814 4463 241 1761 6057 1856 1454 5097 2166 4344 5827 5177 4753 5650 4445 5834 1226 1976 2032 2032 2158 4373 2159 3644 5338 4510 5650 4722 4552 752 1484 2130 5967 5824 2759 497 3909 5103 1463 2303 204 324 5589 4946 5057 4124 6310 542 710 719 1420 2031 4299" } } ]
{ "type": "MatchaFbank", "num_frames": 552, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.888, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2423491,56240,6068", "channels": 0 }
{ "id": "X0000024468_310456653_S00018-S00019", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000024468_310456653_S00018-S00019.wav" } ], "sampling_rate": 24000, "num_samples": 141312, "duration": 5.888, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000002569_5oeO9wUqndw_S01160-2280892
0
4.736
0
[ { "id": "Y0000002569_5oeO9wUqndw_S01160", "recording_id": "Y0000002569_5oeO9wUqndw_S01160", "start": 0, "duration": 4.736, "channel": 0, "text": "呃,全世界是没有人能够保证百分之百成功的。", "language": "Chinese", "custom": { "timestamp": "[[70, 310], [650, 870], [870, 990], [990, 1230], [1230, 1470], [1630, 1810], [1810, 1990], [1990, 2110], [2110, 2230], [2230, 2410], [2410, 2570], [2570, 2810], [3010, 3170], [3170, 3290], [3290, 3390], [3390, 3530], [3530, 3690], [3690, 3810], [3810, 4315]]", "dns_mos": 3.6, "speech_tokens": "1760 299 299 65 146 65 65 65 65 884 1821 6108 3648 1458 1704 5376 3921 4164 3186 2197 3728 914 5943 5274 5329 303 5424 4616 4511 218 3709 6048 3834 3800 6067 3881 956 3881 3071 1984 1987 1968 3993 1884 1883 89 4561 5049 2915 1199 1696 923 828 3664 2711 5048 1995 2818 5083 717 4326 607 1952 602 1370 1581 1696 4835 5063 2777 1319 3506 2125 1804 2040 2031 4326 4347 326 1463 868 2790 4547 3768 3883 3627 2907 3650 223 5970 1134 500 4238 2049 697 2879 4967 6174 2468 65 2261 1113 3192 1734 1708 4137 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 6081" } } ]
{ "type": "MatchaFbank", "num_frames": 444, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.736, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2485799,50481", "channels": 0 }
{ "id": "Y0000002569_5oeO9wUqndw_S01160", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000002569_5oeO9wUqndw_S01160.wav" } ], "sampling_rate": 24000, "num_samples": 113664, "duration": 4.736, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000006541_GZwu0dOgG3A_S00238-2280893
0
3.456
0
[ { "id": "Y0000006541_GZwu0dOgG3A_S00238", "recording_id": "Y0000006541_GZwu0dOgG3A_S00238", "start": 0, "duration": 3.456, "channel": 0, "text": "那他怎么样才能过了你这一关啊?", "language": "Chinese", "custom": { "timestamp": "[[480, 660], [660, 800], [800, 960], [960, 1060], [1060, 1220], [1220, 1360], [1360, 1460], [1460, 1580], [1580, 1700], [1700, 1880], [1880, 1980], [1980, 2100], [2100, 2340], [2420, 2975]]", "dns_mos": 3.6, "speech_tokens": "3782 1944 4131 3402 1945 4216 2028 4299 4299 6486 6486 4218 2041 3828 5850 4699 1806 270 4717 5499 5647 2565 1181 2129 2129 1100 125 2312 5023 5034 6421 4752 3259 2198 3909 2768 5776 1311 672 5092 2891 5662 2567 3018 6101 584 1124 1851 6048 941 5588 4613 2345 3393 2031 654 4372 2897 488 4385 4736 5447 6419 6422 6422 3506 3506 1319 3506 2048 2051 2050 2038 4299 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 4299 5839" } } ]
{ "type": "MatchaFbank", "num_frames": 324, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.456, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2536280,38112", "channels": 0 }
{ "id": "Y0000006541_GZwu0dOgG3A_S00238", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000006541_GZwu0dOgG3A_S00238.wav" } ], "sampling_rate": 24000, "num_samples": 82944, "duration": 3.456, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000026347_306615401_S00369-2280894
0
3.2
0
[ { "id": "X0000026347_306615401_S00369", "recording_id": "X0000026347_306615401_S00369", "start": 0, "duration": 3.2, "channel": 0, "text": "知道你爱人用什么样的洗发膏吗?嗯?", "language": "Chinese", "custom": { "timestamp": "[[430, 590], [590, 710], [710, 850], [850, 990], [990, 1170], [1170, 1310], [1310, 1410], [1410, 1510], [1510, 1630], [1630, 1770], [1770, 1850], [1850, 2030], [2030, 2270], [2330, 2570], [2650, 2965]]", "dns_mos": 3.6, "speech_tokens": "3716 4137 4137 4137 4137 4137 4137 3894 5838 3651 3921 5457 1605 3884 2344 3474 5051 2783 1482 269 530 1517 1703 6158 6026 3878 1696 3047 5315 5477 5774 3611 5887 6048 3027 1847 2128 1589 2300 4699 4924 6499 2692 4445 4429 4435 303 1052 2169 2160 3169 6077 550 1257 640 3569 6509 6536 5044 4314 2876 4874 2687 2711 2720 500 1237 2031 1950 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 300, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.2, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2574392,34684", "channels": 0 }
{ "id": "X0000026347_306615401_S00369", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000026347_306615401_S00369.wav" } ], "sampling_rate": 24000, "num_samples": 76800, "duration": 3.2, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000006666_Gv2unDyHaiM_S01113-2280895
0
5.504
0
[ { "id": "Y0000006666_Gv2unDyHaiM_S01113", "recording_id": "Y0000006666_Gv2unDyHaiM_S01113", "start": 0, "duration": 5.504, "channel": 0, "text": "我建议你们为我们的马头琴鼓掌。", "language": "Chinese", "custom": { "timestamp": "[[540, 740], [740, 900], [900, 1205], [2110, 2310], [2310, 2550], [2830, 3070], [3130, 3250], [3250, 3370], [3370, 3470], [3470, 3650], [3650, 3770], [3770, 3890], [3890, 4050], [4050, 4315]]", "dns_mos": 3.7, "speech_tokens": "3701 4137 4137 4137 4137 4137 4137 6324 4137 4137 6324 4137 4137 6324 3489 2185 2906 434 960 4921 2508 4597 4570 125 2456 3455 1295 1294 1852 1977 1716 3894 4137 4218 4218 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137 4137 6324 6324 6324 6324 4137 4183 5668 4913 62 1641 1153 2270 4430 4439 5257 1732 1951 1951 1951 4137 4137 4137 4137 6324 4137 2154 721 4591 4849 233 1453 719 2678 1449 4312 4457 3913 2236 6320 2124 1396 6320 1217 307 3486 5066 5096 2490 4488 1214 6262 672 5101 3385 1605 1784 1949 1729 1731 1728 4218 4218 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4218 6105" } } ]
{ "type": "MatchaFbank", "num_frames": 516, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.504, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2609076,60493,1958", "channels": 0 }
{ "id": "Y0000006666_Gv2unDyHaiM_S01113", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000006666_Gv2unDyHaiM_S01113.wav" } ], "sampling_rate": 24000, "num_samples": 132096, "duration": 5.504, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000006656_GsXL6mBYnWo_S00318-S00321-2280896
0
12.672
0
[ { "id": "Y0000006656_GsXL6mBYnWo_S00318-S00321", "recording_id": "Y0000006656_GsXL6mBYnWo_S00318-S00321", "start": 0, "duration": 12.672, "channel": 0, "text": "能把自己爸看丢,你们是干啥吃的呢?我想知道啊,阿奎别跟大哥那么说话,其实爸丢了,大伙儿都挺着急的,大哥比你都着急,我也着急。", "language": "Chinese", "custom": { "timestamp": "[[440, 580], [580, 700], [700, 800], [800, 980], [980, 1220], [1260, 1400], [1400, 1560], [1560, 1680], [1680, 1800], [1800, 1900], [1900, 2040], [2040, 2280], [2320, 2560], [2700, 2820], [2820, 2900], [2900, 3000], [3000, 3140], [3140, 3280], [3280, 3420], [3420, 3660], [3800, 3940], [3940, 4180], [4920, 5160], [5200, 5340], [5340, 5500], [5500, 5640], [5640, 5740], [5740, 5880], [5880, 6040], [6040, 6280], [6980, 7220], [7220, 7340], [7340, 7540], [7540, 7760], [7760, 7940], [7940, 8120], [8120, 8220], [8220, 8320], [8320, 8440], [8440, 8640], [8640, 8780], [8780, 9020], [9020, 9260], [9520, 9680], [9680, 9860], [9860, 9980], [9980, 10100], [10100, 10240], [10240, 10400], [10400, 10640], [10840, 11000], [11000, 11140], [11140, 11300], [11300, 12015]]", "dns_mos": 3.6, "speech_tokens": "3305 1756 1947 1950 1947 1950 3975 6405 6405 6405 4218 1806 1478 4484 1425 2870 4214 1242 5650 4932 4531 323 1051 1905 2139 2849 5755 5751 4700 281 1975 2457 3159 497 29 1806 79 1694 1457 3125 3454 2564 1887 2155 3709 5976 1686 246 4564 5269 1583 5887 1578 2136 1420 1949 6076 2386 5649 5482 5481 5400 2979 5882 3697 5962 6043 5962 3195 4519 4446 1046 1364 1457 2819 2482 2294 3323 847 3780 1854 1523 1773 389 1457 2186 635 1361 353 515 1219 1228 1947 4218 4218 4137 4131 5923 5276 972 489 405 1386 2279 2555 4706 4543 4382 2195 2923 735 1545 1788 2112 4299 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4299 843 420 521 2393 1245 4388 2290 1887 54 5920 5915 1993 342 2300 1017 4663 4504 6181 3584 3709 6048 5239 3132 3533 632 2689 4947 2798 5755 6077 3890 3889 1957 1701 5916 5943 6186 5862 5862 3651 3894 3894 6486 6405 6405 6405 6405 6405 6486 2031 5650 4922 4623 2753 2267 5322 3076 958 2166 4781 6076 2921 114 2490 2888 4043 2912 2900 3880 3350 4412 2031 1950 2139 54 5275 6167 3402 2838 1424 958 303 154 5801 6040 3219 4542 3184 830 1644 5325 199 2675 5690 2265 5648 1293 1295 5012 2400 1983 2922 1461 1464 2031 3888 5103 5133 5862 5835 5835 3648 1734 1824 546 5188 5914 1021 333 4529 225 2166 943 4992 5208 3914 1835 1284 389 5800 1599 2403 5024 4979 150 5651 4686 3482 566 2492 2201 2928 1707 2031 2031 1302 4299 2041 2186 5824 4602 4598 866 1596 3116 5056 2900 312 4696 2582 4850 4604 3080 140 869 868 1598 1813 1812 2040 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 1188, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 12.672, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2671527,55240,55377,21941", "channels": 0 }
{ "id": "Y0000006656_GsXL6mBYnWo_S00318-S00321", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000006656_GsXL6mBYnWo_S00318-S00321.wav" } ], "sampling_rate": 24000, "num_samples": 304128, "duration": 12.672, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000000217_-Yh-WzY_GnA_S00098-S00104-2280897
0
13.184
0
[ { "id": "Y0000000217_-Yh-WzY_GnA_S00098-S00104", "recording_id": "Y0000000217_-Yh-WzY_GnA_S00098-S00104", "start": 0, "duration": 13.184, "channel": 0, "text": "刘总,这事咋办呢?咋办?你不知道吗?嗯,我要知道,我就不问你了,你问他干啥呀,你跟谁干的,你不知道吗?你别听他的,我让你去,你就去就得了。", "language": "Chinese", "custom": { "timestamp": "[[560, 780], [780, 1020], [1140, 1260], [1260, 1440], [1440, 1600], [1600, 1780], [1780, 2020], [2520, 2720], [2720, 2900], [2900, 2980], [2980, 3060], [3060, 3160], [3160, 3360], [3360, 3715], [4430, 4670], [4710, 4870], [4870, 5030], [5030, 5230], [5230, 5430], [5430, 5530], [5530, 5650], [5650, 5770], [5770, 5890], [5890, 6130], [6130, 6370], [6630, 6830], [6830, 7010], [7010, 7250], [7270, 7430], [7430, 7610], [7610, 7730], [7730, 7910], [7910, 8090], [8090, 8330], [8350, 8570], [8570, 8690], [8690, 8790], [8790, 8930], [8930, 9030], [9030, 9210], [9210, 9450], [9730, 9890], [9890, 10110], [10110, 10330], [10330, 10570], [10590, 10750], [10750, 10870], [10870, 11050], [11050, 11170], [11170, 11370], [11370, 11470], [11470, 11590], [11590, 11830], [11890, 12030], [12030, 12250], [12250, 12755]]", "dns_mos": 3.6, "speech_tokens": "6133 6405 6405 6405 6405 6405 6405 6324 6324 6324 6324 4137 1984 1741 6019 1611 2417 4613 2828 3225 4690 4754 1277 530 551 1766 2005 2096 1443 4515 2334 5308 5970 3789 6040 6026 3874 5297 1703 1081 1413 4817 5833 2208 6180 2209 1010 4709 4736 5681 5355 1002 4218 4218 4218 6405 6405 6405 6405 6405 6405 6324 6324 4137 4137 2004 5648 758 569 2184 662 5429 2237 1725 1079 2131 2160 1451 6545 3871 73 2675 4982 4964 4315 3506 2795 2720 3421 4140 4140 4218 4218 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6324 6324 6405 6405 6405 6405 4143 5365 6174 4708 5474 1967 1978 1951 2078 5075 3287 122 2306 4700 4816 1923 3057 6049 2973 3800 2495 1041 4430 4942 5023 5089 3533 2994 5253 5342 3639 4308 3536 728 2181 2621 4483 4476 5451 4643 530 1763 1487 5958 4421 4943 4727 4736 5384 6085 3901 4218 4218 4218 6324 1950 1726 1726 755 395 1855 2130 1452 4565 2370 1565 2973 3897 5600 6158 2594 4261 453 4537 3839 1691 3024 3899 1949 1949 1463 2663 2408 3789 5641 3238 1408 759 2317 4496 5314 5314 5911 5239 3054 773 548 4760 4858 1203 810 4577 5268 5265 2270 2070 2963 779 1968 1241 1700 2148 2131 5826 3711 5898 2344 549 4808 5022 5674 667 4312 5063 4880 4628 4709 5364 5355 4143 1950 2031 4137 4218 4137 1726 1565 1589 2148 1377 3157 4857 2300 790 2598 1077 3128 4718 6422 1008 5103 4140 3407 1223 4139 6320 882 32 35 632 2185 2186 626 152 4454 4537 4709 913 1511 1860 1842 3024 3087 5341 5341 350 1808 1916 1014 968 5096 1659 3078 6051 3009 4611 5344 3804 3282 3887 2900 1599 3070 1046 2018 1289 2513 6067 4763 4781 1301 1975 1975 1972 1975 2029 4299 6405 6405 6405 6405 6405 6324 6324 6324 6324 6405 6405 6405 6324" } } ]
{ "type": "MatchaFbank", "num_frames": 1236, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 13.184, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2804085,58789,53444,25772", "channels": 0 }
{ "id": "Y0000000217_-Yh-WzY_GnA_S00098-S00104", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000000217_-Yh-WzY_GnA_S00098-S00104.wav" } ], "sampling_rate": 24000, "num_samples": 316416, "duration": 13.184, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000014846_25986246_S00075-S00076-2280898
0
5.632
0
[ { "id": "X0000014846_25986246_S00075-S00076", "recording_id": "X0000014846_25986246_S00075-S00076", "start": 0, "duration": 5.632, "channel": 0, "text": "所显示的都是你既放不下欲望,却又信心不足。", "language": "Chinese", "custom": { "timestamp": "[[340, 580], [580, 800], [800, 1040], [1040, 1280], [1660, 1860], [1860, 2040], [2040, 2160], [2160, 2400], [2420, 2580], [2580, 2680], [2680, 2880], [2880, 3040], [3040, 3280], [3820, 4000], [4000, 4180], [4180, 4340], [4340, 4540], [4540, 4700], [4700, 5205]]", "dns_mos": 3.6, "speech_tokens": "3689 4137 4137 4137 4137 4137 4137 4137 4164 5645 2214 632 2891 4525 5645 2499 566 737 1097 1511 6048 6048 5340 5345 242 1110 64 734 731 731 1459 1704 1950 1707 3732 3651 5109 2922 3651 3651 736 1461 2031 1842 37 5087 5826 5967 6048 2316 3096 3668 530 1295 1839 5650 4678 5019 5020 1687 6537 6453 5023 5590 1967 2130 1404 2953 4676 16 3647 3002 3237 4092 6315 6316 1619 2183 2185 629 575 1946 2036 2045 2037 1950 4218 4218 4218 4137 6324 4137 6324 4137 4137 4137 4137 519 4515 3084 4526 647 947 710 1526 4675 4678 2481 5372 4157 4676 4650 4912 6016 6261 2121 2163 5827 3557 879 4915 2484 927 1454 2186 2915 3560 4990 1336 1978 1950 4137 4137 6405 6405 6324 6324 6324 6324 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 528, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.632, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "2942090,57817,3454", "channels": 0 }
{ "id": "X0000014846_25986246_S00075-S00076", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000014846_25986246_S00075-S00076.wav" } ], "sampling_rate": 24000, "num_samples": 135168, "duration": 5.632, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000000254_-eOClery4IE_S00087-S00089-2280899
0
6.528
0
[ { "id": "Y0000000254_-eOClery4IE_S00087-S00089", "recording_id": "Y0000000254_-eOClery4IE_S00087-S00089", "start": 0, "duration": 6.528, "channel": 0, "text": "那么灵区怎么样解决这个问题呢?那么它就盘旋反浮。", "language": "Chinese", "custom": { "timestamp": "[[570, 750], [750, 990], [1110, 1350], [1350, 1590], [1670, 1830], [1830, 1930], [1930, 2070], [2070, 2230], [2230, 2410], [2410, 2530], [2530, 2610], [2610, 2750], [2750, 2930], [2930, 3170], [3530, 3710], [3710, 3830], [3830, 3990], [3990, 4230], [4230, 4470], [4590, 4830], [4990, 5230], [5310, 5965]]", "dns_mos": 3.6, "speech_tokens": "3215 4137 1732 1950 4137 4137 4137 6324 6324 6324 6324 6324 6324 6324 4137 4137 3750 2468 2863 6501 4312 4973 4376 2189 2216 2270 2341 1535 1605 79 1456 3261 5772 5529 6258 5667 6054 6027 3093 6316 4530 1038 5648 2745 299 2043 1888 836 2357 5509 4708 1642 4920 2499 1295 872 79 879 1700 230 156 5655 4613 5336 3637 3642 4592 2290 3995 2958 2688 1268 2474 5934 2936 5191 3002 3894 1704 1704 4137 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 1806 821 658 6258 2765 334 540 2540 2246 60 2346 3803 1451 2181 2139 2139 1431 2677 6075 1711 1460 1466 2195 4722 5614 4966 5226 6027 1635 1697 869 83 4475 2962 6102 6456 6453 380 1703 1463 764 1561 3779 1776 5130 6183 6429 2104 2186 3644 5802 5830 1979 1978 1950 4137 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 612, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.528, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3003361,59068,13928", "channels": 0 }
{ "id": "Y0000000254_-eOClery4IE_S00087-S00089", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000000254_-eOClery4IE_S00087-S00089.wav" } ], "sampling_rate": 24000, "num_samples": 156672, "duration": 6.528, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000018350_lFXEV2YUc74_S00308-S00310-2280900
0
7.552
0
[ { "id": "Y0000018350_lFXEV2YUc74_S00308-S00310", "recording_id": "Y0000018350_lFXEV2YUc74_S00308-S00310", "start": 0, "duration": 7.552, "channel": 0, "text": "你不知道你二姐的脾气吗?你要是真跟了罗东礼,你好奇这辈子。", "language": "Chinese", "custom": { "timestamp": "[[600, 740], [740, 860], [860, 980], [980, 1100], [1100, 1220], [1220, 1380], [1380, 1560], [1560, 1700], [1700, 1920], [1920, 2160], [2200, 2440], [3180, 3420], [3420, 3580], [3580, 3700], [3700, 3940], [3940, 4100], [4100, 4220], [4220, 4400], [4400, 4580], [4580, 4815], [5680, 5860], [5860, 6020], [6020, 6260], [6260, 6360], [6360, 6600], [6700, 7145]]", "dns_mos": 3.6, "speech_tokens": "3947 6486 6486 6486 6486 6486 6405 2031 1582 5913 5946 5943 5943 3003 1869 4155 5613 2726 971 2157 1440 3872 5967 5339 63 2251 6404 4709 4155 539 935 1307 5437 6238 8 1275 4675 538 1124 873 63 2404 2163 5298 4974 1996 2024 4912 4675 4672 4485 4542 4587 4993 2402 6501 2125 1946 3899 1226 4132 1944 2109 4299 6486 6405 6405 6405 3891 1944 1459 1707 5103 5454 6102 5373 2943 3186 3675 1569 2031 2040 6180 3185 1241 1268 1268 2348 6400 3323 6048 4509 1534 1599 3462 4590 4600 2306 3503 5772 1320 171 4844 3799 3746 1262 596 4123 560 1454 2825 2332 1275 308 2861 5776 1397 1479 2348 1375 4975 3355 1312 340 1060 2113 4299 6486 6486 6486 6486 6486 6486 6405 6405 6405 6405 6405 6405 6405 6405 4218 2031 2706 3427 3266 848 6318 6319 5429 113 4678 2298 3023 2263 4191 1365 4512 2415 2414 2163 2139 2166 2899 4597 4598 4769 2429 1858 6380 6374 6374 4158 2058 4164 3921 6486 6486 6486 6486 6486 6405 6405 6405 6405 6405 6405 6405 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 708, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 7.552, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3076357,56534,24620", "channels": 0 }
{ "id": "Y0000018350_lFXEV2YUc74_S00308-S00310", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000018350_lFXEV2YUc74_S00308-S00310.wav" } ], "sampling_rate": 24000, "num_samples": 181248, "duration": 7.552, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000016368_168191034_S00423-2280901
0
3.328
0
[ { "id": "X0000016368_168191034_S00423", "recording_id": "X0000016368_168191034_S00423", "start": 0, "duration": 3.328, "channel": 0, "text": "或者说是希望有一些什么样的功能。", "language": "Chinese", "custom": { "timestamp": "[[130, 270], [270, 470], [470, 690], [690, 930], [1250, 1390], [1390, 1570], [1570, 1750], [1750, 1850], [1850, 1990], [1990, 2090], [2090, 2170], [2170, 2370], [2370, 2610], [2810, 2970], [2970, 3175]]", "dns_mos": 3.7, "speech_tokens": "851 686 592 2760 2859 5087 149 2742 2262 869 794 4833 5562 1125 2903 2864 389 4833 4753 4512 4428 5904 3719 884 884 149 2327 110 1812 3768 4596 4515 4650 4650 4938 6070 1456 2870 5672 5278 5615 538 1679 1361 1214 4687 4542 2563 4589 4429 4509 130 2127 2125 197 4912 4823 3242 2918 3019 1887 63 32 86 113 83 83 839 1082 1081 4299 489 693 5092 3616 6418 5935 3669 68 761 794 2228 4415" } } ]
{ "type": "MatchaFbank", "num_frames": 312, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.328, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3157511,34644", "channels": 0 }
{ "id": "X0000016368_168191034_S00423", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000016368_168191034_S00423.wav" } ], "sampling_rate": 24000, "num_samples": 79872, "duration": 3.328, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000016156_56836902_S00162-2280902
0
3.072
0
[ { "id": "X0000016156_56836902_S00162", "recording_id": "X0000016156_56836902_S00162", "start": 0, "duration": 3.072, "channel": 0, "text": "就是我们一个社会的文明程度。", "language": "Chinese", "custom": { "timestamp": "[[170, 330], [330, 470], [470, 610], [610, 750], [750, 850], [850, 1050], [1050, 1290], [1310, 1550], [1550, 1710], [1710, 1950], [1950, 2190], [2270, 2490], [2490, 2815]]", "dns_mos": 3.6, "speech_tokens": "1489 5835 5835 1707 1950 4759 3885 5338 6138 3448 4771 1987 1996 389 1055 2047 3989 4804 4939 5658 1284 4858 2028 4581 2252 5562 5484 5562 6534 4582 4606 4778 2315 2757 5028 5071 4600 5336 940 1770 2252 434 2158 2186 2158 719 1055 1619 1727 3752 5289 5529 6261 4831 323 1727 6263 2589 5402 2268 4131 757 1749 3668 5313 1842 2583 5097 4346 2096 1987 1959 1959 1959 4218 6405 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 288, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.072, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3192155,32126", "channels": 0 }
{ "id": "X0000016156_56836902_S00162", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000016156_56836902_S00162.wav" } ], "sampling_rate": 24000, "num_samples": 73728, "duration": 3.072, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000036436_20573212_S00013-S00014-2280903
0
3.2
0
[ { "id": "X0000036436_20573212_S00013-S00014", "recording_id": "X0000036436_20573212_S00013-S00014", "start": 0, "duration": 3.2, "channel": 0, "text": "我追到门口,对爸爸说。", "language": "Chinese", "custom": { "timestamp": "[[500, 700], [700, 880], [880, 1080], [1080, 1240], [1240, 1480], [1800, 2020], [2020, 2160], [2160, 2340], [2340, 2815]]", "dns_mos": 3.6, "speech_tokens": "3707 6486 6486 6486 6486 6486 6486 6486 6405 6405 6405 6405 4131 4299 728 380 1113 2490 5322 6047 5588 4830 1032 4384 5834 505 2127 587 65 3911 5529 246 162 2673 2685 2705 521 719 1439 2140 4299 4299 4299 4218 4299 4218 1797 1032 79 152 1917 2166 4781 6077 3647 1161 1350 3647 1574 5899 6049 5325 927 4367 2906 5090 4979 5608 4227 4299 4299 6486 6486 6486 6486 6486 6486 6405 6405 6405" } } ]
{ "type": "MatchaFbank", "num_frames": 300, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.2, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3224281,35711", "channels": 0 }
{ "id": "X0000036436_20573212_S00013-S00014", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000036436_20573212_S00013-S00014.wav" } ], "sampling_rate": 24000, "num_samples": 76800, "duration": 3.2, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000018169_khRxUbDQd-Y_S00466-2280904
0
5.12
0
[ { "id": "Y0000018169_khRxUbDQd-Y_S00466", "recording_id": "Y0000018169_khRxUbDQd-Y_S00466", "start": 0, "duration": 5.12, "channel": 0, "text": "有你这句话就行了,叔将来用钱的话,我就不客气了。", "language": "Chinese", "custom": { "timestamp": "[[420, 620], [620, 760], [760, 920], [920, 1040], [1040, 1220], [1220, 1320], [1320, 1500], [1500, 1740], [2020, 2260], [2320, 2460], [2460, 2620], [2620, 2740], [2740, 2980], [2980, 3100], [3100, 3340], [3380, 3500], [3500, 3620], [3620, 3760], [3760, 3920], [3920, 4100], [4100, 4305]]", "dns_mos": 3.6, "speech_tokens": "5891 6405 6405 6405 4218 4137 4218 6405 4137 4218 2031 1014 3320 2900 4610 3670 539 566 2982 5409 2345 4616 3238 3480 5750 5555 2770 5038 6484 6157 151 5264 2327 4432 4650 566 929 5690 5555 4645 6320 1217 1217 1948 1948 1948 4218 4218 4137 4137 5136 5292 6210 5562 2071 3644 5098 226 4920 2509 896 974 4043 2921 4460 5020 5019 4853 5045 1509 4432 258 44 1460 2269 3669 4580 4979 2796 4966 6400 6077 4862 644 2102 2077 2186 599 220 2256 3155 1452 4353 2915 3313 978 3807 2530 4833 4490 312 2509 113 3718 245 972 1707 1950 4218 4218 6405 6405 6405 6405 6405 6405 6405 6405 6324 4137 4218 4137 5595 5700 4863 584 1430 1338" } } ]
{ "type": "MatchaFbank", "num_frames": 480, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.12, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3259992,55489", "channels": 0 }
{ "id": "Y0000018169_khRxUbDQd-Y_S00466", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000018169_khRxUbDQd-Y_S00466.wav" } ], "sampling_rate": 24000, "num_samples": 122880, "duration": 5.12, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000026396_236486433_S00970-2280905
0
2.176
0
[ { "id": "X0000026396_236486433_S00970", "recording_id": "X0000026396_236486433_S00970", "start": 0, "duration": 2.176, "channel": 0, "text": "一个处了半年的人。", "language": "Chinese", "custom": { "timestamp": "[[510, 610], [610, 730], [730, 950], [950, 1070], [1070, 1230], [1230, 1410], [1410, 1570], [1570, 1895]]", "dns_mos": 3.6, "speech_tokens": "3689 4137 4137 4137 4137 4137 3894 4137 4137 4137 1950 1960 1052 2023 4049 3960 3475 5086 3462 6051 4293 4296 5802 2908 4015 2675 711 2166 4951 6237 5104 3910 996 557 35 29 1803 3744 4412 4565 3146 1697 950 788 785 788 794 74 2990 1774 1768 1950 4137 4137 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 204, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.176, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3315481,23720", "channels": 0 }
{ "id": "X0000026396_236486433_S00970", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000026396_236486433_S00970.wav" } ], "sampling_rate": 24000, "num_samples": 52224, "duration": 2.176, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000014488_131199204_S00026-2280906
0
2.048
0
[ { "id": "X0000014488_131199204_S00026", "recording_id": "X0000014488_131199204_S00026", "start": 0, "duration": 2.048, "channel": 0, "text": "我俩都要乐疯了。", "language": "Chinese", "custom": { "timestamp": "[[330, 490], [490, 650], [650, 770], [770, 870], [870, 990], [990, 1150], [1150, 1625]]", "dns_mos": 3.6, "speech_tokens": "3686 4137 4137 4137 4137 4137 4137 4137 4137 1419 2186 707 6067 119 1466 758 1275 64 3557 4613 2513 488 3774 2332 560 521 6534 6534 2813 4690 5691 5040 2228 731 1459 1716 2040 2031 4218 4218 4218 4218 4218 4218 4218 4218 4137 4137 6324 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 192, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.048, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3339201,22866", "channels": 0 }
{ "id": "X0000014488_131199204_S00026", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000014488_131199204_S00026.wav" } ], "sampling_rate": 24000, "num_samples": 49152, "duration": 2.048, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000008539_391669123_S00015-2280907
0
3.072
0
[ { "id": "X0000008539_391669123_S00015", "recording_id": "X0000008539_391669123_S00015", "start": 0, "duration": 3.072, "channel": 0, "text": "他基本上没有亲自执政。", "language": "Chinese", "custom": { "timestamp": "[[430, 670], [710, 870], [870, 1030], [1030, 1270], [1350, 1490], [1490, 1730], [1770, 1970], [1970, 2150], [2150, 2370], [2370, 2755]]", "dns_mos": 3.7, "speech_tokens": "3716 6486 6486 6486 6486 6486 6486 6405 6405 6486 6405 4218 3945 5832 5833 5108 879 6380 5405 2725 5019 1200 1440 2405 950 1592 3685 6048 3135 5195 3161 2678 590 3496 6504 902 8 4760 5100 5073 4493 719 1766 2094 4922 5405 4623 2699 2942 5935 6384 6382 6148 59 1599 789 5319 1535 1619 5989 951 5244 2422 4564 4871 1235 2041 1803 2037 2031 4299 4299 4299 6486 6486 6486 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 288, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.072, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3362067,33224", "channels": 0 }
{ "id": "X0000008539_391669123_S00015", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000008539_391669123_S00015.wav" } ], "sampling_rate": 24000, "num_samples": 73728, "duration": 3.072, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000015184_85321469_S00056-2280908
0
2.816
0
[ { "id": "X0000015184_85321469_S00056", "recording_id": "X0000015184_85321469_S00056", "start": 0, "duration": 2.816, "channel": 0, "text": "她老公就在旁边笑。", "language": "Chinese", "custom": { "timestamp": "[[440, 660], [660, 800], [800, 1040], [1440, 1620], [1620, 1760], [1760, 1960], [1960, 2200], [2200, 2555]]", "dns_mos": 3.7, "speech_tokens": "3716 4137 4137 4137 4137 4137 4137 4137 4137 4218 4218 2166 3024 6075 6319 2585 6230 488 521 1445 2148 570 641 2912 3587 6506 6181 2031 1707 3651 5838 5838 2922 2922 735 1464 2031 2733 4516 3127 4852 3459 4418 2297 2163 3484 4132 1334 1964 1887 1920 2355 3239 2339 5209 5370 4675 4678 4488 2563 4541 1217 494 1303 2041 2031 4218 4218 4137 4218 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 264, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.816, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3395291,30940", "channels": 0 }
{ "id": "X0000015184_85321469_S00056", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000015184_85321469_S00056.wav" } ], "sampling_rate": 24000, "num_samples": 67584, "duration": 2.816, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000022561_wQ5-egfhtcQ_S00771-S00780-2280909
0
20.992
0
[ { "id": "Y0000022561_wQ5-egfhtcQ_S00771-S00780", "recording_id": "Y0000022561_wQ5-egfhtcQ_S00771-S00780", "start": 0, "duration": 20.992, "channel": 0, "text": "一国敌寇甚是嚣张,屡犯,我天朝边境烧杀,抢掠,无恶不作。昨日,敌寇更是满眼数百艘战船,一举推进大兵压境,已经占领我福建境内,包括泉州辖区、盘龙、武狮、星智等数座岛屿,还望大人速拿溃敌之策呀。", "language": "Chinese", "custom": { "timestamp": "[[670, 910], [930, 1130], [1130, 1290], [1290, 1530], [1630, 1830], [1830, 1970], [1970, 2170], [2170, 2410], [2650, 2850], [2850, 3010], [3010, 3230], [3230, 3410], [3410, 3650], [3670, 3890], [3890, 4130], [4490, 4730], [4730, 4970], [4990, 5130], [5130, 5370], [5410, 5610], [5610, 5810], [5810, 5910], [5910, 6235], [6920, 7140], [7140, 7380], [7560, 7780], [7780, 8020], [8060, 8200], [8200, 8340], [8340, 8500], [8500, 8740], [9100, 9340], [9340, 9460], [9460, 9660], [9660, 9820], [9820, 10060], [10300, 10540], [10540, 10740], [10740, 10940], [10940, 11180], [11240, 11480], [11480, 11680], [11680, 11840], [11840, 12080], [12220, 12380], [12380, 12520], [12520, 12620], [12620, 12740], [12740, 12880], [12880, 13040], [13040, 13220], [13220, 13340], [13340, 13540], [13540, 13680], [13680, 13880], [13880, 14040], [14040, 14220], [14220, 14400], [14400, 14640], [14680, 14919], [14940, 15180], [15340, 15540], [15540, 15780], [15960, 16140], [16140, 16380], [16380, 16580], [16580, 16780], [16780, 16980], [16980, 17080], [17080, 17320], [17560, 17740], [17740, 17880], [17880, 17980], [17980, 18220], [18280, 18460], [18460, 18700], [19000, 19240], [19420, 19660], [19680, 19900], [19900, 20140], [20140, 20585]]", "dns_mos": 3.6, "speech_tokens": "4025 6324 6324 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 1959 1996 3482 5020 5021 3482 403 975 693 1457 4997 228 2004 3482 4939 853 2349 3159 5063 2897 710 1411 1975 3648 5319 4590 2331 4602 2339 800 4512 5487 1519 4919 4679 2348 1406 5102 3150 4515 839 1217 488 1359 2028 1950 1950 1950 4137 1950 1806 1615 3155 6317 6236 1696 6534 6543 5751 4946 4292 2186 710 2324 1113 2436 4731 2555 4570 6180 1645 4434 891 3405 575 5084 1443 2160 5588 4768 2938 1995 4919 5020 638 1249 1977 1987 1951 4137 4137 6324 4137 4137 4137 3165 5322 5322 2244 5672 4976 5102 2903 3700 4590 2304 6320 5591 2300 4919 4407 15 731 2047 3069 5342 395 872 1812 2032 2041 2186 4265 6529 5799 5073 5061 4779 2819 545 2166 4347 1373 3222 6377 4689 2915 1358 1249 1950 1950 4218 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137 4137 4137 4137 4137 1950 4919 1044 719 2876 4601 4531 3074 800 790 1735 1735 1707 1950 4137 4137 1950 1014 2445 1295 2753 4939 2670 84 3078 3495 2894 728 1407 174 4599 4015 3712 4590 144 1926 1389 1949 2192 4587 5559 3471 1132 557 1006 1708 1950 3894 4137 6324 4137 4137 4137 2031 3192 5322 6052 4122 5829 5831 1453 2166 2840 3728 2393 6213 3222 5087 4122 4434 4492 2918 1590 3702 3348 610 1949 4403 5202 1749 1977 1978 1978 1950 1950 1959 1267 4939 5019 5019 3482 1122 4920 3876 4130 1213 33 2025 3638 6061 4615 1779 4927 5100 2591 799 1734 1707 1707 2112 1029 4537 4133 1949 1703 2160 1686 5021 4237 3453 2347 3647 4862 2359 4920 4452 5101 620 1987 1951 1464 5838 5835 978 1266 5668 2833 3462 4443 5561 1752 4509 5266 119 3692 4579 3637 1456 683 608 5781 6513 3642 5580 798 4686 4606 2228 2013 4675 5506 4071 45 2573 791 1492 1788 2112 705 5029 2803 2676 2912 470 951 5731 3840 823 2303 5289 852 2331 5088 3070 4674 2229 3647 4483 1284 5496 6315 3076 1707 3651 3651 1704 2166 2781 5589 1949 731 5257 4582 5963 1775 602 5101 5070 1885 1701 1492 1944 2077 2105 4373 4291 4370 5886 5320 5160 5908 5340 6070 1677 1744 1708 1951 4407 4753 4679 4533 5280 5526 4315 5163 5250 5344 795 543 29 1423 2156 3672 6292 6210 5094 5829 3643 1125 4677 5823 2819 64 540 1703 2759 5097 4609 1942 1942 1825 1797 1959 1950 3894 6081 5838 5838 1707 5589 5589 1462 197 3609 5051 20 1281 4700 3890 1688 1691 1535 1492 3894 5832 1704 4672 5724 4752 5094 3530 1722 29 4133 6076 4780 1350 2031 1950 1950 4137 4137 4137 4137 4218 2139 648 3567 5046 5826 6301 404 1295 1996 1743 2139 57 314 557 5722 5019 2175 2490 5241 5992 2991 4200 6374 1053 4825 4842 5086 551 842 2258 2195 974 3403 3403 1216 1947 4137 6324 6324 6324 6324 6324 6324 6324 4137 4137 3903 1740" } } ]
{ "type": "MatchaFbank", "num_frames": 1968, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 20.992, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3426231,58714,58492,56986,54308", "channels": 0 }
{ "id": "Y0000022561_wQ5-egfhtcQ_S00771-S00780", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000022561_wQ5-egfhtcQ_S00771-S00780.wav" } ], "sampling_rate": 24000, "num_samples": 503808, "duration": 20.992, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000015703_e4DGSrdnTn0_S00482-2280910
0
2.304
0
[ { "id": "Y0000015703_e4DGSrdnTn0_S00482", "recording_id": "Y0000015703_e4DGSrdnTn0_S00482", "start": 0, "duration": 2.304, "channel": 0, "text": "有很多军官呀特别。", "language": "Chinese", "custom": { "timestamp": "[[170, 330], [330, 550], [550, 730], [730, 890], [890, 1110], [1110, 1375], [2020, 2160], [2160, 2270]]", "dns_mos": 3.7, "speech_tokens": "3677 4137 4137 1950 1825 1942 1697 5080 5101 2676 2511 343 29 1560 1833 1278 5102 5088 234 5649 2310 2636 6182 4264 1428 5828 2810 6320 5195 4400 98 974 1220 1948 1950 1950 1950 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 2031 786 2268 4960 5077 712 1449 2420 4607" } } ]
{ "type": "MatchaFbank", "num_frames": 216, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.304, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3654731,25795", "channels": 0 }
{ "id": "Y0000015703_e4DGSrdnTn0_S00482", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000015703_e4DGSrdnTn0_S00482.wav" } ], "sampling_rate": 24000, "num_samples": 55296, "duration": 2.304, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000021676_u4AUjajKpu4_S00032-S00035-2280911
0
8.576
0
[ { "id": "Y0000021676_u4AUjajKpu4_S00032-S00035", "recording_id": "Y0000021676_u4AUjajKpu4_S00032-S00035", "start": 0, "duration": 8.576, "channel": 0, "text": "就我觉得完全我们两个都没有希望的那个样子,我除了签字没有其他没有其他的办法,真的嗯。", "language": "Chinese", "custom": { "timestamp": "[[250, 390], [390, 530], [530, 630], [630, 870], [1170, 1350], [1350, 1590], [1790, 1890], [1890, 2010], [2010, 2110], [2110, 2230], [2230, 2470], [2530, 2650], [2650, 2790], [2790, 2950], [2950, 3110], [3110, 3230], [3230, 3310], [3310, 3410], [3410, 3530], [3530, 3770], [4190, 4410], [4410, 4530], [4530, 4670], [4670, 4830], [4830, 4970], [4970, 5070], [5070, 5310], [5310, 5490], [5490, 5785], [6510, 6650], [6650, 6890], [7130, 7230], [7230, 7410], [7410, 7490], [7490, 7570], [7570, 7750], [7750, 7850], [7850, 8030], [8030, 8325]]", "dns_mos": 3.7, "speech_tokens": "6133 6486 6405 6405 6405 4164 2580 4616 4852 3616 2888 713 969 4920 1942 59 279 4484 4510 4433 4514 2263 3721 1517 1769 1538 1763 2031 2031 1383 1429 2906 1463 183 3993 5946 4479 5317 4532 5122 5854 5854 2236 4042 2177 700 629 1396 4316 2395 5991 251 815 3205 4520 1842 2031 4191 2306 3476 4934 5096 4315 4075 1828 629 2672 3125 5892 4596 4596 4512 4758 2742 5749 5339 5075 5050 5311 3161 910 19 196 2559 2825 4940 5918 4961 3503 1805 6385 4203 1046 803 1822 2031 4218 1950 4299 6486 6405 6405 6405 6405 6405 6405 4299 4345 5102 353 1677 5160 3348 532 4069 4880 4459 303 4515 3184 2206 5934 6385 6354 5393 1804 1901 638 5102 5581 3803 1608 1788 2031 2112 4920 4516 357 886 1018 3655 5114 2656 2175 4299 2025 810 4218 6405 6405 6486 6486 4218 3702 6486 6405 6405 6405 6405 6324 4137 1723 3748 1887 965 143 4967 5020 4607 5261 3557 146 2342 5209 3957 5145 2967 4191 5405 4516 2562 890 766 4465 147 2251 2160 1440 6158 5672 2774 3495 1217 841 60 2333 5286 3102 2259 2921 1026 765 1808 1808 836 1835 1834 1833 1716 4218 4218 4218 6405 6405 6079" } } ]
{ "type": "MatchaFbank", "num_frames": 804, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 8.576, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3680526,56453,34957", "channels": 0 }
{ "id": "Y0000021676_u4AUjajKpu4_S00032-S00035", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000021676_u4AUjajKpu4_S00032-S00035.wav" } ], "sampling_rate": 24000, "num_samples": 205824, "duration": 8.576, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000015763_eDdoyleh6XE_S00555-2280912
0
6.656
0
[ { "id": "Y0000015763_eDdoyleh6XE_S00555", "recording_id": "Y0000015763_eDdoyleh6XE_S00555", "start": 0, "duration": 6.656, "channel": 0, "text": "还说富人吃补药,穷人洗双脚,从那个时。", "language": "Chinese", "custom": { "timestamp": "[[70, 170], [170, 410], [1050, 1290], [1330, 1570], [2250, 2490], [2490, 2690], [2690, 2930], [3230, 3470], [3470, 3710], [3710, 3910], [3910, 4110], [4110, 4465], [6210, 6350], [6350, 6450], [6450, 6530], [6530, 6640]]", "dns_mos": 3.7, "speech_tokens": "2273 5228 6048 6048 6048 1180 5102 5093 5000 5000 4889 4969 4735 4224 4299 6486 6405 4299 4137 5832 5859 5859 5859 5859 1458 2112 6426 6507 6534 6534 3600 5073 5072 4367 3804 1700 842 38 4397 5126 5125 6097 6097 5448 6423 3940 2041 4218 4215 6075 5838 6405 6486 6486 6405 4299 2031 5970 6048 5319 5292 4608 2628 2139 2100 2159 2078 2165 2015 538 2393 4699 5671 6323 1301 575 494 638 2012 2032 2031 4434 4839 5541 1650 1457 4318 5773 6285 6311 2381 4506 4479 4671 5647 4922 1294 1286 3712 6048 4104 3632 4970 5445 5529 4200 5659 314 1082 1219 1219 1228 581 496 2035 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6405 6405 6405 6486 6486 6486 6486 6486 6405 6405 6405 6405 4218 4132 3888 3159 3888 3888 3888 6075 3645 3645 3645 5832 3645 5832 3675 1785 2112 5650 3618 1430 2449 5364 4579 2564 362 3763 6048 1566" } } ]
{ "type": "MatchaFbank", "num_frames": 624, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.656, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3771936,57626,14754", "channels": 0 }
{ "id": "Y0000015763_eDdoyleh6XE_S00555", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000015763_eDdoyleh6XE_S00555.wav" } ], "sampling_rate": 24000, "num_samples": 159744, "duration": 6.656, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000009408_ODnc5fBYOpI_S00481-S00483-2280913
0
5.888
0
[ { "id": "Y0000009408_ODnc5fBYOpI_S00481-S00483", "recording_id": "Y0000009408_ODnc5fBYOpI_S00481-S00483", "start": 0, "duration": 5.888, "channel": 0, "text": "你这么小,怎么介绍一个小孩子啊,对不起,我们家已经找到佣人了。", "language": "Chinese", "custom": { "timestamp": "[[290, 530], [1030, 1230], [1230, 1350], [1350, 1590], [1870, 2010], [2010, 2130], [2130, 2230], [2230, 2350], [2350, 2470], [2470, 2570], [2570, 2730], [2730, 2970], [3010, 3190], [3190, 3430], [3670, 3830], [3830, 3950], [3950, 4190], [4190, 4310], [4310, 4390], [4390, 4510], [4510, 4590], [4590, 4710], [4710, 4830], [4830, 4950], [4950, 5070], [5070, 5250], [5250, 5605]]", "dns_mos": 3.6, "speech_tokens": "1514 6486 6486 6486 6405 6162 2031 3832 5937 4966 4670 3293 3212 3428 5696 4803 4849 1816 4299 4299 3165 2922 2922 4299 4299 2040 1905 303 3135 4599 5769 4312 3692 4509 4676 4758 565 113 1217 491 2678 2798 1331 4299 4299 4299 4299 4245 6376 2502 3583 1805 1671 4678 4587 4494 5322 5518 4942 2990 1068 171 5340 4758 4974 2432 1246 3402 3405 3405 4131 1459 1463 1061 4526 1110 6375 6454 5472 4447 740 3647 3889 1702 2025 4299 4299 3645 5835 5835 5835 3648 3732 4299 1680 2343 3880 2178 237 5651 4488 2274 1376 314 1763 2112 2068 5090 3587 6257 2508 2347 5915 4540 2753 1430 3228 5263 3096 2325 407 1247 1029 2675 2342 3643 4127 4373 6527 3847 1685 110 3799 1280 1219 5590 5023 4788 4986 6405 6075 6486 4299 4299 5160 3051 4708" } } ]
{ "type": "MatchaFbank", "num_frames": 552, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.888, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3844316,58750,6265", "channels": 0 }
{ "id": "Y0000009408_ODnc5fBYOpI_S00481-S00483", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000009408_ODnc5fBYOpI_S00481-S00483.wav" } ], "sampling_rate": 24000, "num_samples": 141312, "duration": 5.888, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000001324_2Wu7VKpxBgs_S01319-2280914
0
2.176
0
[ { "id": "Y0000001324_2Wu7VKpxBgs_S01319", "recording_id": "Y0000001324_2Wu7VKpxBgs_S01319", "start": 0, "duration": 2.176, "channel": 0, "text": "信引那封信特别特别的暖心,他。", "language": "Chinese", "custom": { "timestamp": "[[50, 150], [150, 250], [250, 330], [330, 430], [430, 570], [570, 670], [670, 790], [790, 890], [890, 970], [970, 1070], [1070, 1290], [1290, 1530], [1910, 2085]]", "dns_mos": 3.7, "speech_tokens": "6137 4919 4858 2492 41 3666 4499 3999 1416 5063 4414 4676 4769 4387 1806 3186 4950 711 4503 2258 1044 2239 2169 230 157 2225 2287 1263 713 1298 5 1511 3212 4432 5486 4921 565 2501 4517 4442 4424 1501 1707 5835 5835 5835 5835 5916 5832 3648 4299 3891 5834 5297 5967" } } ]
{ "type": "MatchaFbank", "num_frames": 204, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.176, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3909331,23468", "channels": 0 }
{ "id": "Y0000001324_2Wu7VKpxBgs_S01319", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000001324_2Wu7VKpxBgs_S01319.wav" } ], "sampling_rate": 24000, "num_samples": 52224, "duration": 2.176, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000027149_124989405_S00636-S00638-2280915
0
9.6
0
[ { "id": "X0000027149_124989405_S00636-S00638", "recording_id": "X0000027149_124989405_S00636-S00638", "start": 0, "duration": 9.6, "channel": 0, "text": "另外啊我就想知道什么时候可以在car ay上啊听喜马拉雅,不然一边听听你的节目,一边操作,手机不是很方便啊,希望佳琦能够提提建议呀。", "language": "Chinese", "custom": { "timestamp": "[[50, 150], [150, 270], [270, 410], [410, 510], [510, 610], [610, 750], [750, 870], [870, 990], [990, 1090], [1090, 1210], [1210, 1330], [1330, 1410], [1410, 1510], [1510, 1590], [1590, 1750], [1750, 1970], [1970, 2150], [2150, 2330], [2330, 2510], [2510, 2710], [2710, 2850], [2850, 2970], [2970, 3090], [3090, 3330], [3650, 3750], [3750, 3990], [3990, 4070], [4070, 4150], [4150, 4310], [4310, 4430], [4430, 4530], [4530, 4610], [4610, 4710], [4710, 4830], [4830, 4910], [4910, 5030], [5030, 5170], [5170, 5310], [5310, 5470], [5470, 5650], [5650, 5770], [5770, 5890], [5890, 6030], [6030, 6170], [6170, 6350], [6350, 6590], [6810, 6950], [6950, 7190], [7250, 7370], [7370, 7550], [7550, 7650], [7650, 7870], [7870, 8010], [8010, 8150], [8150, 8310], [8310, 8430], [8430, 8670]]", "dns_mos": 3.7, "speech_tokens": "3879 2320 4589 3589 5027 5188 2204 5117 3161 599 2186 641 4686 4612 4431 4677 740 1229 1642 5973 3074 2584 2702 677 3791 6048 873 1397 4314 5274 5967 3063 3620 5789 4069 405 2925 4850 566 1533 5643 86 2276 1167 162 2997 6157 5509 2166 661 1693 4493 4605 4616 959 5971 957 893 1229 1217 1703 734 397 1275 4704 5560 6176 5530 4416 4488 5650 4534 4311 1298 1703 2585 6077 5918 4769 2825 1463 1460 1703 1460 1460 1702 2025 3729 5916 5835 5835 3648 1863 2166 2898 3871 3877 899 2192 4388 4481 2006 5019 2169 3143 3110 150 2490 3012 5047 5615 269 802 59 2265 4920 1052 1414 4318 4745 4885 5425 2160 4106 5267 2493 4914 5592 5084 3468 5716 707 3709 6048 1361 1454 1128 5647 3237 5426 5587 2172 1407 2915 6058 6030 3035 4617 545 2044 4272 6534 2762 4948 4963 5286 3993 4938 4517 41 17 731 1784 1946 1702 1704 5835 5916 5862 5835 3732 3921 5161 312 1936 2855 5591 4880 4880 506 1235 3995 4920 161 5837 2383 5650 2805 2510 1479 254 6422 243 2585 4997 2903 2831 1125 1029 2193 2807 867 2483 4939 4191 4677 4858 4539 4580 4967 4913 4939 4939 4571 5834 5834 3979 3972 3732 4056 6486 6486 6486 6486 6486 6405 5832 5115 5149 5222 5222 5221 5141 1711 3655 3692 5153 5150 5315 3779" } } ]
{ "type": "MatchaFbank", "num_frames": 900, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 9.6, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "3932799,54963,44932", "channels": 0 }
{ "id": "X0000027149_124989405_S00636-S00638", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000027149_124989405_S00636-S00638.wav" } ], "sampling_rate": 24000, "num_samples": 230400, "duration": 9.6, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000030557_55909037_S00184-2280916
0
4.352
0
[ { "id": "X0000030557_55909037_S00184", "recording_id": "X0000030557_55909037_S00184", "start": 0, "duration": 4.352, "channel": 0, "text": "我见过很多数的全职妈妈都是很辛苦持家的。", "language": "Chinese", "custom": { "timestamp": "[[510, 670], [670, 890], [890, 1030], [1030, 1190], [1190, 1350], [1350, 1590], [1590, 1730], [1730, 1950], [1950, 2130], [2130, 2230], [2230, 2470], [2630, 2770], [2770, 2890], [2890, 3090], [3090, 3170], [3170, 3370], [3370, 3530], [3530, 3710], [3710, 4065]]", "dns_mos": 3.7, "speech_tokens": "3689 6486 6486 6486 6486 6486 6486 6486 6486 4299 6486 4299 4218 4299 1457 1448 803 3462 4678 5102 4495 6177 501 5098 5009 4941 2673 308 1504 1888 300 1370 5089 5545 5949 6048 5310 5829 4691 2085 2261 2216 2345 4920 4839 5271 916 395 3019 6262 5973 3073 666 2124 6077 6166 6157 4311 2854 5834 3656 730 1731 5835 5109 5109 2922 2112 303 4853 4852 6048 4503 2673 2439 29 809 5404 4922 2508 5452 5694 570 1456 1370 5967 3105 2267 393 5404 5012 5192 5833 5834 966 1269 1531 787 760 1486 4056 6486 6486 6486 6486 6486 6486 6486 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 408, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.352, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4032694,47284", "channels": 0 }
{ "id": "X0000030557_55909037_S00184", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000030557_55909037_S00184.wav" } ], "sampling_rate": 24000, "num_samples": 104448, "duration": 4.352, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000010270_QQuA0LIRyYY_S00138-S00140-2280917
0
5.632
0
[ { "id": "Y0000010270_QQuA0LIRyYY_S00138-S00140", "recording_id": "Y0000010270_QQuA0LIRyYY_S00138-S00140", "start": 0, "duration": 5.632, "channel": 0, "text": "东子跟我说,他跟踪老妞的时候,发现有人被绑走了,有人被绑走了。对。", "language": "Chinese", "custom": { "timestamp": "[[110, 270], [270, 370], [370, 450], [450, 570], [570, 810], [850, 990], [990, 1090], [1090, 1290], [1290, 1430], [1430, 1550], [1550, 1690], [1690, 1790], [1790, 2030], [2190, 2310], [2310, 2430], [2430, 2550], [2550, 2630], [2630, 2710], [2710, 2810], [2810, 2970], [2970, 3315], [3790, 3950], [3950, 4050], [4050, 4230], [4230, 4330], [4330, 4570], [4570, 4790], [4790, 5235]]", "dns_mos": 3.7, "speech_tokens": "3950 4137 2031 3216 4853 5044 3910 4932 886 2529 5090 4319 653 2981 6048 1422 716 2891 2783 4862 2495 1275 2916 5842 957 978 180 4510 5532 1794 3611 5071 6013 4016 1217 581 2959 863 3332 5546 3880 5167 6048 1596 1127 2710 4863 575 2843 2894 1436 1978 1951 1950 4137 5379 3621 6320 4543 4431 4507 2537 512 1928 1445 1685 3359 2163 4603 2339 2166 1220 506 4800 5656 2576 1412 2010 1339 1300 1303 2032 4218 4137 4218 6324 4137 4137 4137 4137 4137 4137 4137 4137 1950 1095 1862 1370 635 1685 1688 2125 1905 4573 2420 2163 604 1946 497 5529 5659 2250 596 1339 2065 1855 1246 1243 973 2702 1296 1518 2424 4600 2357 2194 250 1465 1474 1716 4218 4218 4218 4218 4218 6405 6405 6405 4137 4137 3894" } } ]
{ "type": "MatchaFbank", "num_frames": 528, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.632, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4079978,57417,3471", "channels": 0 }
{ "id": "Y0000010270_QQuA0LIRyYY_S00138-S00140", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000010270_QQuA0LIRyYY_S00138-S00140.wav" } ], "sampling_rate": 24000, "num_samples": 135168, "duration": 5.632, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000027060_104031058_S00364-S00365-2280918
0
3.584
0
[ { "id": "X0000027060_104031058_S00364-S00365", "recording_id": "X0000027060_104031058_S00364-S00365", "start": 0, "duration": 3.584, "channel": 0, "text": "我喜欢你很久了,能做我男朋友吗?", "language": "Chinese", "custom": { "timestamp": "[[490, 730], [830, 990], [990, 1110], [1110, 1230], [1230, 1390], [1390, 1570], [1570, 1810], [1890, 2110], [2110, 2210], [2210, 2330], [2330, 2450], [2450, 2610], [2610, 2730], [2730, 3175]]", "dns_mos": 3.6, "speech_tokens": "3788 6486 6486 3975 3729 3645 5832 3888 1944 2028 4299 4218 1979 1426 4372 3640 2912 2819 4601 4440 5242 4759 4759 402 2180 2766 5267 4560 6100 512 769 2754 586 146 5937 5451 5982 5342 716 629 1127 272 5105 3241 1947 3645 1785 2031 4173 1561 1477 2846 5772 1806 4752 5094 3642 2729 747 1482 731 2602 6504 3510 2685 602 719 860 4583 5067 4311 4943 6077 3655 1944 6513 5695 3203 1826 1985 1576 1508 3095 5453 5047 1583 1508 2040 4228 4299" } } ]
{ "type": "MatchaFbank", "num_frames": 336, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.584, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4140866,38442", "channels": 0 }
{ "id": "X0000027060_104031058_S00364-S00365", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000027060_104031058_S00364-S00365.wav" } ], "sampling_rate": 24000, "num_samples": 86016, "duration": 3.584, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000003199_12915270_S00028-2280919
0
4.992
0
[ { "id": "X0000003199_12915270_S00028", "recording_id": "X0000003199_12915270_S00028", "start": 0, "duration": 4.992, "channel": 0, "text": "然后他趴在说故事区睡着了。", "language": "Chinese", "custom": { "timestamp": "[[500, 740], [740, 980], [1380, 1620], [1640, 1860], [1860, 2100], [2180, 2360], [2360, 2560], [2560, 2800], [2800, 3040], [3600, 3800], [3800, 4040], [4100, 4575]]", "dns_mos": 3.7, "speech_tokens": "3716 6486 6486 6486 6486 6405 6405 6405 6405 6405 6405 4218 1815 3066 224 1463 740 2693 3422 4887 4941 2682 5080 5081 2897 2906 2879 2779 4228 2112 4134 2028 4299 6486 6486 6486 2112 999 5844 1784 3242 2163 1144 5842 6077 5189 144 6377 2233 2192 2273 86 2276 3050 5940 6049 3384 5815 5089 3615 2760 2856 5097 5100 5099 3952 5562 5319 3071 2990 1041 5001 5325 4083 6236 6317 6074 5344 5341 3769 3985 4218 6162 4299 6405 6405 6405 4218 3651 5940 6048 6049 6021 102 4615 2834 403 546 5325 827 3889 1945 1220 521 2099 1775 3719 4537 4536 5428 254 1711 1710 4296 4299 6486 6486 6486 6486 6405 6486 6486 6486 6405 6324" } } ]
{ "type": "MatchaFbank", "num_frames": 468, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.992, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4179308,53793", "channels": 0 }
{ "id": "X0000003199_12915270_S00028", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000003199_12915270_S00028.wav" } ], "sampling_rate": 24000, "num_samples": 119808, "duration": 4.992, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000025958_312143163_S00330-S00332-2280920
0
6.656
0
[ { "id": "X0000025958_312143163_S00330-S00332", "recording_id": "X0000025958_312143163_S00330-S00332", "start": 0, "duration": 6.656, "channel": 0, "text": "反过来呢,到最后呢,所有两家人让人家爸抓到把柄了,对不对?", "language": "Chinese", "custom": { "timestamp": "[[580, 760], [760, 940], [940, 1060], [1060, 1260], [1260, 1440], [1440, 1600], [1600, 1760], [1760, 2000], [2200, 2440], [2540, 2700], [2700, 2900], [2900, 3140], [3140, 3380], [3780, 4020], [4020, 4140], [4140, 4320], [4320, 4560], [4620, 4800], [4800, 4940], [4940, 5080], [5080, 5320], [5320, 5560], [5860, 6040], [6040, 6160], [6160, 6455]]", "dns_mos": 3.6, "speech_tokens": "3689 3903 3894 6324 6324 6324 6324 6324 4137 5479 1861 1987 2093 1978 1744 1335 1217 3890 1307 1319 4316 5060 2385 4637 3083 3002 3828 4394 4496 2270 2297 1812 1842 2539 6481 5030 558 5490 6071 3158 2439 2695 5091 5100 2855 3664 2282 95 2198 4385 2956 1951 4218 1950 2703 4728 5538 4836 5322 1836 2105 1457 5000 4581 5313 2903 2891 3879 76 143 1703 2054 1262 1720 4929 4425 5348 4214 5509 4580 3878 1649 1676 1676 1685 1675 1731 1950 4137 4137 4137 4137 4137 4137 4137 1716 2058 78 2297 5509 4871 998 538 1517 67 6180 4884 4614 2412 2166 702 5754 6481 6076 3485 546 6294 2915 4136 4133 63 308 2864 2166 491 1946 1957 1945 2432 2151 3155 134 1238 3506 2071 1944 1702 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 2031 2463 859 5341 5769 396 2502 4601 4564 4780 3159 1947 3645 3891 3894 6081 6081 3895" } } ]
{ "type": "MatchaFbank", "num_frames": 624, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.656, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4233101,55644,14824", "channels": 0 }
{ "id": "X0000025958_312143163_S00330-S00332", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000025958_312143163_S00330-S00332.wav" } ], "sampling_rate": 24000, "num_samples": 159744, "duration": 6.656, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000009521_61673605_S00551-S00554-2280921
0
10.88
0
[ { "id": "X0000009521_61673605_S00551-S00554", "recording_id": "X0000009521_61673605_S00551-S00554", "start": 0, "duration": 10.88, "channel": 0, "text": "可能会走差异化的一个路线。同时呢会发现还会出现另一个局面,就大家会争抢大v争抢大v其实已经在过去已经发生了,这是一个给个屡试不爽的一种方法,对吧?", "language": "Chinese", "custom": { "timestamp": "[[170, 290], [290, 370], [370, 530], [530, 670], [670, 770], [770, 870], [870, 990], [990, 1090], [1090, 1170], [1170, 1250], [1250, 1330], [1330, 1570], [2150, 2310], [2310, 2470], [2470, 2590], [2590, 2770], [2770, 2890], [2890, 3130], [3310, 3490], [3490, 3630], [3630, 3790], [3790, 3970], [3970, 4090], [4090, 4190], [4190, 4270], [4270, 4390], [4390, 4510], [4510, 4630], [4630, 4730], [4730, 4850], [4850, 5050], [5050, 5210], [5210, 5450], [5510, 5630], [5630, 5870], [6090, 6230], [6230, 6350], [6350, 6470], [6470, 6590], [6590, 6710], [6710, 6830], [6830, 6910], [6910, 7150], [7210, 7390], [7390, 7490], [7490, 7690], [7690, 7790], [7790, 7930], [7930, 8090], [8090, 8210], [8210, 8390], [8390, 8470], [8470, 8550], [8550, 8650], [8650, 8730], [8730, 8810], [8810, 8930], [8930, 9090], [9090, 9270], [9270, 9390], [9390, 9570], [9570, 9650], [9650, 9750], [9750, 9890], [9890, 10050], [10050, 10290], [10530, 10610], [10610, 10795]]", "dns_mos": 3.7, "speech_tokens": "3713 3645 1458 4218 4131 1018 802 2414 2766 2856 5342 880 4674 1352 2172 5970 2997 6318 6320 4543 4994 3050 4944 5593 2 73 485 3205 1611 5580 5829 884 4435 276 305 1578 1486 4299 6405 6405 6405 6405 6405 6405 6405 6405 6180 6091 4147 1707 3648 3645 3645 2058 2241 583 674 5775 5976 3132 1598 859 748 4460 2885 2877 2666 239 6534 5762 6077 4496 4431 2436 2204 44 770 1513 1461 5832 3648 3648 1782 3402 6075 1703 3650 2323 4947 5095 3143 1518 6021 1348 5831 5173 4488 4490 23 1803 4616 4804 4967 2806 2745 146 555 3840 1862 1771 1806 215 2195 807 888 1928 1761 4457 5834 57 2263 3731 2431 2769 2666 971 2139 5244 3060 389 5691 4800 3453 4431 732 1703 2080 2031 1032 2273 3890 1244 710 1450 224 4859 395 2031 3651 5835 3888 5835 3645 1896 4512 4507 5172 4506 2918 3664 4619 5914 3529 5231 4606 5648 4677 4454 6059 6058 5307 4913 1295 3966 6141 3967 2240 4424 5365 5371 5289 5650 4440 4456 2558 2040 669 5009 5140 5535 2391 5561 3455 539 3968 6384 5425 4481 6498 1350 5348 5917 5980 4590 5260 5294 4960 5611 5630 3419 3219 3153 5249 5238 4535 5073 939 2585 145 546 800 1133 1046 1198 48 6313 4048 1943 5887 6048 5238 5337 3384 4353 5799 5803 5896 5319 1307 1301 1253 1504 2510 5236 5069 674 2096 6453 6453 1301 4862 4959 4963 6453 3170 272 1729 1702 4132 4134 4218 6405 6405 6405 4218 2031 57 131 1937 1451 434 731" } } ]
{ "type": "MatchaFbank", "num_frames": 1020, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 10.88, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4303569,56589,55823,2258", "channels": 0 }
{ "id": "X0000009521_61673605_S00551-S00554", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000009521_61673605_S00551-S00554.wav" } ], "sampling_rate": 24000, "num_samples": 261120, "duration": 10.88, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000007062_HvRqAVwHrys_S00113-S00114-2280922
0
5.248
0
[ { "id": "Y0000007062_HvRqAVwHrys_S00113-S00114", "recording_id": "Y0000007062_HvRqAVwHrys_S00113-S00114", "start": 0, "duration": 5.248, "channel": 0, "text": "明回郡主,我不告诉你,你找得到吗?", "language": "Chinese", "custom": { "timestamp": "[[700, 880], [880, 1000], [1000, 1140], [1140, 1375], [2290, 2490], [2490, 2630], [2630, 2770], [2770, 2950], [2950, 3050], [3050, 3250], [3250, 3410], [3410, 3570], [3570, 3750], [3750, 4075]]", "dns_mos": 3.6, "speech_tokens": "3701 4218 4137 4218 4137 6324 6324 4137 4137 4137 4137 4137 4137 4137 4137 4137 4218 2112 1669 350 2618 4582 2769 2766 2405 161 4929 3886 3128 1885 3783 1935 1445 1367 2096 2093 488 527 581 2065 2067 1021 1806 1716 1959 4218 4218 6324 6324 4137 6324 4137 4137 4137 4137 4137 4137 2130 4289 629 2870 714 2160 5045 2910 1218 207 5023 5026 599 4690 5644 612 644 1560 538 1781 1833 1726 2726 4534 1842 6051 2306 1217 4134 1729 1275 28 298 2004 4483 5026 2843 683 1249 1249 1219 1215 2136 4218 4218 6405 6405 6405 6405 6405 6405 6405 6324 6324 6405 6405 6324 6324 6405 6324 6324 6324 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 492, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.248, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4418239,59563", "channels": 0 }
{ "id": "Y0000007062_HvRqAVwHrys_S00113-S00114", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000007062_HvRqAVwHrys_S00113-S00114.wav" } ], "sampling_rate": 24000, "num_samples": 125952, "duration": 5.248, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000004132_125851190_S00218-S00220-2280923
0
3.84
0
[ { "id": "X0000004132_125851190_S00218-S00220", "recording_id": "X0000004132_125851190_S00218-S00220", "start": 0, "duration": 3.84, "channel": 0, "text": "当时那有人说啊,私人航天肯定是成不了的。", "language": "Chinese", "custom": { "timestamp": "[[190, 390], [390, 510], [510, 650], [650, 750], [750, 910], [910, 1090], [1090, 1250], [1250, 1390], [1390, 1570], [1570, 1730], [1730, 1950], [1950, 2090], [2090, 2330], [2330, 2510], [2510, 2730], [2730, 2910], [2910, 3150], [3150, 3535]]", "dns_mos": 3.6, "speech_tokens": "3959 4137 4137 2031 2139 306 4700 4663 5772 6202 6048 864 2261 1071 4391 4742 3292 887 1442 1928 1676 179 6017 5896 3861 5827 5102 5057 4133 1460 730 5644 6374 6376 5013 2421 1688 905 4475 4860 5589 1949 497 5772 1965 2274 4535 4486 5448 1065 165 743 748 1807 1767 395 4480 5449 3044 6048 3024 3791 1680 6052 81 4132 515 670 4157 5451 2148 2901 5091 1693 3799 71 2276 3404 494 602 515 1275 298 2270 4573 1028 1707 1978 1704 1458 1458 3891 3648 5835 5835 5835" } } ]
{ "type": "MatchaFbank", "num_frames": 360, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.84, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4477802,40201", "channels": 0 }
{ "id": "X0000004132_125851190_S00218-S00220", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000004132_125851190_S00218-S00220.wav" } ], "sampling_rate": 24000, "num_samples": 92160, "duration": 3.84, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000011422_55951656_S00192-2280924
0
2.688
0
[ { "id": "X0000011422_55951656_S00192", "recording_id": "X0000011422_55951656_S00192", "start": 0, "duration": 2.688, "channel": 0, "text": "那你老公身体还好吗?", "language": "Chinese", "custom": { "timestamp": "[[520, 660], [660, 820], [820, 940], [940, 1140], [1140, 1280], [1280, 1480], [1480, 1620], [1620, 1800], [1800, 2275]]", "dns_mos": 3.6, "speech_tokens": "3713 2031 4137 4218 4218 6405 6405 6324 6405 6405 4218 4137 4218 4200 3313 6157 98 5667 295 2336 5985 2495 1952 629 1452 570 3641 5047 6176 5967 4590 4520 4438 1833 57 3481 566 842 5832 1460 3734 2279 4860 4860 4946 1250 2176 2154 572 2432 2234 2034 4215 4218 4218 4299 6405 6405 4138 6079 6405 6405 6405 4218 6108 5568 6124" } } ]
{ "type": "MatchaFbank", "num_frames": 252, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.688, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4518003,29709", "channels": 0 }
{ "id": "X0000011422_55951656_S00192", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000011422_55951656_S00192.wav" } ], "sampling_rate": 24000, "num_samples": 64512, "duration": 2.688, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000011289_47801783_S00204-2280925
0
6.4
0
[ { "id": "X0000011289_47801783_S00204", "recording_id": "X0000011289_47801783_S00204", "start": 0, "duration": 6.4, "channel": 0, "text": "这个哭笑不得的原因是副驾驶座的女子,为了正在开车的朋友一口鸭舌。", "language": "Chinese", "custom": { "timestamp": "[[50, 150], [150, 350], [350, 510], [510, 690], [690, 810], [810, 990], [990, 1130], [1130, 1210], [1210, 1450], [1450, 1690], [1930, 2170], [2190, 2410], [2410, 2650], [2650, 2830], [2830, 2970], [2970, 3210], [3230, 3470], [3670, 3830], [3830, 4030], [4030, 4190], [4190, 4430], [4450, 4610], [4610, 4830], [4830, 4950], [4950, 5070], [5070, 5270], [5270, 5370], [5370, 5590], [5590, 5790], [5790, 6115]]", "dns_mos": 3.7, "speech_tokens": "5261 4850 1862 2055 396 389 272 2810 1407 654 5028 5802 5501 4674 4478 6401 629 1437 714 4762 1275 74 551 2297 54 4595 2834 2104 4129 926 8 4966 4965 5020 4778 4561 5125 5319 5319 2334 3158 59 922 1785 5835 5838 3648 1944 4299 6432 6537 6507 5097 5065 5015 1041 4686 4463 6158 3647 896 5133 6048 867 1616 794 3459 5725 2800 5091 2729 306 65 2249 3750 4075 1322 2051 4103 6046 4611 5652 6455 6372 4204 1775 299 757 1461 5835 3678 1458 2121 4338 4568 4849 2420 1692 65 2327 2085 4512 4602 4699 4154 1805 6376 2503 5188 1466 224 978 162 5346 5835 6002 4850 150 3132 3240 4744 144 2252 677 2166 2781 2679 491 3424 5126 4610 725 3320 5019 5100 732 405 4944 683 1940 565 2751 4544 6077 6238 4552 5319 5319 5319 883 1750 1118 1379 5510 3134 2032 3729 5835 5109 3003" } } ]
{ "type": "MatchaFbank", "num_frames": 600, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 6.4, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4547712,55588,11256", "channels": 0 }
{ "id": "X0000011289_47801783_S00204", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000011289_47801783_S00204.wav" } ], "sampling_rate": 24000, "num_samples": 153600, "duration": 6.4, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000019292_nl0YqVFX0Fo_S00395-2280926
0
1.792
0
[ { "id": "Y0000019292_nl0YqVFX0Fo_S00395", "recording_id": "Y0000019292_nl0YqVFX0Fo_S00395", "start": 0, "duration": 1.792, "channel": 0, "text": "您接着呢?", "language": "Chinese", "custom": { "timestamp": "[[270, 510], [510, 690], [690, 850], [850, 1355]]", "dns_mos": 3.6, "speech_tokens": "3947 6486 6486 6486 6486 6486 4299 2112 1014 4913 2726 6177 6261 4200 5651 2463 1376 35 1194 5322 2426 4379 3667 1746 2926 3160 3412 3412 1710 2025 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 3984" } } ]
{ "type": "MatchaFbank", "num_frames": 168, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 1.792, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4614556,20295", "channels": 0 }
{ "id": "Y0000019292_nl0YqVFX0Fo_S00395", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000019292_nl0YqVFX0Fo_S00395.wav" } ], "sampling_rate": 24000, "num_samples": 43008, "duration": 1.792, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000029041_184539013_S00028-2280927
0
3.456
0
[ { "id": "X0000029041_184539013_S00028", "recording_id": "X0000029041_184539013_S00028", "start": 0, "duration": 3.456, "channel": 0, "text": "而你却陷入这件事,无法自拔。", "language": "Chinese", "custom": { "timestamp": "[[310, 550], [550, 790], [1010, 1230], [1230, 1370], [1370, 1510], [1510, 1650], [1650, 1770], [1770, 2010], [2130, 2290], [2290, 2530], [2550, 2650], [2650, 3095]]", "dns_mos": 3.6, "speech_tokens": "3704 6486 6486 6486 6486 6486 6486 6486 4299 2161 1136 3845 5206 6261 5370 2699 1267 1376 530 287 1140 1707 5109 5838 2922 1788 1221 4840 4083 5341 4526 4753 4677 4796 2201 1478 2183 1855 5481 2344 5102 4675 2509 2303 2204 5214 5319 5319 876 887 1697 1838 2086 4218 1420 2186 2186 5826 6546 6537 1216 1945 1460 841 4272 6374 5661 5500 1335 2172 1946 4133 4133 3890 5194 6076 4215 3945 4299 6486 6486 6486 6486 6486 6486 6486 6079" } } ]
{ "type": "MatchaFbank", "num_frames": 324, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.456, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4634851,37995", "channels": 0 }
{ "id": "X0000029041_184539013_S00028", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000029041_184539013_S00028.wav" } ], "sampling_rate": 24000, "num_samples": 82944, "duration": 3.456, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000001042_1jwv-wv4DJo_S00033-S00035-2280928
0
5.504
0
[ { "id": "Y0000001042_1jwv-wv4DJo_S00033-S00035", "recording_id": "Y0000001042_1jwv-wv4DJo_S00033-S00035", "start": 0, "duration": 5.504, "channel": 0, "text": "杀人抢劫,然后再嫁祸于我们黄斌到。", "language": "Chinese", "custom": { "timestamp": "[[50, 190], [190, 370], [370, 570], [570, 865], [1760, 1920], [1920, 2160], [2380, 2580], [2580, 2780], [2780, 2900], [2900, 3060], [3060, 3180], [3180, 3415], [4570, 4710], [4710, 4950], [5130, 5335]]", "dns_mos": 3.7, "speech_tokens": "2348 3971 4133 6320 1679 1697 1691 3747 4074 5650 4516 2544 2192 1955 1228 2004 4675 375 1295 152 881 1749 1968 4146 4218 4218 6405 6405 6405 6405 6405 6405 6324 6324 6324 6324 6324 6324 6324 6324 6324 6324 4137 4218 1470 3846 1649 5681 5068 4860 2685 2816 2816 1448 2059 2032 1950 1950 4218 4137 4137 1977 5400 65 115 4921 4776 5915 4132 491 4947 2850 5091 704 1214 1861 2099 2185 1457 518 1179 1476 3007 1470 4218 6405 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6324 4218 4137 4137 4137 4137 4137 4137 4137 2976 4218 4137 4137 4218 2031 1956 2112 2838 2879 668 1881 2663 4607 233 1708 1951 1951 1707 1704 3891 3891 4134 4218 2112 297 4727 2762 2704 2059 1948" } } ]
{ "type": "MatchaFbank", "num_frames": 516, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.504, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4672846,58473,1838", "channels": 0 }
{ "id": "Y0000001042_1jwv-wv4DJo_S00033-S00035", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000001042_1jwv-wv4DJo_S00033-S00035.wav" } ], "sampling_rate": 24000, "num_samples": 132096, "duration": 5.504, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000010016_PoxpC5abUc4_S00979-S00985-2280929
0
13.952
0
[ { "id": "Y0000010016_PoxpC5abUc4_S00979-S00985", "recording_id": "Y0000010016_PoxpC5abUc4_S00979-S00985", "start": 0, "duration": 13.952, "channel": 0, "text": "行,那我们回避。哎,没关系,没关系的,反正你们都知道了,我应该坦白对你们所有人坦班坦白什么?展伯的话,让我明白了,不应该对朋友撒谎。", "language": "Chinese", "custom": { "timestamp": "[[130, 370], [410, 590], [590, 690], [690, 830], [830, 1050], [1050, 1230], [1230, 1470], [1470, 1590], [1590, 1750], [1750, 1870], [1870, 2010], [2010, 2170], [2170, 2290], [2290, 2530], [2690, 2890], [2890, 3010], [3010, 3110], [3110, 3230], [3230, 3430], [3430, 3590], [3590, 3830], [3830, 4070], [4590, 4830], [4890, 5030], [5030, 5210], [5210, 5430], [5430, 5670], [6030, 6270], [6270, 6390], [6390, 6530], [6530, 6690], [6690, 6870], [6870, 7225], [7930, 8030], [8030, 8270], [8930, 9090], [9090, 9210], [9210, 9310], [9310, 9575], [10210, 10390], [10390, 10570], [10570, 10650], [10650, 10830], [10830, 10970], [10970, 11110], [11110, 11270], [11270, 11450], [11450, 11690], [11750, 11930], [11930, 12090], [12090, 12210], [12210, 12330], [12330, 12490], [12490, 12650], [12650, 12850], [12850, 13445]]", "dns_mos": 3.6, "speech_tokens": "3764 5402 6377 6377 5659 6153 1295 1133 5314 4092 6180 3990 4493 4815 5101 2870 689 1803 1082 5059 3402 6486 1425 965 1115 4040 2140 1824 5478 1258 1949 5995 5994 3010 3984 3891 2031 2148 3125 4814 1371 5074 5266 4579 5404 4686 4769 4071 1154 2303 3316 5074 5429 4543 5404 5650 4776 159 66 2921 2216 1732 1731 4132 2026 4299 6351 6534 4326 6538 2765 2933 755 4686 3073 4579 6180 4885 916 2127 353 2290 1770 2251 5092 2340 1977 5319 3060 5908 156 543 4484 5428 4946 2759 3881 6311 2432 488 515 2059 1243 3889 3162 3003 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 4299 4299 2060 719 5102 2828 1052 2725 4967 6019 735 2290 5192 4567 2085 2187 5841 6085 731 1641 1915 2163 1055 3647 3002 4463 4462 1789 3648 5109 2922 3894 6486 6486 6486 6486 6486 6486 4299 138 4612 5102 3185 3428 1885 2124 11 3180 4753 5724 1368 638 626 5342 4858 4843 5009 4124 3881 3872 950 2 2935 1987 4168 4252 2063 3844 3878 875 1532 2228 3649 4218 4218 6486 6486 6486 6486 6486 6486 2139 2484 5346 3242 1882 2152 1136 812 5186 4779 4000 1786 1948 2029 2028 4299 6486 6486 6405 6486 6486 4020 2112 3925 1488 4218 4134 3969 4269 2754 434 1199 3002 2419 3937 1361 608 1163 4052 569 2083 3186 1908 3991 1123 1132 1348 1915 1588 1831 1987 2040 2040 4218 6486 6486 6486 6486 2058 5245 4487 5834 335 2130 718 2816 75 4439 4969 2760 4872 5437 5918 6073 5344 5267 4951 5804 611 649 4314 1646 512 2294 4311 1431 5188 5200 5108 155 6149 488 2432 3160 1947 6075 4131 2112 4299 6510 5073 5094 4777 4993 2537 996 184 3653 148 300 3155 242 2166 5589 5598 581 134 3047 4988 4447 5725 5646 4376 3971 6158 5050 5028 5028 3643 2843 1946 1220 611 2041 2031 2029 4299 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6405 6486 4218" } } ]
{ "type": "MatchaFbank", "num_frames": 1308, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 13.952, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4733157,57613,58211,36248", "channels": 0 }
{ "id": "Y0000010016_PoxpC5abUc4_S00979-S00985", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000010016_PoxpC5abUc4_S00979-S00985.wav" } ], "sampling_rate": 24000, "num_samples": 334848, "duration": 13.952, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000010983_SPhZGduZz48_S00323-S00329-2280930
0
14.848
0
[ { "id": "Y0000010983_SPhZGduZz48_S00323-S00329", "recording_id": "Y0000010983_SPhZGduZz48_S00323-S00329", "start": 0, "duration": 14.848, "channel": 0, "text": "还别扭呢,你这就没劲了啊,你才没劲呢。你看你现在多威风啊,临危不惧勇斗歹徒,你可是我们全场瞩目的大英雄。好,你就是这么帮我的。", "language": "Chinese", "custom": { "timestamp": "[[460, 700], [740, 900], [900, 1080], [1080, 1320], [1560, 1780], [1780, 1900], [1900, 2020], [2020, 2100], [2100, 2240], [2240, 2360], [2360, 2600], [3020, 3240], [3240, 3420], [3420, 3600], [3600, 3780], [3780, 4075], [4880, 5020], [5020, 5180], [5180, 5360], [5360, 5480], [5480, 5640], [5640, 5780], [5780, 5860], [5860, 6040], [6040, 6305], [7030, 7190], [7190, 7390], [7390, 7550], [7550, 7790], [7910, 8090], [8090, 8270], [8270, 8430], [8430, 8670], [9290, 9510], [9510, 9750], [9750, 9850], [9850, 9970], [9970, 10110], [10110, 10270], [10270, 10470], [10470, 10550], [10550, 10670], [10670, 10790], [10790, 10910], [10910, 11030], [11030, 11325], [12180, 12455], [13380, 13600], [13600, 13700], [13700, 13820], [13820, 13900], [13900, 13980], [13980, 14080], [14080, 14200], [14200, 14555]]", "dns_mos": 3.6, "speech_tokens": "3701 4218 4218 4137 4137 4137 4137 4137 4137 4137 4218 2112 270 4617 3889 3890 3653 2582 1941 2172 6072 4605 4513 753 2294 3503 5652 254 974 1217 1945 1948 1945 1947 4218 4218 4137 4137 4137 4137 4137 4137 1968 5614 798 4428 4600 228 2346 2900 2127 221 2347 4674 4993 4481 4016 515 1946 1247 1220 2675 3403 1946 4135 4218 4218 4218 4218 4137 4137 4137 4137 4137 4137 4137 4137 1960 1780 2985 2996 809 5647 4428 3898 5189 4575 4071 119 386 241 4918 5182 4857 2339 1479 3747 749 731 1828 1713 1959 1950 4218 4137 4218 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 4137 1950 1968 1752 808 395 735 2271 6329 5265 3102 2455 557 1763 4509 2508 4570 2367 5421 2189 55 1038 2900 5093 4372 3643 191 4778 4275 3573 2816 674 1235 245 281 2928 1473 4218 4137 4218 4137 4137 4137 4137 4137 4137 4137 4137 4137 6081 4137 4137 6081 3894 1950 1780 3799 50 2582 2423 4314 5582 4571 2413 2175 3643 5099 2425 4677 6069 5341 3146 218 59 2919 1707 1951 1996 4210 3887 716 3509 1641 63 5053 5099 57 2219 3650 1655 69 3321 1349 3644 5012 5084 2810 2685 1230 3408 1951 1950 4218 4137 4137 4137 4137 6081 6108 4137 4137 4137 4137 1725 3751 1024 1295 4857 2424 81 81 2711 2756 56 4590 4518 5086 5831 683 676 1719 4465 1986 4840 3084 851 2219 4557 4512 3170 5063 1641 5893 2179 1448 2130 4319 5088 2331 64 865 280 6401 3731 2752 2725 4076 6101 4515 875 719 602 1099 4146 3894 4137 4218 1707 4650 3273 1707 4137 4218 4218 6324 6324 6324 4137 1950 2922 3192 1707 4137 4137 4137 2112 3456 5346 5591 4700 5616 1227 1951 1986 1825 1740 1959 1959 4218 4218 4218 4218 4218 4137 4137 4137 4137 3435 5619 3921 1950 4137 4137 4137 4137 1959 3185 5668 3238 3462 3066 5572 3385 3762 795 4515 4600 2844 4318 2172 2675 6320 5054 5804 602 55 73 812 3242 2926 1713 1950 4218 4218 4218 4137 4137 4137 4137 4137 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 1392, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 14.848, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "4885229,59801,58269,47008", "channels": 0 }
{ "id": "Y0000010983_SPhZGduZz48_S00323-S00329", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000010983_SPhZGduZz48_S00323-S00329.wav" } ], "sampling_rate": 24000, "num_samples": 356352, "duration": 14.848, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000013893__5NrITSwy4E_S00291-S00292-2280931
0
9.6
0
[ { "id": "Y0000013893__5NrITSwy4E_S00291-S00292", "recording_id": "Y0000013893__5NrITSwy4E_S00291-S00292", "start": 0, "duration": 9.6, "channel": 0, "text": "好,既然这样酒酒不喝了,那咱们就看女人挑提提神。", "language": "Chinese", "custom": { "timestamp": "[[1830, 2030], [2030, 2170], [2170, 2250], [2250, 2390], [2390, 2630], [2970, 3210], [3310, 3530], [3530, 3690], [3690, 3810], [3810, 4050], [4210, 4450], [4890, 5110], [5110, 5350], [6130, 6370], [6370, 6550], [6550, 6710], [6710, 6950], [6950, 7335], [8320, 8500], [8500, 8600], [8600, 9115]]", "dns_mos": 3.7, "speech_tokens": "6140 4218 6405 6324 6324 6405 6405 6405 6405 6405 4218 4218 4161 2916 2955 4528 1759 1950 4245 4131 1217 1244 4862 2702 5589 1225 4862 4943 2702 4134 1948 1247 4862 3403 4137 3405 2702 2678 3408 1339 491 1946 1950 3915 5832 3675 3651 1461 4218 1977 4926 3482 404 815 3092 1644 795 2339 2384 5510 4862 110 1975 1947 1947 1947 6375 6348 1458 6318 3405 1947 1950 4218 1959 1561 3663 5105 5347 6077 3160 3645 1944 1950 2031 5001 1294 1841 692 2157 5071 2879 2673 495 5663 4806 5825 2467 5832 1809 729 1620 1815 840 2031 1959 1723 1722 740 254 2440 5356 5438 3646 1702 1950 3648 3645 3648 3672 3648 3645 1701 1959 2112 6375 272 1946 1881 4311 569 2297 2243 2324 4511 146 1749 1741 1986 1716 2040 1461 3657 4671 760 1459 1458 4218 6405 6405 6405 6405 6324 4218 4218 1032 5326 940 611 1420 2112 243 2349 5832 2222 1266 1239 1267 1906 1582 1579 3850 2320 1725 1887 2490 2716 2321 4871 4873 2761 1420 2040 2121 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 4164 4272 2058 2490 2274 2715 1338 33 2526 5214 5323 2409 32 32 2955 1498 1497 1716 4299 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6324 6405 6324 6324 4137" } } ]
{ "type": "MatchaFbank", "num_frames": 900, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 9.6, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5050307,57893,47766", "channels": 0 }
{ "id": "Y0000013893__5NrITSwy4E_S00291-S00292", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000013893__5NrITSwy4E_S00291-S00292.wav" } ], "sampling_rate": 24000, "num_samples": 230400, "duration": 9.6, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000030649_92016710_S00235-2280932
0
4.096
0
[ { "id": "X0000030649_92016710_S00235", "recording_id": "X0000030649_92016710_S00235", "start": 0, "duration": 4.096, "channel": 0, "text": "除非喜欢到想跟他一辈子在一起。", "language": "Chinese", "custom": { "timestamp": "[[480, 640], [640, 840], [840, 1060], [1060, 1280], [1280, 1520], [1820, 2060], [2140, 2280], [2280, 2480], [2480, 2580], [2580, 2820], [2820, 2980], [2980, 3120], [3120, 3280], [3280, 3725]]", "dns_mos": 3.6, "speech_tokens": "3713 6486 6405 6405 6405 6405 6405 4218 4218 4218 4218 2139 5161 6048 1305 5828 4167 3510 4582 4832 4407 4593 4675 555 566 1856 2841 5028 688 2999 4459 5934 1932 2242 4456 4898 500 500 1945 4299 4299 4218 4299 6405 6405 4218 4137 4407 4673 4677 8 1946 1964 2131 177 2330 6174 1563 27 3898 5185 2501 3454 3481 2752 1932 2163 2414 4570 4578 4940 1776 6373 1530 802 6378 2493 2192 5837 2303 2825 5021 321 5651 4676 4513 4461 312 3482 565 2121 2040 4218 4218 6405 6405 6405 6405 6405 6405 6405 4218 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 384, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.096, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5155966,44617", "channels": 0 }
{ "id": "X0000030649_92016710_S00235", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000030649_92016710_S00235.wav" } ], "sampling_rate": 24000, "num_samples": 98304, "duration": 4.096, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000012746_Wq782ya7XzQ_S00266-S00267-2280933
0
5.632
0
[ { "id": "Y0000012746_Wq782ya7XzQ_S00266-S00267", "recording_id": "Y0000012746_Wq782ya7XzQ_S00266-S00267", "start": 0, "duration": 5.632, "channel": 0, "text": "对了,你在我们那区读书的时候,有没有听说过有人自杀?", "language": "Chinese", "custom": { "timestamp": "[[500, 700], [700, 940], [1080, 1240], [1240, 1420], [1420, 1500], [1500, 1580], [1580, 1700], [1700, 1840], [1840, 2000], [2000, 2120], [2120, 2260], [2260, 2400], [2400, 2640], [3100, 3320], [3320, 3480], [3480, 3620], [3620, 3780], [3780, 3940], [3940, 4080], [4080, 4180], [4180, 4380], [4380, 4540], [4540, 5105]]", "dns_mos": 3.7, "speech_tokens": "5888 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 4218 2112 2490 235 4607 956 3719 1055 1954 2028 4299 4218 4218 6405 6405 6405 6405 4299 2050 3914 1996 5651 4418 5265 5054 2128 1970 1807 2938 4858 2591 4758 5298 5289 969 2976 2098 1430 4042 6048 6291 5796 633 2503 353 5211 5319 5241 859 461 4863 3489 2768 2906 1337 2074 4218 4299 4218 6405 6405 6405 6405 6405 6405 6405 6405 6405 4218 2067 3319 461 2129 2051 1808 4832 4575 5050 623 1127 2004 4488 528 5480 6015 5869 6292 1413 5050 714 2877 4601 2834 890 1352 1684 821 748 5370 1023 5703 6457 5149 4441 6049 5319 3011 5999 5833 6076 6318 1959 4002 4299 6486 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 6405 3894" } } ]
{ "type": "MatchaFbank", "num_frames": 528, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.632, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5200583,59280,3463", "channels": 0 }
{ "id": "Y0000012746_Wq782ya7XzQ_S00266-S00267", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000012746_Wq782ya7XzQ_S00266-S00267.wav" } ], "sampling_rate": 24000, "num_samples": 135168, "duration": 5.632, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000010246_373957207_S00144-S00145-2280934
0
4.736
0
[ { "id": "X0000010246_373957207_S00144-S00145", "recording_id": "X0000010246_373957207_S00144-S00145", "start": 0, "duration": 4.736, "channel": 0, "text": "从后来的发展,包括了比赛的呈解,包括了你刚刚说的这个照片。", "language": "Chinese", "custom": { "timestamp": "[[380, 620], [1040, 1280], [1300, 1540], [1540, 1680], [1680, 1840], [1840, 2020], [2020, 2120], [2120, 2240], [2240, 2320], [2320, 2420], [2420, 2540], [2540, 2680], [2680, 2780], [2780, 3020], [3080, 3180], [3180, 3300], [3300, 3420], [3420, 3540], [3540, 3620], [3620, 3700], [3700, 3820], [3820, 3940], [3940, 4060], [4060, 4160], [4160, 4300], [4300, 4565]]", "dns_mos": 3.6, "speech_tokens": "5851 4466 2432 2064 1729 1461 1461 1701 1950 4917 2862 592 728 5775 5799 2068 2068 1987 1959 1950 4218 4137 4137 4137 4218 4218 5592 4971 4944 2679 5091 5083 3644 1694 317 1463 2924 225 2259 110 1246 6402 2687 5675 5348 172 3756 1544 1334 2130 2163 2867 2870 601 583 1199 47 220 2172 1862 2992 4689 113 145 2224 919 5244 848 1316 6177 5370 4686 4606 872 1744 1743 1950 2112 2163 2894 2897 600 5102 4115 875 2228 1725 1268 1942 48 299 4865 3584 5967 3375 2915 640 289 110 789 2344 2672 1095 370 946 3780 653 2870 715 3834 4542 2834 2330 4541 4567 1489 1716 1461 1707" } } ]
{ "type": "MatchaFbank", "num_frames": 444, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 4.736, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5263326,49610", "channels": 0 }
{ "id": "X0000010246_373957207_S00144-S00145", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000010246_373957207_S00144-S00145.wav" } ], "sampling_rate": 24000, "num_samples": 113664, "duration": 4.736, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
Y0000016227_fWBytj1RCnw_S00188-2280935
0
3.456
0
[ { "id": "Y0000016227_fWBytj1RCnw_S00188", "recording_id": "Y0000016227_fWBytj1RCnw_S00188", "start": 0, "duration": 3.456, "channel": 0, "text": "应该是惊喜的惊吧。", "language": "Chinese", "custom": { "timestamp": "[[740, 880], [880, 1040], [1040, 1280], [1720, 1960], [1980, 2220], [2340, 2440], [2440, 2680], [2740, 3125]]", "dns_mos": 3.7, "speech_tokens": "3704 4218 4218 6405 6405 6405 6405 6405 6405 6405 4218 4137 4137 3894 3645 4137 4137 1950 5133 808 4805 6262 1077 207 4457 4568 5953 5319 6291 3060 5987 3872 1685 3800 1535 1613 1613 1685 1607 1603 1602 3681 1731 2031 3462 4916 2590 5560 6423 4560 4416 4428 4434 4407 4407 2463 1293 1294 313 1029 757 758 843 546 4675 321 647 6071 5772 6258 4237 2163 515 973 3889 3889 3403 1216 1701 1701 2028 4218 4218 6405 6405 4218 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 324, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 3.456, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5312936,38273", "channels": 0 }
{ "id": "Y0000016227_fWBytj1RCnw_S00188", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000016227_fWBytj1RCnw_S00188.wav" } ], "sampling_rate": 24000, "num_samples": 82944, "duration": 3.456, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000027669_180346259_S00383-S00384-2280936
0
5.376
0
[ { "id": "X0000027669_180346259_S00383-S00384", "recording_id": "X0000027669_180346259_S00383-S00384", "start": 0, "duration": 5.376, "channel": 0, "text": "你这明显是智商不太足,你就想死,都没有方法,是不是?", "language": "Chinese", "custom": { "timestamp": "[[560, 680], [680, 880], [880, 1040], [1040, 1220], [1220, 1420], [1420, 1560], [1560, 1800], [1880, 1980], [1980, 2160], [2160, 2400], [2440, 2680], [2780, 3000], [3000, 3220], [3220, 3460], [3460, 3580], [3580, 3700], [3700, 3820], [3820, 3980], [3980, 4220], [4360, 4520], [4520, 4640], [4640, 5055]]", "dns_mos": 3.7, "speech_tokens": "3713 2040 4299 6108 5136 3732 3732 5919 5838 5919 5919 6162 6486 6405 1960 1807 1889 3705 3792 4592 468 4314 917 2564 6095 4561 4672 4686 2222 1493 1616 6048 3803 3882 1977 6052 5259 5340 5909 5319 2346 5186 4133 2684 5609 5526 2121 2166 716 136 2187 5837 2276 240 6377 1044 2186 2186 2186 2183 805 4155 2699 3455 5021 4778 4750 5415 6144 4218 4299 546 4515 6311 3638 5251 5322 322 1460 2693 4797 5652 6374 6372 4176 2018 2068 546 2738 2905 2130 1643 4616 4916 2897 5721 6507 4356 5675 1223 584 3616 3594 3566 1703 1702 1784 1625 3821 3739 1546 5460 5322 2637 3523 1857 6213 3801 2417 2276 4457 3792 3984 5631 6373 1526 1271 1331 4366 551 1487 1486 4218 4225 6082" } } ]
{ "type": "MatchaFbank", "num_frames": 504, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 5.376, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5351209,57355,464", "channels": 0 }
{ "id": "X0000027669_180346259_S00383-S00384", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000027669_180346259_S00383-S00384.wav" } ], "sampling_rate": 24000, "num_samples": 129024, "duration": 5.376, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000027281_44345577_S00728-S00734-2280937
0
14.976
0
[ { "id": "X0000027281_44345577_S00728-S00734", "recording_id": "X0000027281_44345577_S00728-S00734", "start": 0, "duration": 14.976, "channel": 0, "text": "自由行走,说整个孕期都听彩彩,经常把肚子里的小孩笑醒的平常心说,彩彩听你的段子本来是想开心点的一句,尤其是八零后,还没孩子,直接让我泪奔呐。因为我连女朋友都没有。", "language": "Chinese", "custom": { "timestamp": "[[510, 650], [650, 790], [790, 930], [930, 1110], [1110, 1350], [1710, 1890], [1890, 2030], [2030, 2250], [2250, 2430], [2430, 2550], [2550, 2750], [2750, 2850], [2850, 3090], [3210, 3390], [3390, 3570], [3570, 3810], [3810, 3990], [3990, 4110], [4110, 4190], [4190, 4290], [4290, 4410], [4410, 4650], [4650, 4810], [4810, 5050], [5050, 5290], [5570, 5770], [5770, 5950], [5950, 6130], [6130, 6330], [6330, 6430], [6430, 6670], [6850, 7030], [7030, 7150], [7150, 7230], [7230, 7430], [7430, 7570], [7570, 7670], [7670, 7790], [7790, 7910], [7910, 8130], [8130, 8270], [8270, 8450], [8450, 8630], [8630, 8870], [9210, 9410], [9410, 9550], [9550, 9710], [9710, 9950], [9950, 10090], [10090, 10250], [10250, 10430], [10430, 10630], [10630, 10770], [10770, 10910], [10910, 11130], [11130, 11370], [11390, 11490], [11490, 11670], [11670, 11790], [11790, 11890], [11890, 12030], [12030, 12210], [12210, 12450], [13050, 13170], [13170, 13350], [13350, 13430], [13430, 13590], [13590, 13770], [13770, 13890], [13890, 14010], [14010, 14130], [14130, 14250], [14250, 14635]]", "dns_mos": 3.6, "speech_tokens": "3716 6486 6486 6486 6486 6486 6162 6486 6486 6486 6486 6486 2112 5650 4923 4454 4939 146 2738 4432 5379 68 4961 4155 4690 542 725 5986 6048 1206 5090 4969 1271 1977 2028 5832 5913 5919 6000 4056 4299 4299 2031 1041 4515 950 1037 4153 128 2537 5722 6559 4614 4426 3669 1806 6379 4407 2454 4531 72 4997 5006 1272 2202 1257 5935 3909 5400 3654 3653 2345 3432 2236 3653 1493 1516 4299 3894 5379 4676 2510 3589 6175 3750 3108 3737 1217 4874 666 4314 3971 1703 83 1923 2112 297 5831 5101 1045 546 3233 4451 71 59 4484 4437 6457 798 1703 4132 5589 1793 1625 3839 5146 5485 4407 4564 5024 5150 5211 4921 161 1360 1969 2050 1100 3731 3647 1463 1963 3491 2038 4227 3975 4218 4218 4299 4299 4083 5325 1051 3104 1563 3033 3899 2759 4637 5148 6183 3126 5561 6182 6219 6553 2813 4430 3225 3186 4388 2332 2505 2195 1463 1465 1465 5838 5835 6486 6486 6486 4299 2973 4461 4992 5046 3914 3669 2216 307 546 4853 5078 4376 1476 4182 5661 2486 1920 2160 326 1505 1463 2921 3131 5238 2331 4534 4672 2499 1703 1235 987 162 5836 5273 3064 5430 2238 4498 6018 321 2384 2027 1874 1649 60 2270 326 1244 2028 3888 4215 4218 6486 6486 6405 6405 6486 4299 1735 3481 1295 4777 69 5001 3855 5344 2024 1375 470 5084 4851 3462 4678 4650 1041 5264 5899 6048 3802 946 2166 1431 5915 5833 4484 5905 152 1240 5936 4896 4944 2769 5084 2713 5589 1471 1544 930 2124 2393 2203 5346 6075 3656 1466 8 4526 1848 4185 1289 1757 787 2139 4432 2403 5341 2589 2265 4597 4567 6062 6266 2852 665 6067 2251 4733 2420 1920 2163 4727 4402 5934 3993 4393 3647 1469 1714 1702 3649 3972 6159 6486 6486 6486 6486 6486 6486 6486 6486 6486 6486 6405 6405 6405 1951 3455 4588 6526 4490 4514 2912 3643 623 3799 68 2492 4571 2292 6342 6478 1207 2163 5679 2768 2792 4718 5062 5005 306 5000 693 4314 2297 2312 4751 2420 2759 1223 1976 3494 3493 3483 6374 2016 2009 2089 1418 956 1508 889 1986" } } ]
{ "type": "MatchaFbank", "num_frames": 1404, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 14.976, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5409028,57224,56893,45754", "channels": 0 }
{ "id": "X0000027281_44345577_S00728-S00734", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000027281_44345577_S00728-S00734.wav" } ], "sampling_rate": 24000, "num_samples": 359424, "duration": 14.976, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000032029_211607559_S00015-S00017-2280938
0
12.544
0
[ { "id": "X0000032029_211607559_S00015-S00017", "recording_id": "X0000032029_211607559_S00015-S00017", "start": 0, "duration": 12.544, "channel": 0, "text": "二十世纪七十年代,石油危机时期,当时石油成本从三美元上涨到了四十美元左右。而同期美国消费者物价指数也从百分之二点七的同比增速飙升至了百分之十四点八。", "language": "Chinese", "custom": { "timestamp": "[[300, 500], [500, 620], [620, 780], [780, 980], [980, 1140], [1140, 1260], [1260, 1380], [1380, 1540], [1540, 1680], [1680, 1820], [1820, 1920], [1920, 2120], [2120, 2220], [2220, 2460], [2620, 2820], [2820, 3020], [3020, 3120], [3120, 3260], [3260, 3420], [3420, 3600], [3600, 3780], [3780, 3900], [3900, 4060], [4060, 4280], [4280, 4420], [4420, 4600], [4600, 4720], [4720, 4860], [4860, 4960], [4960, 5160], [5160, 5260], [5260, 5400], [5400, 5560], [5560, 5800], [5940, 6160], [6160, 6260], [6260, 6500], [6580, 6680], [6680, 6820], [6820, 6980], [6980, 7100], [7100, 7240], [7240, 7400], [7400, 7620], [7620, 7820], [7820, 8059], [8160, 8300], [8300, 8520], [8520, 8660], [8660, 8780], [8780, 8860], [8860, 8960], [8960, 9120], [9120, 9300], [9300, 9460], [9460, 9600], [9600, 9820], [9820, 9960], [9960, 10200], [10340, 10560], [10560, 10740], [10740, 10860], [10860, 11000], [11000, 11100], [11100, 11220], [11220, 11420], [11420, 11580], [11580, 11760], [11760, 11880], [11880, 12235]]", "dns_mos": 3.7, "speech_tokens": "6137 6324 6324 6324 6324 6324 4137 1951 3488 5752 5303 3767 6021 3049 5333 5896 6048 5989 2344 3471 4677 4778 4697 322 5650 4488 4722 5343 5238 2238 2699 269 5 5937 315 4456 2276 2339 6051 6024 3027 3239 3074 5087 3643 4341 4604 5101 4200 3210 5586 5140 6048 138 80 3462 4435 321 5669 4939 1763 1978 1734 1464 4218 4218 63 5429 5752 5770 5446 6021 5322 887 5333 5967 5319 2348 3158 5090 5095 2976 3078 506 5529 2181 2494 32 1482 4209 4671 1224 665 6503 5409 6377 4411 5914 4068 4068 44 539 1943 1697 926 2195 4481 5214 5322 5185 3494 1966 766 1703 4232 2010 4871 470 3476 3161 5373 6374 6374 5661 4527 2984 5319 41 909 2125 845 539 1664 2273 3019 5659 2484 2777 389 1295 1133 4843 2894 2006 1219 1947 1701 1458 1701 1945 2027 4052 5294 951 57 3897 701 6502 3990 5648 4677 5669 5019 1600 2032 4071 185 341 1929 699 137 4428 4675 4457 5024 4266 3096 4850 1608 1687 1190 2086 2032 2121 5829 3638 1050 4686 4544 6400 5195 1842 4593 69 1682 3715 6021 6048 3384 5098 1448 1977 3891 2922 1707 1978 1294 2339 65 5648 252 674 5772 3585 2082 110 737 838 2163 1658 3750 5297 6238 6239 1634 1590 296 305 17 1725 5651 4678 4623 2427 306 2324 297 1275 270 502 1403 5529 3612 1647 3563 1294 4191 5645 2234 5689 5691 4914 4914 5828 1457 2086 1728 3645 1704 4218 4218 3219 1294 962 2762 4946 4405 4590 4394 6338 1806 5322 2341 3719 29 2166 1441 3650 737 2028 1576 3750 888 3137 1516 1745 5946 6024 6051 867 797 5644 6377 5175 2421 76 548 842 1806 4332 3494 6158 5194 5672 1975 1947 1947 4134 4218 6324 6405 6324 6405 6324" } } ]
{ "type": "MatchaFbank", "num_frames": 1176, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 12.544, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5568899,55421,55068,19824", "channels": 0 }
{ "id": "X0000032029_211607559_S00015-S00017", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000032029_211607559_S00015-S00017.wav" } ], "sampling_rate": 24000, "num_samples": 301056, "duration": 12.544, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
End of preview.