Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'custom'})
This happened while the json dataset builder was generating data using
gzip://cuts_dev.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@f80067f0ba2c847312b71483ebc67559c8808742/tokenized/cuts_dev.jsonl.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: string
start: int64
duration: double
channel: int64
supervisions: list<item: struct<id: string, recording_id: string, start: double, duration: double, channel: int64, text: string, language: string, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>>>
child 0, item: struct<id: string, recording_id: string, start: double, duration: double, channel: int64, text: string, language: string, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>>
child 0, id: string
child 1, recording_id: string
child 2, start: double
child 3, duration: double
child 4, channel: int64
child 5, text: string
child 6, language: string
child 7, custom: struct<timestamp: string, dns_mos: double, normalized_text: string>
child 0, timestamp: string
child 1, dns_mos: double
child 2, normalized_text: string
features: struct<type: string, num_frames: int64, num_features: int64, frame_shift: double, sampling_rate: int64, start: int64, duration: double, storage_type: string, storage_path: string, storage_key: string, recording_id: string, channels: int64>
child 0, type: string
child 1, num_frames: int64
child 2, num_features: int64
child 3, frame_shift: double
child 4, sampling_rate: int64
child 5, start: int64
child 6, duration: double
child 7, storage_type: string
child 8, storage_path: string
child 9, storage_key: string
child 10, recording_id: string
child
...
s: list<item: int64>, transforms: list<item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>>>
child 0, id: string
child 1, sources: list<item: struct<type: string, channels: list<item: int64>, source: string>>
child 0, item: struct<type: string, channels: list<item: int64>, source: string>
child 0, type: string
child 1, channels: list<item: int64>
child 0, item: int64
child 2, source: string
child 2, sampling_rate: int64
child 3, num_samples: int64
child 4, duration: double
child 5, channel_ids: list<item: int64>
child 0, item: int64
child 6, transforms: list<item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>>
child 0, item: struct<name: string, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>>
child 0, name: string
child 1, kwargs: struct<source_sampling_rate: int64, target_sampling_rate: int64>
child 0, source_sampling_rate: int64
child 1, target_sampling_rate: int64
custom: struct<dataloading_info: struct<rank: int64, world_size: int64, worker_id: null>, tokens: list<item: string>>
child 0, dataloading_info: struct<rank: int64, world_size: int64, worker_id: null>
child 0, rank: int64
child 1, world_size: int64
child 2, worker_id: null
child 1, tokens: list<item: string>
child 0, item: string
type: string
to
{'id': Value(dtype='string', id=None), 'start': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'channel': Value(dtype='int64', id=None), 'supervisions': [{'id': Value(dtype='string', id=None), 'recording_id': Value(dtype='string', id=None), 'start': Value(dtype='float64', id=None), 'duration': Value(dtype='float64', id=None), 'channel': Value(dtype='int64', id=None), 'text': Value(dtype='string', id=None), 'language': Value(dtype='string', id=None), 'custom': {'timestamp': Value(dtype='string', id=None), 'dns_mos': Value(dtype='float64', id=None), 'speech_tokens': Value(dtype='string', id=None)}}], 'features': {'type': Value(dtype='string', id=None), 'num_frames': Value(dtype='int64', id=None), 'num_features': Value(dtype='int64', id=None), 'frame_shift': Value(dtype='float64', id=None), 'sampling_rate': Value(dtype='int64', id=None), 'start': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'storage_type': Value(dtype='string', id=None), 'storage_path': Value(dtype='string', id=None), 'storage_key': Value(dtype='string', id=None), 'channels': Value(dtype='int64', id=None)}, 'recording': {'id': Value(dtype='string', id=None), 'sources': [{'type': Value(dtype='string', id=None), 'channels': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'source': Value(dtype='string', id=None)}], 'sampling_rate': Value(dtype='int64', id=None), 'num_samples': Value(dtype='int64', id=None), 'duration': Value(dtype='float64', id=None), 'channel_ids': Sequence(feature=Value(dtype='int64', id=None), length=-1, id=None), 'transforms': [{'name': Value(dtype='string', id=None), 'kwargs': {'source_sampling_rate': Value(dtype='int64', id=None), 'target_sampling_rate': Value(dtype='int64', id=None)}}]}, 'type': Value(dtype='string', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1415, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 991, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'custom'})
This happened while the json dataset builder was generating data using
gzip://cuts_dev.jsonl::hf://datasets/yuekai/wenetspeech4tts_lhotse_manifest@f80067f0ba2c847312b71483ebc67559c8808742/tokenized/cuts_dev.jsonl.gz
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | start int64 | duration float64 | channel int64 | supervisions list | features dict | recording dict | type string |
|---|---|---|---|---|---|---|---|
Y0000003363_7vSL-4k4aW0_S00205-2280850 | 0 | 2.816 | 0 | [
{
"id": "Y0000003363_7vSL-4k4aW0_S00205",
"recording_id": "Y0000003363_7vSL-4k4aW0_S00205",
"start": 0,
"duration": 2.816,
"channel": 0,
"text": "我的好的,我立即给潘盼莲同志发报。",
"language": "Chinese",
"custom": {
"timestamp": "[[70, 90], [90, 130], [130, 210], [210, 300], [730, 950], [950,... | {
"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.8... | 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]... | {
"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",
"chan... | {
"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,
... | 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... | {
"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"... | {
"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,
"c... | 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... | {
"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",... | {
"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,
... | 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], [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",
"chann... | {
"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,
"dur... | 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... | {
"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",
"chan... | {
"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,
... | 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], [... | {
"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"... | {
"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,
... | 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, 8... | {
"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",
"cha... | {
"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,
"durat... | 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": "[[5... | {
"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"... | {
"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,
"durat... | 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, ... | {
"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"... | {
"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,
"dura... | 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], ... | {
"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"... | {
"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.6... | 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], ... | {
"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"... | {
"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,
"dur... | 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, 11... | {
"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"... | {
"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,
... | 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, 1... | {
"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"... | {
"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.1... | 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, ... | {
"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",
"cha... | {
"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,
... | 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],... | {
"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",
"cha... | {
"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,
... | 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... | {
"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,
... | 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, 175... | {
"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... | {
"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,
... | 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, 15... | {
"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... | {
"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,
... | 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],... | {
"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",
"ch... | {
"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.... | 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, 15... | {
"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... | {
"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,
... | 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, ... | {
"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... | {
"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,
"dura... | 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... | {
"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",
"cha... | {
"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.... | 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, ... | {
"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... | {
"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,
... | 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], ... | {
"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... | {
"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,
... | 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], [... | {
"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... | {
"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,
"... | 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, ... | {
"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... | {
"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,
... | 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], [... | {
"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",... | {
"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,
"dur... | 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]... | {
"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... | {
"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,
... | 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,... | {
"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",
"ch... | {
"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.... | 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,... | {
"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",
"cha... | {
"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,
... | 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, ... | {
"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",
"cha... | {
"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,
... | 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]]",... | {
"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... | {
"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,
... | 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,... | {
"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",
"ch... | {
"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,
"dur... | 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, 127... | {
"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... | {
"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.... | 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], [... | {
"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",
"ch... | {
"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.... | 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, ... | {
"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",
"chan... | {
"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,
"duratio... | 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], [1... | {
"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... | {
"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,
... | 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]... | {
"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... | {
"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.7... | 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], [13... | {
"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... | {
"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.6... | 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,... | {
"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",
"ch... | {
"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,
... | 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,... | {
"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",
"cha... | {
"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,
"dur... | 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, 147... | {
"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... | {
"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.... | 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], [... | {
"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... | {
"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.4... | 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, ... | {
"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":... | {
"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,
... | 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],... | {
"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",
"cha... | {
"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.... | 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": "[[4... | {
"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... | {
"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,
... | 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... | {
"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... | {
"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,
... | 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],... | {
"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",
"cha... | {
"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,
"durat... | 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], [13... | {
"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",
"ch... | {
"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,
... | 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], ... | {
"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",
"ch... | {
"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,
... | 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... | {
"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... | {
"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,
... | 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]... | {
"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... | {
"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,
... | 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... | {
"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":... | {
"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,
"durati... | 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, ... | {
"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"... | {
"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.... | 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... | {
"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... | {
"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,
... | 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], [1... | {
"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... | {
"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,
... | 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, ... | {
"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... | {
"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,
... | 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... | {
"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... | {
"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,
... | 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",
"c... | {
"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... | {
"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,
... | 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, 13... | {
"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... | {
"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.3... | 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],... | {
"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",
"ch... | {
"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,
... | 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, 24... | {
"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",
"ch... | {
"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.... | 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, 1... | {
"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",
"cha... | {
"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,
... | 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,... | {
"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... | {
"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.1... | 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, ... | {
"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",
"chan... | {
"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,
"dur... | 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], ... | {
"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... | {
"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,
... | 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, 45... | {
"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",
"cha... | {
"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,
... | 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], [1... | {
"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... | {
"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,
"dura... | 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,... | {
"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... | {
"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,
... | 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], [10... | {
"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",
"ch... | {
"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,
"dur... | 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": ... | {
"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",... | {
"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,
"durat... | 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, 13... | {
"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... | {
"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,
... | 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], [7... | {
"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"... | {
"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,
"dura... | 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]... | {
"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... | {
"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,
... | 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, 81... | {
"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",
"chan... | {
"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,
"... | 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... | {
"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.7... | 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], [15... | {
"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... | {
"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,
... | 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], [... | {
"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",
"cha... | {
"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,
... | 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": ... | {
"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... | {
"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,
... | 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": "[[... | {
"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... | {
"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,
... | 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], [... | {
"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",
"chan... | {
"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,
... | 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... | {
"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... | {
"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,
... | 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], [... | {
"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",
"cha... | {
"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,
... | 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], ... | {
"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... | {
"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,
"dur... | 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], [23... | {
"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... | {
"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.4... | 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,... | {
"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",
"chan... | {
"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,
"dur... | 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": {
"tim... | {
"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... | {
"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,
"durat... | 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": {
"timestam... | {
"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... | {
"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,
"dur... | MonoCut |
End of preview.
No dataset card yet
- Downloads last month
- 9