Dataset Preview
Full Screen
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_train.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@982fade7c7dc68171099c12263cfa28b72e5a93c/tokenized/cuts_train.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)}}], '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 1412, 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 988, 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_train.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@982fade7c7dc68171099c12263cfa28b72e5a93c/tokenized/cuts_train.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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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 } } ]
{ "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
X0000013859_132981191_S00199-2280939
0
2.944
0
[ { "id": "X0000013859_132981191_S00199", "recording_id": "X0000013859_132981191_S00199", "start": 0, "duration": 2.944, "channel": 0, "text": "他离财富也越来越近。", "language": "Chinese", "custom": { "timestamp": "[[260, 480], [480, 640], [640, 820], [820, 1060], [1460, 1700], [1740, 1880], [1880, 2000], [2000, 2160], [2160, 2575]]", "dns_mos": 3.7 } } ]
{ "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": "5699212,32973", "channels": 0 }
{ "id": "X0000013859_132981191_S00199", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000013859_132981191_S00199.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
Y0000000417_03fyy0ZdRzA_S00217-2280940
0
2.688
0
[ { "id": "Y0000000417_03fyy0ZdRzA_S00217", "recording_id": "Y0000000417_03fyy0ZdRzA_S00217", "start": 0, "duration": 2.688, "channel": 0, "text": "那这个是什么东西走看?", "language": "Chinese", "custom": { "timestamp": "[[600, 760], [760, 840], [840, 920], [920, 1020], [1020, 1120], [1120, 1240], [1240, 1400], [1400, 1605], [2330, 2470], [2470, 2660]]", "dns_mos": 3.6 } } ]
{ "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": "5732185,29612", "channels": 0 }
{ "id": "Y0000000417_03fyy0ZdRzA_S00217", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000000417_03fyy0ZdRzA_S00217.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
X0000013358_34274500_S00084-2280941
0
4.864
0
[ { "id": "X0000013358_34274500_S00084", "recording_id": "X0000013358_34274500_S00084", "start": 0, "duration": 4.864, "channel": 0, "text": "真实的情况往往是让某一方感觉更舒服而已。", "language": "Chinese", "custom": { "timestamp": "[[400, 620], [620, 800], [800, 900], [900, 1040], [1040, 1240], [1240, 1380], [1380, 1500], [1500, 1740], [1880, 2100], [2100, 2260], [2260, 2380], [2380, 2620], [2660, 2800], [2800, 3040], [3120, 3360], [3420, 3660], [3740, 3920], [3920, 4040], [4040, 4485]]", "dns_mos": 3.7 } } ]
{ "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": "5761797,52701", "channels": 0 }
{ "id": "X0000013358_34274500_S00084", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000013358_34274500_S00084.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
X0000026582_288916978_S00346-2280942
0
2.176
0
[ { "id": "X0000026582_288916978_S00346", "recording_id": "X0000026582_288916978_S00346", "start": 0, "duration": 2.176, "channel": 0, "text": "别去想那些不开心的事情了嗯。", "language": "Chinese", "custom": { "timestamp": "[[50, 150], [150, 270], [270, 510], [510, 610], [610, 790], [790, 910], [910, 1070], [1070, 1250], [1250, 1390], [1390, 1530], [1530, 1710], [1710, 1890], [1890, 2065]]", "dns_mos": 3.6 } } ]
{ "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": "5814498,23666", "channels": 0 }
{ "id": "X0000026582_288916978_S00346", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000026582_288916978_S00346.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
Y0000016345_fo0bhj9DVJw_S02165-2280943
0
5.248
0
[ { "id": "Y0000016345_fo0bhj9DVJw_S02165", "recording_id": "Y0000016345_fo0bhj9DVJw_S02165", "start": 0, "duration": 5.248, "channel": 0, "text": "生物吧听上去很特别的样子。", "language": "Chinese", "custom": { "timestamp": "[[580, 820], [820, 1040], [1040, 1375], [2100, 2280], [2280, 2500], [2500, 2740], [3160, 3360], [3360, 3500], [3500, 3680], [3680, 3800], [3800, 4020], [4020, 4315]]", "dns_mos": 3.6 } } ]
{ "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": "5838164,58565", "channels": 0 }
{ "id": "Y0000016345_fo0bhj9DVJw_S02165", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000016345_fo0bhj9DVJw_S02165.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
Y0000014487_agmAZTFChmU_S00603-2280944
0
8.576
0
[ { "id": "Y0000014487_agmAZTFChmU_S00603", "recording_id": "Y0000014487_agmAZTFChmU_S00603", "start": 0, "duration": 8.576, "channel": 0, "text": "隋炀帝的这次西巡时间长达半年,地理距离超过两千千米。", "language": "Chinese", "custom": { "timestamp": "[[690, 930], [950, 1130], [1130, 1310], [1310, 1430], [1430, 1650], [1650, 1890], [1990, 2230], [2230, 2470], [3110, 3350], [3370, 3610], [3650, 3830], [3830, 4050], [4050, 4250], [4250, 4545], [5360, 5600], [5640, 5840], [5840, 5980], [5980, 6180], [6180, 6380], [6380, 6600], [6600, 6840], [6860, 7100], [7100, 7340], [7380, 7645]]", "dns_mos": 3.7 } } ]
{ "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": "5896729,58855,35787", "channels": 0 }
{ "id": "Y0000014487_agmAZTFChmU_S00603", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000014487_agmAZTFChmU_S00603.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
Y0000006420_GG2bChYd43I_S00280-2280945
0
2.56
0
[ { "id": "Y0000006420_GG2bChYd43I_S00280", "recording_id": "Y0000006420_GG2bChYd43I_S00280", "start": 0, "duration": 2.56, "channel": 0, "text": "送了直接,那抢银行得了啊。", "language": "Chinese", "custom": { "timestamp": "[[130, 290], [290, 410], [410, 530], [530, 710], [710, 810], [810, 930], [930, 1050], [1050, 1290], [1310, 1530], [1530, 1650], [1650, 2125]]", "dns_mos": 3.6 } } ]
{ "type": "MatchaFbank", "num_frames": 240, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 2.56, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "5991371,28149", "channels": 0 }
{ "id": "Y0000006420_GG2bChYd43I_S00280", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000006420_GG2bChYd43I_S00280.wav" } ], "sampling_rate": 24000, "num_samples": 61440, "duration": 2.56, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
X0000025630_326537898_S00009-2280946
0
2.048
0
[ { "id": "X0000025630_326537898_S00009", "recording_id": "X0000025630_326537898_S00009", "start": 0, "duration": 2.048, "channel": 0, "text": "因为就是我是嗯", "language": "Chinese", "custom": { "timestamp": "[[490, 590], [590, 770], [770, 870], [870, 1110], [1110, 1270], [1270, 1510], [1670, 1905]]", "dns_mos": 3.6 } } ]
{ "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": "6019520,21883", "channels": 0 }
{ "id": "X0000025630_326537898_S00009", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000025630_326537898_S00009.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
X0000028601_180522992_S00083-S00085-2280947
0
12.672
0
[ { "id": "X0000028601_180522992_S00083-S00085", "recording_id": "X0000028601_180522992_S00083-S00085", "start": 0, "duration": 12.672, "channel": 0, "text": "心理学有个词儿叫运轮效应说,当我们某个人的某一方面形成好的或坏的印象后,在评价这个人其他方面时会受到之前的影响。", "language": "Chinese", "custom": { "timestamp": "[[330, 490], [490, 650], [650, 890], [970, 1130], [1130, 1250], [1250, 1490], [1490, 1690], [1690, 1930], [2050, 2270], [2270, 2510], [2570, 2810], [2810, 3050], [3370, 3590], [3590, 3710], [3710, 3810], [3810, 3950], [3950, 4170], [4170, 4350], [4350, 4530], [4530, 4670], [4670, 4830], [4830, 5030], [5030, 5250], [5250, 5490], [5670, 5850], [5850, 6090], [6130, 6370], [6390, 6570], [6570, 6750], [6750, 6970], [6970, 7130], [7130, 7330], [7330, 7510], [7510, 7750], [8049, 8270], [8270, 8510], [8530, 8770], [8790, 8950], [8950, 9070], [9070, 9230], [9230, 9410], [9410, 9650], [9690, 9830], [9830, 10070], [10070, 10310], [10530, 10770], [10770, 10970], [10970, 11170], [11170, 11330], [11330, 11570], [11630, 11770], [11770, 11990], [11990, 12375]]", "dns_mos": 3.6 } } ]
{ "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": "6041403,54834,54407,21255", "channels": 0 }
{ "id": "X0000028601_180522992_S00083-S00085", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000028601_180522992_S00083-S00085.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
Y0000023494_ywMqD4dnxA4_S00279-S00280-2280948
0
4.736
0
[ { "id": "Y0000023494_ywMqD4dnxA4_S00279-S00280", "recording_id": "Y0000023494_ywMqD4dnxA4_S00279-S00280", "start": 0, "duration": 4.736, "channel": 0, "text": "特务是不会收手的,他们肯定还会继续抓人的。", "language": "Chinese", "custom": { "timestamp": "[[460, 640], [640, 760], [760, 880], [880, 1000], [1000, 1180], [1180, 1340], [1340, 1580], [1580, 1820], [2420, 2600], [2600, 2700], [2700, 2820], [2820, 2920], [2920, 3060], [3060, 3200], [3200, 3340], [3340, 3480], [3480, 3640], [3640, 3880], [3880, 4355]]", "dns_mos": 3.6 } } ]
{ "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": "6171899,52357", "channels": 0 }
{ "id": "Y0000023494_ywMqD4dnxA4_S00279-S00280", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/Y0000023494_ywMqD4dnxA4_S00279-S00280.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
X0000036027_39959685_S00105-S00108-2280949
0
11.776
0
[ { "id": "X0000036027_39959685_S00105-S00108", "recording_id": "X0000036027_39959685_S00105-S00108", "start": 0, "duration": 11.776, "channel": 0, "text": "一开始,小心以为小明是安全感不足,加上自己问心无愧,想着配合一下,彼此建立信任后就会好起来。", "language": "Chinese", "custom": { "timestamp": "[[550, 690], [690, 850], [850, 1070], [1070, 1270], [1270, 1470], [1470, 1630], [1630, 1870], [2390, 2630], [2650, 2890], [2890, 3130], [3370, 3530], [3530, 3770], [3770, 3970], [3970, 4190], [4190, 4430], [4850, 5030], [5030, 5270], [5290, 5510], [5510, 5730], [5730, 5930], [5930, 6130], [6130, 6330], [6330, 6570], [6950, 7170], [7170, 7330], [7330, 7570], [7590, 7810], [7810, 8010], [8010, 8250], [8570, 8790], [8790, 8990], [8990, 9130], [9130, 9330], [9330, 9490], [9490, 9670], [9670, 9910], [10150, 10330], [10330, 10510], [10510, 10750], [10750, 10990], [10990, 11405]]", "dns_mos": 3.7 } } ]
{ "type": "MatchaFbank", "num_frames": 1104, "num_features": 100, "frame_shift": 0.010666666666666666, "sampling_rate": 24000, "start": 0, "duration": 11.776, "storage_type": "lilcom_chunky", "storage_path": "data/fbank/wenetspeech4tts_bigvgan_Basic_58.lca", "storage_key": "6224256,58256,56428,12455", "channels": 0 }
{ "id": "X0000036027_39959685_S00105-S00108", "sources": [ { "type": "file", "channels": [ 0 ], "source": "/workspace/WenetSpeech4TTS/Basic/WenetSpeech4TTS_Basic_28/wavs/X0000036027_39959685_S00105-S00108.wav" } ], "sampling_rate": 24000, "num_samples": 282624, "duration": 11.776, "channel_ids": [ 0 ], "transforms": [ { "name": "Resample", "kwargs": { "source_sampling_rate": 16000, "target_sampling_rate": 24000 } } ] }
MonoCut
End of preview.

No dataset card yet

Downloads last month
13