Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
|
|
4 |
|
5 |
# Dataset Analyze
|
6 |
|
7 |
-
Brief results:
|
8 |
```sh
|
9 |
==================
|
10 |
max dur: 14.531 s (wav_id: BAC009S0658W0472)
|
@@ -48,7 +48,7 @@ min trailing_sil: 0.000 ms (wav_id: BAC009S0168W0257)
|
|
48 |
avg trailing_sil: 128.904 ms
|
49 |
```
|
50 |
|
51 |
-
Detailed results:
|
52 |
```sh
|
53 |
{"txt": "娱乐频道", "wav": "None", "sample_rate": 16000, "key": "BAC009S0141W0423", "dur": 1.23, "txt_length": 4, "speed": 3.252032520325203, "leading_sil": 128.0, "trailing_sil": 174.0}
|
54 |
{"txt": "适用税率", "wav": "None", "sample_rate": 16000, "key": "BAC009S0124W0224", "dur": 1.3050625, "txt_length": 4, "speed": 3.0649873090369235, "leading_sil": 0, "trailing_sil": 0}
|
|
|
4 |
|
5 |
# Dataset Analyze
|
6 |
|
7 |
+
Brief results (example):
|
8 |
```sh
|
9 |
==================
|
10 |
max dur: 14.531 s (wav_id: BAC009S0658W0472)
|
|
|
48 |
avg trailing_sil: 128.904 ms
|
49 |
```
|
50 |
|
51 |
+
Detailed results (example):
|
52 |
```sh
|
53 |
{"txt": "娱乐频道", "wav": "None", "sample_rate": 16000, "key": "BAC009S0141W0423", "dur": 1.23, "txt_length": 4, "speed": 3.252032520325203, "leading_sil": 128.0, "trailing_sil": 174.0}
|
54 |
{"txt": "适用税率", "wav": "None", "sample_rate": 16000, "key": "BAC009S0124W0224", "dur": 1.3050625, "txt_length": 4, "speed": 3.0649873090369235, "leading_sil": 0, "trailing_sil": 0}
|