Add files using upload-large-folder tool
Browse files- .gitattributes +2 -60
- README.md +115 -3
- audio/CHECKSUMS.sha256 +6 -0
- audio/audio_events.tar +3 -0
- audio/audio_native.part00.tar +3 -0
- audio/audio_native.part01.tar +3 -0
- audio/audio_native.part02.tar +3 -0
- audio/audio_native.part03.tar +3 -0
- audio/audio_native.part04.tar +3 -0
- evaluate/judge_criteria.md +98 -0
- evaluate/score.py +215 -0
- evaluate/score_rubric.py +350 -0
- figs/audio_span.png +3 -0
- metadata/accuracy/L.jsonl +0 -0
- metadata/accuracy/M.jsonl +0 -0
- metadata/accuracy/S.jsonl +0 -0
- metadata/chain/L.jsonl +0 -0
- metadata/chain/M.jsonl +0 -0
- metadata/chain/S.jsonl +0 -0
- metadata/media/anchor/L.jsonl +120 -0
- metadata/media/anchor/M.jsonl +120 -0
- metadata/media/anchor/S.jsonl +120 -0
- metadata/media/anchor/anchor_manifest.jsonl +0 -0
- metadata/media/native/L.jsonl +120 -0
- metadata/media/native/M.jsonl +120 -0
- metadata/media/native/S.jsonl +120 -0
- metadata/rubric/L.jsonl +0 -0
- metadata/rubric/M.jsonl +0 -0
- metadata/rubric/S.jsonl +0 -0
- prepare/prepare_anchor.py +369 -0
- prepare/unpack_audio.py +144 -0
.gitattributes
CHANGED
|
@@ -1,60 +1,2 @@
|
|
| 1 |
-
*.
|
| 2 |
-
|
| 3 |
-
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
-
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
-
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
-
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
-
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
-
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
-
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
-
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
-
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
-
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
-
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
-
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
-
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
-
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
-
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
-
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
-
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
-
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
-
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
-
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
-
# Audio files - uncompressed
|
| 40 |
-
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
-
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
-
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
-
# Audio files - compressed
|
| 44 |
-
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
-
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
-
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
-
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
-
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
-
# Image files - uncompressed
|
| 50 |
-
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
-
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
-
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
-
# Image files - compressed
|
| 55 |
-
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
-
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
-
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
-
# Video files - compressed
|
| 59 |
-
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
-
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 1 |
+
audio/*.tar filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
figs/audio_span.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -1,3 +1,115 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# AudioSpan: Spanning the Duration and Depth of Audio Comprehension
|
| 2 |
+
|
| 3 |
+
[📖 Paper]() | [🧩 AudioSpan Benchmark]()
|
| 4 |
+
|
| 5 |
+
## Introduction
|
| 6 |
+
|
| 7 |
+
**AudioSpan** is a benchmark for **long-form audio comprehension**, spanning
|
| 8 |
+
diverse durations and cognitive depths.
|
| 9 |
+
|
| 10 |
+
<p align="center">
|
| 11 |
+
<img src="figs/audio_span.png" alt="AudioSpan overview" width="100%">
|
| 12 |
+
</p>
|
| 13 |
+
|
| 14 |
+
Questions come from two complementary paths:
|
| 15 |
+
|
| 16 |
+
- **Native QA**: questions drawn from the audio's natural content.
|
| 17 |
+
- **Anchor QA**: questions built around acoustic anchors planted into the
|
| 18 |
+
audio.
|
| 19 |
+
|
| 20 |
+
Each path is scored in its own mode:
|
| 21 |
+
|
| 22 |
+
- **Accuracy**: multiple choice questions on native audio, scored by exact
|
| 23 |
+
match.
|
| 24 |
+
- **Rubric**: open-ended questions on native audio, graded by rubric-based
|
| 25 |
+
LLM judges against criteria.
|
| 26 |
+
- **Chain**: multiple-choice question chains on anchor audio; an answer is
|
| 27 |
+
credited only up to the first error in the chain.
|
| 28 |
+
|
| 29 |
+
## Quick Start
|
| 30 |
+
|
| 31 |
+
### 1. Prepare Audio Data
|
| 32 |
+
|
| 33 |
+
Native recordings and sound events ship as tar archives
|
| 34 |
+
(`audio/audio_native.tar`, `audio/audio_events.tar`). From the release root
|
| 35 |
+
(the directory with `prepare/` and `audio/`), verify them against
|
| 36 |
+
`audio/CHECKSUMS.sha256` and unpack into `audio/`:
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
# accuracy / rubric: native recordings only
|
| 40 |
+
python prepare/unpack_audio.py --buckets native
|
| 41 |
+
# -> audio/native/*.flac
|
| 42 |
+
|
| 43 |
+
# chain: also rebuild the anchor audio from the native recordings and the
|
| 44 |
+
# exact edit recipes in metadata/media/anchor/anchor_manifest.jsonl
|
| 45 |
+
# (needs only ffmpeg)
|
| 46 |
+
python prepare/unpack_audio.py --buckets native,events
|
| 47 |
+
python prepare/prepare_anchor.py
|
| 48 |
+
# -> audio/anchor/*.flac
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
(`unpack_audio.py` resolves the release root from its own location; pass
|
| 52 |
+
`--root` if you run it from elsewhere.)
|
| 53 |
+
|
| 54 |
+
### 2. Prepare Inference Results
|
| 55 |
+
|
| 56 |
+
The questions live in `metadata/{accuracy,rubric,chain}/{S,M,L}.jsonl`; each
|
| 57 |
+
record carries the question, its `audio_path`, and (for multiple choice) the
|
| 58 |
+
four options. Run your model over each record and write one answer per
|
| 59 |
+
question — only `qa_id` and the model's output; ground truth stays in the
|
| 60 |
+
metadata and is joined in by the scorer:
|
| 61 |
+
|
| 62 |
+
**accuracy / chain** (multiple choice):
|
| 63 |
+
|
| 64 |
+
```json
|
| 65 |
+
{"qa_id": "S_EN_001_P", "answer": "D"}
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
**rubric** (open-ended):
|
| 69 |
+
|
| 70 |
+
```json
|
| 71 |
+
{"qa_id": "S_EN_001_P", "answer": "The narrator first says HDR at about 06:04 ..."}
|
| 72 |
+
```
|
| 73 |
+
|
| 74 |
+
- `answer` — the model's raw output; for multiple choice the scorer
|
| 75 |
+
extracts the option letter (A/B/C/D) from it.
|
| 76 |
+
- Questions missing from your file count as wrong (or score zero).
|
| 77 |
+
|
| 78 |
+
### 3. Run Evaluation
|
| 79 |
+
|
| 80 |
+
```bash
|
| 81 |
+
# accuracy + chain: stdlib-only, no dependencies
|
| 82 |
+
python evaluate/score.py --mode accuracy --input your_accuracy.jsonl
|
| 83 |
+
python evaluate/score.py --mode chain --input your_chain.jsonl
|
| 84 |
+
|
| 85 |
+
# rubric: needs an LLM judge (default: gpt-5.4-2026-03-05; API key from the
|
| 86 |
+
# matching provider env var, e.g. OPENAI_API_KEY; or pass --api-base/--api-key)
|
| 87 |
+
pip install openai tenacity
|
| 88 |
+
export OPENAI_API_KEY="your-api-key-here"
|
| 89 |
+
python evaluate/score_rubric.py --input your_rubric.jsonl
|
| 90 |
+
```
|
| 91 |
+
|
| 92 |
+
Both scorers join your answers against the ground truth in `metadata/` by
|
| 93 |
+
`qa_id` — no reference answers needed in your submission.
|
| 94 |
+
|
| 95 |
+
## License and Data Use
|
| 96 |
+
|
| 97 |
+
AudioSpan is released for **non-commercial research and evaluation**. Our
|
| 98 |
+
artifacts (QA items, rubric criteria, anchor manifests, sound events, and
|
| 99 |
+
evaluation scripts) are under CC BY-NC-SA 4.0; copyright of the source
|
| 100 |
+
recordings remains with their original creators. The recordings are
|
| 101 |
+
included only for evaluation, and downloading the dataset constitutes
|
| 102 |
+
agreement not to redistribute the audio or use it in commercial products.
|
| 103 |
+
|
| 104 |
+
## Citation
|
| 105 |
+
|
| 106 |
+
If you find AudioSpan useful for your research, please consider citing:
|
| 107 |
+
|
| 108 |
+
```bibtex
|
| 109 |
+
@inproceedings{audiospan,
|
| 110 |
+
title = {AudioSpan: ...},
|
| 111 |
+
author = {...},
|
| 112 |
+
booktitle = {...},
|
| 113 |
+
year = {2026}
|
| 114 |
+
}
|
| 115 |
+
```
|
audio/CHECKSUMS.sha256
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
232966e01ef8ab9882c1ce3db0885d7c4f29f463ef9d6d9b792a6dbb7279fc90 audio_native.part00.tar
|
| 2 |
+
17c532041c146856924b681638af662b98c7cfc5b7ab267f027bd6fd97bb8b5e audio_native.part01.tar
|
| 3 |
+
f7aa8c9ab268dd88dac731eb68660c41c3dd817278f370156a049985e80f649e audio_native.part02.tar
|
| 4 |
+
e144548e79a8b17526823f32ff5c664a3c972ec3734355f8b95ec2d66c8f7735 audio_native.part03.tar
|
| 5 |
+
bd927c4445ae2b709a6df7a44b4939e2a003be5690571736f93bd6775bbd727f audio_native.part04.tar
|
| 6 |
+
5fe435eb3a842cc441459925adef41908c7d06681a0901a6a7c9d85db3d10ee1 audio_events.tar
|
audio/audio_events.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fe435eb3a842cc441459925adef41908c7d06681a0901a6a7c9d85db3d10ee1
|
| 3 |
+
size 32071680
|
audio/audio_native.part00.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:232966e01ef8ab9882c1ce3db0885d7c4f29f463ef9d6d9b792a6dbb7279fc90
|
| 3 |
+
size 4294967296
|
audio/audio_native.part01.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17c532041c146856924b681638af662b98c7cfc5b7ab267f027bd6fd97bb8b5e
|
| 3 |
+
size 4294967296
|
audio/audio_native.part02.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7aa8c9ab268dd88dac731eb68660c41c3dd817278f370156a049985e80f649e
|
| 3 |
+
size 4294967296
|
audio/audio_native.part03.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e144548e79a8b17526823f32ff5c664a3c972ec3734355f8b95ec2d66c8f7735
|
| 3 |
+
size 4294967296
|
audio/audio_native.part04.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd927c4445ae2b709a6df7a44b4939e2a003be5690571736f93bd6775bbd727f
|
| 3 |
+
size 1272631296
|
evaluate/judge_criteria.md
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
You are an audio-understanding evaluation expert. For each evaluation criterion
|
| 2 |
+
provided, judge the quality of the model's response independently.
|
| 3 |
+
|
| 4 |
+
## Evaluation Dimensions
|
| 5 |
+
|
| 6 |
+
### Dimension Selection Rules
|
| 7 |
+
|
| 8 |
+
Choose which dimension(s) to evaluate based on the criterion's `importance`
|
| 9 |
+
and its content:
|
| 10 |
+
|
| 11 |
+
**essential criterion: evaluate exactly one dimension**
|
| 12 |
+
- If the criterion requires a specific time point or time span (localization),
|
| 13 |
+
evaluate **temporal** only; set semantic to `"none"`.
|
| 14 |
+
- If the criterion requires content, meaning, causality, etc. (semantic),
|
| 15 |
+
evaluate **semantic** only; set temporal to `"none"`.
|
| 16 |
+
|
| 17 |
+
**supporting criterion: evaluate both dimensions when applicable**
|
| 18 |
+
- If a `time_range` is provided: evaluate both **semantic** and **temporal**.
|
| 19 |
+
- If no `time_range` is provided: evaluate **semantic** only; set temporal to
|
| 20 |
+
`"none"`.
|
| 21 |
+
|
| 22 |
+
### semantic
|
| 23 |
+
|
| 24 |
+
- **correct** = the response fully captures what the criterion requires; the
|
| 25 |
+
key information is complete and accurate.
|
| 26 |
+
- **partial** = the response touches on part of the content, but key
|
| 27 |
+
information is incomplete or contains errors.
|
| 28 |
+
- **wrong** = the response does not address what the criterion requires, or
|
| 29 |
+
the core content is incorrect.
|
| 30 |
+
- **none** = the criterion is a localization task; semantic is not evaluated.
|
| 31 |
+
|
| 32 |
+
### temporal
|
| 33 |
+
|
| 34 |
+
- **correct** = the timestamp given by the model falls within the valid range
|
| 35 |
+
(±5 seconds tolerance around the target), or the time span given by the
|
| 36 |
+
model overlaps the reference `time_range`.
|
| 37 |
+
- **wrong** = the model produced a timestamp or span, but it is outside the
|
| 38 |
+
valid range and does not overlap.
|
| 39 |
+
- **missing** = the model did not produce a timestamp (the model is not
|
| 40 |
+
required to do so).
|
| 41 |
+
- **none** = the criterion is semantic; temporal is not evaluated.
|
| 42 |
+
|
| 43 |
+
The model may use different timestamp formats. Normalize before comparing:
|
| 44 |
+
- `MM:SS` (e.g. `12:30`) = 12 minutes 30 seconds.
|
| 45 |
+
- Raw seconds (e.g. `522.640秒`) = 8 min 42 sec = `08:42`.
|
| 46 |
+
- Out-of-range minutes (e.g. `64:00`) = `01:04:00`.
|
| 47 |
+
|
| 48 |
+
Format differences alone do not affect the judgment.
|
| 49 |
+
|
| 50 |
+
## Judgment Principles
|
| 51 |
+
|
| 52 |
+
- Focus on whether the core semantics are correct; different wording that
|
| 53 |
+
expresses the same meaning is acceptable.
|
| 54 |
+
- Evaluate **semantic** and **temporal** independently: semantic judges only
|
| 55 |
+
whether the content itself is correct, regardless of whether a timestamp is
|
| 56 |
+
cited. Timestamp citation is judged under temporal.
|
| 57 |
+
- Each criterion is judged on its own requirements only. Details mentioned in
|
| 58 |
+
other criteria apply to those criteria alone and do not affect this one.
|
| 59 |
+
- A criterion is satisfied as long as the core content is present and correct.
|
| 60 |
+
- Features listed in a criterion are examples; citing the key feature is
|
| 61 |
+
sufficient.
|
| 62 |
+
- Keep `reason` and `summary` concise: 1–2 sentences each.
|
| 63 |
+
|
| 64 |
+
## Input
|
| 65 |
+
|
| 66 |
+
You will receive:
|
| 67 |
+
1. The question (open-ended QA).
|
| 68 |
+
2. A list of evaluation criteria (each with `text`, `importance`, and
|
| 69 |
+
optionally `time_range`).
|
| 70 |
+
3. The model's response.
|
| 71 |
+
|
| 72 |
+
## Output Format
|
| 73 |
+
|
| 74 |
+
```json
|
| 75 |
+
{
|
| 76 |
+
"criteria": [
|
| 77 |
+
{
|
| 78 |
+
"index": 0,
|
| 79 |
+
"semantic": "none",
|
| 80 |
+
"temporal": "correct",
|
| 81 |
+
"reason": "The model timestamp 14:02 is within ±5s of 14:03."
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"index": 1,
|
| 85 |
+
"semantic": "correct",
|
| 86 |
+
"temporal": "none",
|
| 87 |
+
"reason": "The model correctly identifies the motive as loyalty formed from early allegiance to Sun Yat-sen."
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"index": 2,
|
| 91 |
+
"semantic": "partial",
|
| 92 |
+
"temporal": "wrong",
|
| 93 |
+
"reason": "Semantic: the model mentions the vocal features but incompletely. Temporal: the cited timestamp is outside 00:41-00:45."
|
| 94 |
+
}
|
| 95 |
+
],
|
| 96 |
+
"summary": "A one-sentence summary of the overall quality of the response."
|
| 97 |
+
}
|
| 98 |
+
```
|
evaluate/score.py
ADDED
|
@@ -0,0 +1,215 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Score model outputs on the AudioSpan release.
|
| 3 |
+
|
| 4 |
+
Two modes (both stdlib-only, no external dependencies):
|
| 5 |
+
accuracy — multiple choice on native audio, per-layer breakdown.
|
| 6 |
+
chain — first-error truncation over P->U->R chains on anchor audio.
|
| 7 |
+
|
| 8 |
+
For rubric scoring (which requires a judge model), use score_rubric.py.
|
| 9 |
+
|
| 10 |
+
The answer file carries only what the model produced, one record per
|
| 11 |
+
question: {"qa_id": ..., "answer": "..."}. For multiple choice the scorer
|
| 12 |
+
extracts the option letter from the answer text. Correct answers and
|
| 13 |
+
question profiles are joined in from metadata/<mode>/{S,M,L}.jsonl;
|
| 14 |
+
questions with no answer count as wrong.
|
| 15 |
+
|
| 16 |
+
Usage:
|
| 17 |
+
python score.py --mode accuracy --input results/<model>/accuracy.jsonl
|
| 18 |
+
python score.py --mode chain --input results/<model>/chain.jsonl
|
| 19 |
+
"""
|
| 20 |
+
|
| 21 |
+
import argparse
|
| 22 |
+
import json
|
| 23 |
+
import logging
|
| 24 |
+
import re
|
| 25 |
+
import sys
|
| 26 |
+
from collections import defaultdict
|
| 27 |
+
from pathlib import Path
|
| 28 |
+
|
| 29 |
+
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] %(message)s")
|
| 30 |
+
logger = logging.getLogger(__name__)
|
| 31 |
+
|
| 32 |
+
RELEASE_ROOT = Path(__file__).resolve().parent.parent
|
| 33 |
+
TIERS = ("S", "M", "L")
|
| 34 |
+
LAYER_ORDER = ["perception", "understanding", "reasoning"]
|
| 35 |
+
LAYER_BY_CODE = {"P": "perception", "U": "understanding", "R": "reasoning"}
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
def load_questions(mode: str, data_root: Path) -> list[dict]:
|
| 39 |
+
questions = []
|
| 40 |
+
for tier in TIERS:
|
| 41 |
+
path = data_root / "metadata" / mode / f"{tier}.jsonl"
|
| 42 |
+
if not path.is_file():
|
| 43 |
+
sys.exit(f"ERROR: metadata not found: {path}")
|
| 44 |
+
with open(path, encoding="utf-8") as fh:
|
| 45 |
+
questions.extend(json.loads(line) for line in fh if line.strip())
|
| 46 |
+
return questions
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
def extract_option(answer) -> str | None:
|
| 50 |
+
"""Normalize a model answer to an option letter (A-D), or None."""
|
| 51 |
+
if answer is None:
|
| 52 |
+
return None
|
| 53 |
+
if not isinstance(answer, str):
|
| 54 |
+
answer = str(answer)
|
| 55 |
+
text = answer.strip()
|
| 56 |
+
if re.fullmatch(r"[A-Da-d]", text):
|
| 57 |
+
return text.upper()
|
| 58 |
+
m = re.search(r"\b(?:answer|option|choice)\s*(?:is|:)?\s*[\((]?([A-Da-d])[\))]?\b",
|
| 59 |
+
text, re.IGNORECASE)
|
| 60 |
+
if m:
|
| 61 |
+
return m.group(1).upper()
|
| 62 |
+
m = re.search(r"[\((]([A-Da-d])[\))]", text)
|
| 63 |
+
if m:
|
| 64 |
+
return m.group(1).upper()
|
| 65 |
+
m = re.fullmatch(r"([A-Da-d])[\.\)、::].*", text, re.DOTALL)
|
| 66 |
+
if m:
|
| 67 |
+
return m.group(1).upper()
|
| 68 |
+
return None
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def load_answers(path: str) -> dict[str, str]:
|
| 72 |
+
"""Map qa_id -> raw answer; later duplicates win."""
|
| 73 |
+
preds: dict[str, str] = {}
|
| 74 |
+
with open(path, encoding="utf-8", errors="replace") as fh:
|
| 75 |
+
for lineno, line in enumerate(fh, 1):
|
| 76 |
+
line = line.strip()
|
| 77 |
+
if not line:
|
| 78 |
+
continue
|
| 79 |
+
try:
|
| 80 |
+
rec = json.loads(line)
|
| 81 |
+
except json.JSONDecodeError as e:
|
| 82 |
+
logger.warning("Skipping bad line %d: %s", lineno, e)
|
| 83 |
+
continue
|
| 84 |
+
qa_id = rec.get("qa_id")
|
| 85 |
+
if not qa_id:
|
| 86 |
+
logger.warning("Skipping line %d: missing qa_id", lineno)
|
| 87 |
+
continue
|
| 88 |
+
preds[qa_id] = rec.get("answer")
|
| 89 |
+
return preds
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
def score_accuracy(questions: list[dict], preds: dict[str, str]) -> dict:
|
| 93 |
+
scored = []
|
| 94 |
+
layer_stats: dict[str, dict[str, int]] = defaultdict(lambda: {"correct": 0, "total": 0})
|
| 95 |
+
|
| 96 |
+
for q in questions:
|
| 97 |
+
predicted = extract_option(preds.get(q["qa_id"]))
|
| 98 |
+
is_correct = predicted is not None and predicted == q["correct_option"]
|
| 99 |
+
layer = (q.get("question_profile") or {}).get("level", "unknown")
|
| 100 |
+
layer_stats[layer]["total"] += 1
|
| 101 |
+
if is_correct:
|
| 102 |
+
layer_stats[layer]["correct"] += 1
|
| 103 |
+
scored.append({"qa_id": q["qa_id"], "predicted": predicted, "correct": is_correct})
|
| 104 |
+
|
| 105 |
+
total = len(scored)
|
| 106 |
+
correct = sum(1 for s in scored if s["correct"])
|
| 107 |
+
per_layer = {
|
| 108 |
+
layer: {
|
| 109 |
+
"accuracy": round(s["correct"] / s["total"] * 100, 2) if s["total"] else 0,
|
| 110 |
+
"correct": s["correct"], "total": s["total"],
|
| 111 |
+
}
|
| 112 |
+
for layer, s in sorted(layer_stats.items())
|
| 113 |
+
}
|
| 114 |
+
return {
|
| 115 |
+
"mode": "accuracy", "total": total, "correct": correct,
|
| 116 |
+
"accuracy": round(correct / total * 100, 2) if total else 0,
|
| 117 |
+
"per_layer": per_layer, "scored_records": scored,
|
| 118 |
+
}
|
| 119 |
+
|
| 120 |
+
|
| 121 |
+
def score_chain(questions: list[dict], preds: dict[str, str]) -> dict:
|
| 122 |
+
layer_correct: dict[str, int] = defaultdict(int)
|
| 123 |
+
layer_total: dict[str, int] = defaultdict(int)
|
| 124 |
+
chains: dict[str, dict[str, bool | None]] = defaultdict(lambda: {l: None for l in LAYER_ORDER})
|
| 125 |
+
|
| 126 |
+
for q in questions:
|
| 127 |
+
chain_key, layer_code = q["qa_id"].rsplit("_", 1)
|
| 128 |
+
layer = LAYER_BY_CODE.get(layer_code)
|
| 129 |
+
if layer not in LAYER_ORDER:
|
| 130 |
+
continue
|
| 131 |
+
predicted = extract_option(preds.get(q["qa_id"]))
|
| 132 |
+
is_correct = predicted is not None and predicted == q["correct_option"]
|
| 133 |
+
chains[chain_key][layer] = is_correct
|
| 134 |
+
layer_total[layer] += 1
|
| 135 |
+
if is_correct:
|
| 136 |
+
layer_correct[layer] += 1
|
| 137 |
+
|
| 138 |
+
complete = {cid: layers for cid, layers in chains.items()
|
| 139 |
+
if all(v is not None for v in layers.values())}
|
| 140 |
+
k = len(LAYER_ORDER)
|
| 141 |
+
|
| 142 |
+
n_dist = defaultdict(int)
|
| 143 |
+
scored = []
|
| 144 |
+
group_scores = []
|
| 145 |
+
for cid, layers in complete.items():
|
| 146 |
+
n = 0
|
| 147 |
+
for layer in LAYER_ORDER:
|
| 148 |
+
if layers[layer]:
|
| 149 |
+
n += 1
|
| 150 |
+
else:
|
| 151 |
+
break
|
| 152 |
+
n_dist[n] += 1
|
| 153 |
+
group_scores.append(n / k)
|
| 154 |
+
scored.append({
|
| 155 |
+
"chain_id": cid,
|
| 156 |
+
"per_layer": {l: bool(layers[l]) for l in LAYER_ORDER},
|
| 157 |
+
"n_correct": n,
|
| 158 |
+
"correct": n == k,
|
| 159 |
+
"chain_score": round(n / k * 100, 2),
|
| 160 |
+
})
|
| 161 |
+
|
| 162 |
+
chain_score = sum(group_scores) / len(group_scores) * 100 if group_scores else 0
|
| 163 |
+
per_layer = {
|
| 164 |
+
layer: {
|
| 165 |
+
"accuracy": round(layer_correct[layer] / layer_total[layer] * 100, 2) if layer_total[layer] else 0,
|
| 166 |
+
"correct": layer_correct[layer], "total": layer_total[layer],
|
| 167 |
+
}
|
| 168 |
+
for layer in LAYER_ORDER
|
| 169 |
+
}
|
| 170 |
+
return {
|
| 171 |
+
"mode": "chain", "total_chains": len(complete),
|
| 172 |
+
"chain_score": round(chain_score, 2),
|
| 173 |
+
"per_layer": per_layer,
|
| 174 |
+
"n_distribution": {str(n): cnt for n, cnt in sorted(n_dist.items())},
|
| 175 |
+
"scored_records": scored,
|
| 176 |
+
}
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
def main():
|
| 180 |
+
parser = argparse.ArgumentParser(description="Score AudioSpan model outputs (accuracy/chain)")
|
| 181 |
+
parser.add_argument("--input", required=True,
|
| 182 |
+
help="Prediction JSONL: {\"qa_id\": ..., \"answer\": \"...\"} per line")
|
| 183 |
+
parser.add_argument("--mode", required=True, choices=["accuracy", "chain"])
|
| 184 |
+
parser.add_argument("--data-root", type=Path, default=RELEASE_ROOT,
|
| 185 |
+
help="release root holding metadata/ (default: parent of evaluate/)")
|
| 186 |
+
parser.add_argument("--output", help="Scored output path (default: <input>_scored.jsonl)")
|
| 187 |
+
args = parser.parse_args()
|
| 188 |
+
|
| 189 |
+
preds = load_answers(args.input)
|
| 190 |
+
if not preds:
|
| 191 |
+
print(f"ERROR: no valid answers in {args.input}", file=sys.stderr)
|
| 192 |
+
sys.exit(1)
|
| 193 |
+
|
| 194 |
+
questions = load_questions(args.mode, args.data_root.resolve())
|
| 195 |
+
known = {q["qa_id"] for q in questions}
|
| 196 |
+
unknown = sorted(set(preds) - known)
|
| 197 |
+
if unknown:
|
| 198 |
+
logger.warning("Ignoring %d unknown qa_id(s), e.g. %s", len(unknown), unknown[0])
|
| 199 |
+
covered = sum(1 for q in questions if q["qa_id"] in preds)
|
| 200 |
+
logger.info("Answers cover %d/%d questions (missing count as wrong)", covered, len(questions))
|
| 201 |
+
|
| 202 |
+
summary = score_accuracy(questions, preds) if args.mode == "accuracy" else score_chain(questions, preds)
|
| 203 |
+
|
| 204 |
+
out_path = args.output or args.input.replace(".jsonl", "_scored.jsonl")
|
| 205 |
+
with open(out_path, "w", encoding="utf-8") as fh:
|
| 206 |
+
for s in summary.get("scored_records", []):
|
| 207 |
+
fh.write(json.dumps(s, ensure_ascii=False) + "\n")
|
| 208 |
+
logger.info("Scored records: %s", out_path)
|
| 209 |
+
|
| 210 |
+
print(json.dumps({k: v for k, v in summary.items() if k != "scored_records"},
|
| 211 |
+
indent=2, ensure_ascii=False))
|
| 212 |
+
|
| 213 |
+
|
| 214 |
+
if __name__ == "__main__":
|
| 215 |
+
main()
|
evaluate/score_rubric.py
ADDED
|
@@ -0,0 +1,350 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Rubric scoring for the AudioSpan release.
|
| 3 |
+
|
| 4 |
+
Calls a judge model (via the OpenAI chat-completions API) to score each
|
| 5 |
+
criterion on semantic + temporal dimensions, then aggregates with
|
| 6 |
+
importance weights. Depends only on `openai` and `tenacity`.
|
| 7 |
+
|
| 8 |
+
The answer file carries only what the model produced, one record per
|
| 9 |
+
question: {"qa_id": ..., "answer": "..."}. Questions and criteria are
|
| 10 |
+
joined in from metadata/rubric/{S,M,L}.jsonl; questions with no answer
|
| 11 |
+
score zero.
|
| 12 |
+
|
| 13 |
+
Usage:
|
| 14 |
+
python score_rubric.py --input results/<model>/rubric.jsonl \
|
| 15 |
+
--judges gpt-5.4-2026-03-05 [--rounds 1]
|
| 16 |
+
"""
|
| 17 |
+
|
| 18 |
+
import argparse
|
| 19 |
+
import json
|
| 20 |
+
import logging
|
| 21 |
+
import os
|
| 22 |
+
import re
|
| 23 |
+
import sys
|
| 24 |
+
from pathlib import Path
|
| 25 |
+
|
| 26 |
+
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(levelname)s] %(message)s")
|
| 27 |
+
logger = logging.getLogger(__name__)
|
| 28 |
+
|
| 29 |
+
IMPORTANCE_WEIGHT = {"essential": 1.0, "supporting": 0.5}
|
| 30 |
+
VALID_SEMANTIC = {"correct", "partial", "wrong", "none"}
|
| 31 |
+
VALID_TEMPORAL = {"correct", "wrong", "missing", "none"}
|
| 32 |
+
|
| 33 |
+
SCRIPT_DIR = Path(__file__).resolve().parent
|
| 34 |
+
DEFAULT_JUDGE_PROMPT = SCRIPT_DIR / "judge_criteria.md"
|
| 35 |
+
DEFAULT_JUDGES = ["gpt-5.4-2026-03-05"]
|
| 36 |
+
DEFAULT_ROUNDS = 1
|
| 37 |
+
|
| 38 |
+
# (prefix, base_url, api_key_env_var). Order matters: first match wins.
|
| 39 |
+
DEFAULT_API_BASEES: list[tuple[str, str, str]] = [
|
| 40 |
+
("qwen", "https://dashscope.aliyuncs.com/compatible-mode/v1", "DASHSCOPE_API_KEY"),
|
| 41 |
+
("gpt", "https://api.openai.com/v1", "OPENAI_API_KEY"),
|
| 42 |
+
("o1", "https://api.openai.com/v1", "OPENAI_API_KEY"),
|
| 43 |
+
("o3", "https://api.openai.com/v1", "OPENAI_API_KEY"),
|
| 44 |
+
("o4", "https://api.openai.com/v1", "OPENAI_API_KEY"),
|
| 45 |
+
("gemini", "https://generativelanguage.googleapis.com/v1beta/openai/", "GEMINI_API_KEY"),
|
| 46 |
+
("doubao", "https://ark.cn-beijing.volces.com/api/v3", "ARK_API_KEY"),
|
| 47 |
+
("seed", "https://ark.cn-beijing.volces.com/api/v3", "ARK_API_KEY"),
|
| 48 |
+
("deepseek","https://api.deepseek.com/v1", "DEEPSEEK_API_KEY"),
|
| 49 |
+
]
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
def _resolve_default_api_base(model: str) -> tuple[str, str]:
|
| 53 |
+
m = model.lower()
|
| 54 |
+
for prefix, base, env in DEFAULT_API_BASEES:
|
| 55 |
+
if m == prefix or m.startswith(prefix):
|
| 56 |
+
nxt = m[len(prefix):len(prefix) + 1]
|
| 57 |
+
if nxt == "" or not nxt.isalpha():
|
| 58 |
+
return base, env
|
| 59 |
+
return "https://api.openai.com/v1", "OPENAI_API_KEY"
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
RELEASE_ROOT = Path(__file__).resolve().parent.parent
|
| 63 |
+
TIERS = ("S", "M", "L")
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
def load_records(input_path: str, data_root: Path) -> list[dict]:
|
| 67 |
+
"""Join answer records with rubric metadata by qa_id."""
|
| 68 |
+
preds: dict[str, str] = {}
|
| 69 |
+
with open(input_path, encoding="utf-8", errors="replace") as fh:
|
| 70 |
+
for lineno, line in enumerate(fh, 1):
|
| 71 |
+
line = line.strip()
|
| 72 |
+
if not line:
|
| 73 |
+
continue
|
| 74 |
+
try:
|
| 75 |
+
rec = json.loads(line)
|
| 76 |
+
except json.JSONDecodeError as e:
|
| 77 |
+
logger.warning("Skipping bad line %d: %s", lineno, e)
|
| 78 |
+
continue
|
| 79 |
+
if rec.get("qa_id"):
|
| 80 |
+
preds[rec["qa_id"]] = rec.get("answer")
|
| 81 |
+
if not preds:
|
| 82 |
+
sys.exit(f"ERROR: no valid answers in {input_path}")
|
| 83 |
+
|
| 84 |
+
records = []
|
| 85 |
+
for tier in TIERS:
|
| 86 |
+
path = data_root / "metadata" / "rubric" / f"{tier}.jsonl"
|
| 87 |
+
if not path.is_file():
|
| 88 |
+
sys.exit(f"ERROR: metadata not found: {path}")
|
| 89 |
+
with open(path, encoding="utf-8") as fh:
|
| 90 |
+
for line in fh:
|
| 91 |
+
if not line.strip():
|
| 92 |
+
continue
|
| 93 |
+
q = json.loads(line)
|
| 94 |
+
q["model_response"] = preds.get(q["qa_id"])
|
| 95 |
+
records.append(q)
|
| 96 |
+
|
| 97 |
+
unknown = sorted(set(preds) - {r["qa_id"] for r in records})
|
| 98 |
+
if unknown:
|
| 99 |
+
logger.warning("Ignoring %d unknown qa_id(s), e.g. %s", len(unknown), unknown[0])
|
| 100 |
+
covered = sum(1 for r in records if r["model_response"] is not None)
|
| 101 |
+
logger.info("Answers cover %d/%d questions (missing score zero)", covered, len(records))
|
| 102 |
+
return records
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
def format_criteria(criteria: list[dict]) -> str:
|
| 106 |
+
lines = []
|
| 107 |
+
for i, c in enumerate(criteria):
|
| 108 |
+
tr = c.get("time_range")
|
| 109 |
+
tr_str = f" [{tr[0]}-{tr[1]}]" if tr and len(tr) == 2 else ""
|
| 110 |
+
lines.append(f"{i+1}. [{c.get('importance', 'essential')}]{tr_str} {c['text']}")
|
| 111 |
+
return "\n".join(lines)
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
_SEM_SCORE = {"correct": 1.0, "partial": 0.5, "wrong": 0.0}
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
def _criterion_score(semantic: str, temporal: str, has_time_range: bool) -> float:
|
| 118 |
+
sem = _SEM_SCORE.get(semantic, 0.0)
|
| 119 |
+
if has_time_range:
|
| 120 |
+
if semantic == "wrong":
|
| 121 |
+
return 0.0
|
| 122 |
+
if temporal in ("none", "missing"):
|
| 123 |
+
return sem
|
| 124 |
+
return (sem + (1.0 if temporal == "correct" else 0.0)) / 2
|
| 125 |
+
if temporal in ("correct", "wrong"):
|
| 126 |
+
return 1.0 if temporal == "correct" else 0.0
|
| 127 |
+
return sem
|
| 128 |
+
|
| 129 |
+
|
| 130 |
+
def _rubric_score(judged: list[dict], ref_criteria: list[dict]) -> float:
|
| 131 |
+
judged_by_idx = {jc.get("index", i): jc for i, jc in enumerate(judged)}
|
| 132 |
+
weighted_sum, weight_total = 0.0, 0.0
|
| 133 |
+
for ref_idx, ref in enumerate(ref_criteria):
|
| 134 |
+
jc = judged_by_idx.get(ref_idx)
|
| 135 |
+
if not jc:
|
| 136 |
+
continue
|
| 137 |
+
has_tr = ref.get("importance", "essential") != "essential" and ref.get("time_range") is not None
|
| 138 |
+
w = IMPORTANCE_WEIGHT.get(ref.get("importance", "essential"), 1.0)
|
| 139 |
+
weighted_sum += w * _criterion_score(jc.get("semantic", "wrong"), jc.get("temporal", "none"), has_tr)
|
| 140 |
+
weight_total += w
|
| 141 |
+
return round(weighted_sum / weight_total if weight_total else 0.0, 4)
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
def _trimmed_mean(scores: list[float]) -> float:
|
| 145 |
+
s = sorted(scores)[1:-1] if len(scores) >= 3 else list(scores)
|
| 146 |
+
return sum(s) / len(s) if s else 0.0
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
def _extract_json(text: str) -> dict | None:
|
| 150 |
+
stripped = text.strip()
|
| 151 |
+
fence = re.search(r"```(?:json)?\s*\n(.*?)\n\s*```", stripped, re.DOTALL)
|
| 152 |
+
if fence:
|
| 153 |
+
stripped = fence.group(1).strip()
|
| 154 |
+
try:
|
| 155 |
+
return json.loads(stripped)
|
| 156 |
+
except json.JSONDecodeError:
|
| 157 |
+
first, last = stripped.find("{"), stripped.rfind("}")
|
| 158 |
+
if first != -1 and last > first:
|
| 159 |
+
try:
|
| 160 |
+
return json.loads(stripped[first:last + 1])
|
| 161 |
+
except json.JSONDecodeError:
|
| 162 |
+
return None
|
| 163 |
+
return None
|
| 164 |
+
|
| 165 |
+
|
| 166 |
+
def _load_completed(evals_path: str) -> set[tuple[str, str, int]]:
|
| 167 |
+
done: set[tuple[str, str, int]] = set()
|
| 168 |
+
if not os.path.isfile(evals_path):
|
| 169 |
+
return done
|
| 170 |
+
with open(evals_path, encoding="utf-8", errors="replace") as fh:
|
| 171 |
+
for line in fh:
|
| 172 |
+
line = line.strip()
|
| 173 |
+
if not line:
|
| 174 |
+
continue
|
| 175 |
+
try:
|
| 176 |
+
ev = json.loads(line)
|
| 177 |
+
done.add((ev.get("qa_id"), ev["judge"], ev["round"]))
|
| 178 |
+
except (json.JSONDecodeError, KeyError):
|
| 179 |
+
continue
|
| 180 |
+
return done
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
def run_rubric(records: list[dict], judges: list[str], rounds: int,
|
| 184 |
+
evals_path: str, judge_prompt_path: str,
|
| 185 |
+
api_base: str, api_key: str) -> dict:
|
| 186 |
+
from openai import OpenAI
|
| 187 |
+
from tenacity import retry, stop_after_attempt, wait_exponential_jitter
|
| 188 |
+
|
| 189 |
+
system_prompt = Path(judge_prompt_path).read_text(encoding="utf-8")
|
| 190 |
+
client = OpenAI(api_key=api_key, base_url=api_base)
|
| 191 |
+
|
| 192 |
+
done = _load_completed(evals_path)
|
| 193 |
+
pending = [
|
| 194 |
+
(rec, judge, r)
|
| 195 |
+
for rec in records
|
| 196 |
+
if rec.get("criteria")
|
| 197 |
+
for judge in judges
|
| 198 |
+
for r in range(rounds)
|
| 199 |
+
if (rec["qa_id"], judge, r) not in done
|
| 200 |
+
]
|
| 201 |
+
logger.info("Rubric: %d pending / %d total evals", len(pending),
|
| 202 |
+
len(records) * len(judges) * rounds)
|
| 203 |
+
|
| 204 |
+
write_mode = "a" if done else "w"
|
| 205 |
+
fh = open(evals_path, write_mode, encoding="utf-8")
|
| 206 |
+
completed = 0
|
| 207 |
+
|
| 208 |
+
@retry(wait=wait_exponential_jitter(initial=3, max=15, exp_base=2, jitter=2),
|
| 209 |
+
stop=stop_after_attempt(3))
|
| 210 |
+
def _call_judge(judge: str, user_msg: str) -> str:
|
| 211 |
+
resp = client.chat.completions.create(
|
| 212 |
+
model=judge,
|
| 213 |
+
messages=[{"role": "system", "content": system_prompt},
|
| 214 |
+
{"role": "user", "content": user_msg}],
|
| 215 |
+
max_tokens=3000, temperature=0.0,
|
| 216 |
+
response_format={"type": "json_object"},
|
| 217 |
+
)
|
| 218 |
+
return resp.choices[0].message.content or ""
|
| 219 |
+
|
| 220 |
+
try:
|
| 221 |
+
for rec, judge, round_idx in pending:
|
| 222 |
+
user_msg = (
|
| 223 |
+
f"## Question\n\n{rec['question']}\n\n"
|
| 224 |
+
f"## Evaluation Criteria\n\n{format_criteria(rec['criteria'])}\n\n"
|
| 225 |
+
f"## Model Response\n\n{rec.get('model_response') or ''}"
|
| 226 |
+
)
|
| 227 |
+
judged = None
|
| 228 |
+
for _ in range(3):
|
| 229 |
+
try:
|
| 230 |
+
raw = _call_judge(judge, user_msg)
|
| 231 |
+
result = _extract_json(raw) or {}
|
| 232 |
+
judged = result.get("criteria", [])
|
| 233 |
+
for j in judged:
|
| 234 |
+
if j.get("temporal") == "partial":
|
| 235 |
+
j["temporal"] = "correct"
|
| 236 |
+
if len(judged) != len(rec["criteria"]):
|
| 237 |
+
judged = None
|
| 238 |
+
continue
|
| 239 |
+
if any(j.get("semantic") not in VALID_SEMANTIC
|
| 240 |
+
or j.get("temporal") not in VALID_TEMPORAL
|
| 241 |
+
for j in judged):
|
| 242 |
+
judged = None
|
| 243 |
+
continue
|
| 244 |
+
break
|
| 245 |
+
except Exception as e:
|
| 246 |
+
logger.warning("Judge %s id=%s: %s", judge, rec["qa_id"], str(e)[:120])
|
| 247 |
+
judged = None
|
| 248 |
+
if not judged:
|
| 249 |
+
logger.warning("Judge %s id=%s: all attempts failed", judge, rec["qa_id"])
|
| 250 |
+
continue
|
| 251 |
+
score = _rubric_score(judged, rec["criteria"])
|
| 252 |
+
ev = {
|
| 253 |
+
"qa_id": rec["qa_id"], "judge": judge, "round": round_idx, "score": score,
|
| 254 |
+
"criteria": [
|
| 255 |
+
{"index": j.get("index", j_idx),
|
| 256 |
+
"importance": rec["criteria"][j_idx].get("importance", "essential"),
|
| 257 |
+
"semantic": j.get("semantic"), "temporal": j.get("temporal"),
|
| 258 |
+
"score": _criterion_score(
|
| 259 |
+
j.get("semantic"), j.get("temporal"),
|
| 260 |
+
rec["criteria"][j_idx].get("importance", "essential") != "essential"
|
| 261 |
+
and rec["criteria"][j_idx].get("time_range") is not None,
|
| 262 |
+
)}
|
| 263 |
+
for j_idx, j in enumerate(judged)
|
| 264 |
+
],
|
| 265 |
+
}
|
| 266 |
+
fh.write(json.dumps(ev, ensure_ascii=False) + "\n")
|
| 267 |
+
fh.flush()
|
| 268 |
+
completed += 1
|
| 269 |
+
if completed % 50 == 0:
|
| 270 |
+
logger.info("Rubric progress: %d/%d", completed, len(pending))
|
| 271 |
+
finally:
|
| 272 |
+
fh.close()
|
| 273 |
+
|
| 274 |
+
return _aggregate(evals_path, records, judges)
|
| 275 |
+
|
| 276 |
+
|
| 277 |
+
def _aggregate(evals_path: str, records: list[dict], judges: list[str]) -> dict:
|
| 278 |
+
evals_by_id: dict[str, list[dict]] = {}
|
| 279 |
+
with open(evals_path, encoding="utf-8", errors="replace") as fh:
|
| 280 |
+
for line in fh:
|
| 281 |
+
line = line.strip()
|
| 282 |
+
if not line:
|
| 283 |
+
continue
|
| 284 |
+
try:
|
| 285 |
+
ev = json.loads(line)
|
| 286 |
+
except json.JSONDecodeError:
|
| 287 |
+
continue
|
| 288 |
+
evals_by_id.setdefault(ev.get("qa_id"), []).append(ev)
|
| 289 |
+
|
| 290 |
+
scored = []
|
| 291 |
+
for rec in records:
|
| 292 |
+
evals = [e for e in evals_by_id.get(rec["qa_id"], [])
|
| 293 |
+
if e.get("judge") == judges[0]]
|
| 294 |
+
score = round(_trimmed_mean([e["score"] for e in evals]) * 100, 2) if evals else 0
|
| 295 |
+
scored.append({"qa_id": rec["qa_id"], "score": score})
|
| 296 |
+
|
| 297 |
+
total = len(scored)
|
| 298 |
+
mean = sum(s["score"] for s in scored) / total if total else 0
|
| 299 |
+
return {"mode": "rubric", "total": total,
|
| 300 |
+
"avg_score": round(mean, 2), "scored_records": scored}
|
| 301 |
+
|
| 302 |
+
|
| 303 |
+
def main():
|
| 304 |
+
parser = argparse.ArgumentParser(description="Rubric-score AudioSpan model outputs")
|
| 305 |
+
parser.add_argument("--input", required=True,
|
| 306 |
+
help="Prediction JSONL: {\"qa_id\": ..., \"answer\": \"...\"} per line")
|
| 307 |
+
parser.add_argument("--output", help="Aggregated scored JSONL (default: <input>_scored.jsonl)")
|
| 308 |
+
parser.add_argument("--evals", help="Per-eval JSONL (default: <input>_evals.jsonl)")
|
| 309 |
+
parser.add_argument("--data-root", type=Path, default=RELEASE_ROOT,
|
| 310 |
+
help="release root holding metadata/ (default: parent of evaluate/)")
|
| 311 |
+
parser.add_argument("--judges", help="Comma-separated judge models")
|
| 312 |
+
parser.add_argument("--rounds", type=int, default=DEFAULT_ROUNDS)
|
| 313 |
+
parser.add_argument("--judge-prompt", default=str(DEFAULT_JUDGE_PROMPT))
|
| 314 |
+
parser.add_argument("--api-base",
|
| 315 |
+
help="OpenAI-compatible base URL (default: inferred from first judge)")
|
| 316 |
+
parser.add_argument("--api-key",
|
| 317 |
+
help="API key (default: provider env var, see module docstring)")
|
| 318 |
+
args = parser.parse_args()
|
| 319 |
+
|
| 320 |
+
records = load_records(args.input, args.data_root.resolve())
|
| 321 |
+
|
| 322 |
+
judges = args.judges.split(",") if args.judges else DEFAULT_JUDGES
|
| 323 |
+
default_base, default_env = _resolve_default_api_base(judges[0])
|
| 324 |
+
if not args.api_base:
|
| 325 |
+
args.api_base = default_base
|
| 326 |
+
logger.info("Resolved --api-base from judge %r: %s", judges[0], args.api_base)
|
| 327 |
+
if not args.api_key:
|
| 328 |
+
args.api_key = os.environ.get(default_env) or os.environ.get("OPENAI_API_KEY")
|
| 329 |
+
if not args.api_key:
|
| 330 |
+
parser.error(f"--api-key or {default_env} required for judge {judges[0]!r}")
|
| 331 |
+
|
| 332 |
+
evals_path = args.evals or args.input.replace(".jsonl", "_evals.jsonl")
|
| 333 |
+
summary = run_rubric(
|
| 334 |
+
records, judges, args.rounds, evals_path,
|
| 335 |
+
judge_prompt_path=args.judge_prompt,
|
| 336 |
+
api_base=args.api_base, api_key=args.api_key,
|
| 337 |
+
)
|
| 338 |
+
|
| 339 |
+
out_path = args.output or args.input.replace(".jsonl", "_scored.jsonl")
|
| 340 |
+
with open(out_path, "w", encoding="utf-8") as fh:
|
| 341 |
+
for s in summary.get("scored_records", []):
|
| 342 |
+
fh.write(json.dumps(s, ensure_ascii=False) + "\n")
|
| 343 |
+
logger.info("Scored records: %s", out_path)
|
| 344 |
+
|
| 345 |
+
print(json.dumps({k: v for k, v in summary.items() if k != "scored_records"},
|
| 346 |
+
indent=2, ensure_ascii=False))
|
| 347 |
+
|
| 348 |
+
|
| 349 |
+
if __name__ == "__main__":
|
| 350 |
+
main()
|
figs/audio_span.png
ADDED
|
Git LFS Details
|
metadata/accuracy/L.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/accuracy/M.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/accuracy/S.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/chain/L.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/chain/M.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/chain/S.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/media/anchor/L.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "L_EN_001_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_001_D.flac", "duration_sec": 4358.88475}
|
| 2 |
+
{"media_id": "L_EN_002_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_002_D.flac", "duration_sec": 4945.711063}
|
| 3 |
+
{"media_id": "L_EN_003_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_003_M.flac", "duration_sec": 3645.662688}
|
| 4 |
+
{"media_id": "L_EN_004_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_004_M.flac", "duration_sec": 5275.3645}
|
| 5 |
+
{"media_id": "L_EN_005_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_005_M.flac", "duration_sec": 5220.844313}
|
| 6 |
+
{"media_id": "L_EN_006_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_006_A.flac", "duration_sec": 5714.605}
|
| 7 |
+
{"media_id": "L_EN_007_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_007_D.flac", "duration_sec": 4755.81825}
|
| 8 |
+
{"media_id": "L_EN_008_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_008_M.flac", "duration_sec": 7792.753188}
|
| 9 |
+
{"media_id": "L_EN_009_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_009_A.flac", "duration_sec": 3946.1385}
|
| 10 |
+
{"media_id": "L_EN_010_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_010_M.flac", "duration_sec": 4087.73375}
|
| 11 |
+
{"media_id": "L_EN_011_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_011_D.flac", "duration_sec": 8315.147063}
|
| 12 |
+
{"media_id": "L_EN_012_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_012_A.flac", "duration_sec": 3879.24175}
|
| 13 |
+
{"media_id": "L_EN_013_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_013_D.flac", "duration_sec": 6221.09025}
|
| 14 |
+
{"media_id": "L_EN_014_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_014_D.flac", "duration_sec": 5581.682375}
|
| 15 |
+
{"media_id": "L_EN_015_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_015_A.flac", "duration_sec": 3641.353375}
|
| 16 |
+
{"media_id": "L_EN_016_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_016_M.flac", "duration_sec": 4169.409938}
|
| 17 |
+
{"media_id": "L_EN_017_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_017_A.flac", "duration_sec": 4284.824688}
|
| 18 |
+
{"media_id": "L_EN_018_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_018_A.flac", "duration_sec": 4372.363938}
|
| 19 |
+
{"media_id": "L_EN_019_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_019_M.flac", "duration_sec": 4021.510438}
|
| 20 |
+
{"media_id": "L_EN_020_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_020_D.flac", "duration_sec": 6449.899688}
|
| 21 |
+
{"media_id": "L_EN_021_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_021_D.flac", "duration_sec": 7624.701688}
|
| 22 |
+
{"media_id": "L_EN_022_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_022_A.flac", "duration_sec": 5067.302375}
|
| 23 |
+
{"media_id": "L_EN_023_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_023_D.flac", "duration_sec": 4613.12}
|
| 24 |
+
{"media_id": "L_EN_024_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_024_M.flac", "duration_sec": 5009.769813}
|
| 25 |
+
{"media_id": "L_EN_025_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_025_D.flac", "duration_sec": 4304.042688}
|
| 26 |
+
{"media_id": "L_EN_026_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_026_A.flac", "duration_sec": 3689.975938}
|
| 27 |
+
{"media_id": "L_EN_027_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_027_M.flac", "duration_sec": 5418.132625}
|
| 28 |
+
{"media_id": "L_EN_028_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_028_M.flac", "duration_sec": 3640.470938}
|
| 29 |
+
{"media_id": "L_EN_029_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_029_A.flac", "duration_sec": 6958.521188}
|
| 30 |
+
{"media_id": "L_EN_030_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_030_A.flac", "duration_sec": 5032.228625}
|
| 31 |
+
{"media_id": "L_EN_031_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_031_D.flac", "duration_sec": 4311.388313}
|
| 32 |
+
{"media_id": "L_EN_032_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_032_M.flac", "duration_sec": 8013.134625}
|
| 33 |
+
{"media_id": "L_EN_033_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_033_D.flac", "duration_sec": 4695.875938}
|
| 34 |
+
{"media_id": "L_EN_034_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_034_M.flac", "duration_sec": 4481.522}
|
| 35 |
+
{"media_id": "L_EN_035_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_035_D.flac", "duration_sec": 7024.616813}
|
| 36 |
+
{"media_id": "L_EN_036_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_036_M.flac", "duration_sec": 5224.524688}
|
| 37 |
+
{"media_id": "L_EN_037_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_037_A.flac", "duration_sec": 3759.381375}
|
| 38 |
+
{"media_id": "L_EN_038_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_038_A.flac", "duration_sec": 6372.99525}
|
| 39 |
+
{"media_id": "L_EN_039_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_039_A.flac", "duration_sec": 5303.484125}
|
| 40 |
+
{"media_id": "L_EN_040_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_040_D.flac", "duration_sec": 4635.376375}
|
| 41 |
+
{"media_id": "L_EN_041_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_041_M.flac", "duration_sec": 4919.825625}
|
| 42 |
+
{"media_id": "L_EN_042_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_042_A.flac", "duration_sec": 5462.912}
|
| 43 |
+
{"media_id": "L_EN_043_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_043_A.flac", "duration_sec": 9514.283563}
|
| 44 |
+
{"media_id": "L_EN_044_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_044_D.flac", "duration_sec": 4337.359875}
|
| 45 |
+
{"media_id": "L_EN_045_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_045_M.flac", "duration_sec": 8953.335875}
|
| 46 |
+
{"media_id": "L_EN_046_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_046_M.flac", "duration_sec": 4351.605313}
|
| 47 |
+
{"media_id": "L_EN_047_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_047_A.flac", "duration_sec": 3906.333375}
|
| 48 |
+
{"media_id": "L_EN_048_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_048_A.flac", "duration_sec": 6574.08}
|
| 49 |
+
{"media_id": "L_EN_049_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_049_D.flac", "duration_sec": 7109.079375}
|
| 50 |
+
{"media_id": "L_EN_050_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_050_A.flac", "duration_sec": 7507.84}
|
| 51 |
+
{"media_id": "L_EN_051_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_051_D.flac", "duration_sec": 4138.875688}
|
| 52 |
+
{"media_id": "L_EN_052_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_052_M.flac", "duration_sec": 5943.04}
|
| 53 |
+
{"media_id": "L_EN_053_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_053_A.flac", "duration_sec": 8356.992}
|
| 54 |
+
{"media_id": "L_EN_054_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_054_M.flac", "duration_sec": 4845.518188}
|
| 55 |
+
{"media_id": "L_EN_055_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_055_D.flac", "duration_sec": 5249.103}
|
| 56 |
+
{"media_id": "L_EN_056_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_056_M.flac", "duration_sec": 3643.08725}
|
| 57 |
+
{"media_id": "L_EN_057_A", "operation": "addition", "audio_path": "audio/anchor/L_EN_057_A.flac", "duration_sec": 3951.223625}
|
| 58 |
+
{"media_id": "L_EN_058_M", "operation": "modification", "audio_path": "audio/anchor/L_EN_058_M.flac", "duration_sec": 8480.066813}
|
| 59 |
+
{"media_id": "L_EN_059_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_059_D.flac", "duration_sec": 3648.490688}
|
| 60 |
+
{"media_id": "L_EN_060_D", "operation": "deletion", "audio_path": "audio/anchor/L_EN_060_D.flac", "duration_sec": 7897.234313}
|
| 61 |
+
{"media_id": "L_ZH_001_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_001_A.flac", "duration_sec": 9813.147625}
|
| 62 |
+
{"media_id": "L_ZH_002_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_002_D.flac", "duration_sec": 8349.884125}
|
| 63 |
+
{"media_id": "L_ZH_003_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_003_A.flac", "duration_sec": 3888.018875}
|
| 64 |
+
{"media_id": "L_ZH_004_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_004_M.flac", "duration_sec": 3642.584}
|
| 65 |
+
{"media_id": "L_ZH_005_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_005_D.flac", "duration_sec": 4143.624188}
|
| 66 |
+
{"media_id": "L_ZH_006_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_006_A.flac", "duration_sec": 8349.013375}
|
| 67 |
+
{"media_id": "L_ZH_007_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_007_M.flac", "duration_sec": 4050.686313}
|
| 68 |
+
{"media_id": "L_ZH_008_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_008_D.flac", "duration_sec": 4408.169125}
|
| 69 |
+
{"media_id": "L_ZH_009_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_009_A.flac", "duration_sec": 4401.563}
|
| 70 |
+
{"media_id": "L_ZH_010_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_010_M.flac", "duration_sec": 3699.164375}
|
| 71 |
+
{"media_id": "L_ZH_011_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_011_A.flac", "duration_sec": 4511.126375}
|
| 72 |
+
{"media_id": "L_ZH_012_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_012_A.flac", "duration_sec": 5157.610688}
|
| 73 |
+
{"media_id": "L_ZH_013_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_013_M.flac", "duration_sec": 8307.711063}
|
| 74 |
+
{"media_id": "L_ZH_014_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_014_D.flac", "duration_sec": 7498.094938}
|
| 75 |
+
{"media_id": "L_ZH_015_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_015_A.flac", "duration_sec": 4377.72775}
|
| 76 |
+
{"media_id": "L_ZH_016_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_016_M.flac", "duration_sec": 8537.474875}
|
| 77 |
+
{"media_id": "L_ZH_017_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_017_A.flac", "duration_sec": 7279.5255}
|
| 78 |
+
{"media_id": "L_ZH_018_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_018_A.flac", "duration_sec": 6272.49925}
|
| 79 |
+
{"media_id": "L_ZH_019_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_019_D.flac", "duration_sec": 4458.208125}
|
| 80 |
+
{"media_id": "L_ZH_020_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_020_D.flac", "duration_sec": 5586.001313}
|
| 81 |
+
{"media_id": "L_ZH_021_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_021_M.flac", "duration_sec": 5064.063188}
|
| 82 |
+
{"media_id": "L_ZH_022_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_022_M.flac", "duration_sec": 3885.604}
|
| 83 |
+
{"media_id": "L_ZH_023_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_023_A.flac", "duration_sec": 3650.153688}
|
| 84 |
+
{"media_id": "L_ZH_024_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_024_D.flac", "duration_sec": 5419.920563}
|
| 85 |
+
{"media_id": "L_ZH_025_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_025_M.flac", "duration_sec": 7500.591063}
|
| 86 |
+
{"media_id": "L_ZH_026_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_026_A.flac", "duration_sec": 5460.66}
|
| 87 |
+
{"media_id": "L_ZH_027_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_027_D.flac", "duration_sec": 5376.213375}
|
| 88 |
+
{"media_id": "L_ZH_028_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_028_D.flac", "duration_sec": 4295.7265}
|
| 89 |
+
{"media_id": "L_ZH_029_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_029_M.flac", "duration_sec": 3804.961313}
|
| 90 |
+
{"media_id": "L_ZH_030_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_030_A.flac", "duration_sec": 5296.076938}
|
| 91 |
+
{"media_id": "L_ZH_031_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_031_D.flac", "duration_sec": 5031.274688}
|
| 92 |
+
{"media_id": "L_ZH_032_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_032_D.flac", "duration_sec": 4080.6865}
|
| 93 |
+
{"media_id": "L_ZH_033_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_033_M.flac", "duration_sec": 4603.634688}
|
| 94 |
+
{"media_id": "L_ZH_034_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_034_M.flac", "duration_sec": 5007.429688}
|
| 95 |
+
{"media_id": "L_ZH_035_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_035_A.flac", "duration_sec": 5695.019}
|
| 96 |
+
{"media_id": "L_ZH_036_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_036_D.flac", "duration_sec": 7525.033375}
|
| 97 |
+
{"media_id": "L_ZH_037_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_037_D.flac", "duration_sec": 5908.689}
|
| 98 |
+
{"media_id": "L_ZH_038_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_038_M.flac", "duration_sec": 4642.656938}
|
| 99 |
+
{"media_id": "L_ZH_039_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_039_D.flac", "duration_sec": 5557.661375}
|
| 100 |
+
{"media_id": "L_ZH_040_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_040_M.flac", "duration_sec": 4565.506438}
|
| 101 |
+
{"media_id": "L_ZH_041_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_041_M.flac", "duration_sec": 3894.8235}
|
| 102 |
+
{"media_id": "L_ZH_042_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_042_A.flac", "duration_sec": 4798.9145}
|
| 103 |
+
{"media_id": "L_ZH_043_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_043_A.flac", "duration_sec": 4024.389688}
|
| 104 |
+
{"media_id": "L_ZH_044_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_044_D.flac", "duration_sec": 5494.700438}
|
| 105 |
+
{"media_id": "L_ZH_045_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_045_M.flac", "duration_sec": 3928.0825}
|
| 106 |
+
{"media_id": "L_ZH_046_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_046_D.flac", "duration_sec": 3868.223875}
|
| 107 |
+
{"media_id": "L_ZH_047_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_047_A.flac", "duration_sec": 8786.953375}
|
| 108 |
+
{"media_id": "L_ZH_048_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_048_M.flac", "duration_sec": 3742.069875}
|
| 109 |
+
{"media_id": "L_ZH_049_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_049_A.flac", "duration_sec": 4950.564}
|
| 110 |
+
{"media_id": "L_ZH_050_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_050_A.flac", "duration_sec": 6136.883125}
|
| 111 |
+
{"media_id": "L_ZH_051_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_051_D.flac", "duration_sec": 4917.72}
|
| 112 |
+
{"media_id": "L_ZH_052_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_052_M.flac", "duration_sec": 5227.766125}
|
| 113 |
+
{"media_id": "L_ZH_053_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_053_A.flac", "duration_sec": 4890.28}
|
| 114 |
+
{"media_id": "L_ZH_054_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_054_D.flac", "duration_sec": 5530.076063}
|
| 115 |
+
{"media_id": "L_ZH_055_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_055_M.flac", "duration_sec": 4024.668313}
|
| 116 |
+
{"media_id": "L_ZH_056_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_056_D.flac", "duration_sec": 5340.345813}
|
| 117 |
+
{"media_id": "L_ZH_057_D", "operation": "deletion", "audio_path": "audio/anchor/L_ZH_057_D.flac", "duration_sec": 3858.146438}
|
| 118 |
+
{"media_id": "L_ZH_058_A", "operation": "addition", "audio_path": "audio/anchor/L_ZH_058_A.flac", "duration_sec": 3862.08}
|
| 119 |
+
{"media_id": "L_ZH_059_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_059_M.flac", "duration_sec": 5165.673688}
|
| 120 |
+
{"media_id": "L_ZH_060_M", "operation": "modification", "audio_path": "audio/anchor/L_ZH_060_M.flac", "duration_sec": 9597.575813}
|
metadata/media/anchor/M.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "M_EN_001_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_001_M.flac", "duration_sec": 1867.68475}
|
| 2 |
+
{"media_id": "M_EN_002_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_002_M.flac", "duration_sec": 2381.022938}
|
| 3 |
+
{"media_id": "M_EN_003_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_003_D.flac", "duration_sec": 1981.35875}
|
| 4 |
+
{"media_id": "M_EN_004_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_004_A.flac", "duration_sec": 3538.272}
|
| 5 |
+
{"media_id": "M_EN_005_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_005_D.flac", "duration_sec": 3346.090688}
|
| 6 |
+
{"media_id": "M_EN_006_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_006_D.flac", "duration_sec": 2407.317375}
|
| 7 |
+
{"media_id": "M_EN_007_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_007_A.flac", "duration_sec": 2576.300438}
|
| 8 |
+
{"media_id": "M_EN_008_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_008_M.flac", "duration_sec": 2264.65825}
|
| 9 |
+
{"media_id": "M_EN_009_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_009_D.flac", "duration_sec": 1823.01025}
|
| 10 |
+
{"media_id": "M_EN_010_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_010_A.flac", "duration_sec": 2192.184313}
|
| 11 |
+
{"media_id": "M_EN_011_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_011_M.flac", "duration_sec": 3122.419563}
|
| 12 |
+
{"media_id": "M_EN_012_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_012_M.flac", "duration_sec": 1861.892125}
|
| 13 |
+
{"media_id": "M_EN_013_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_013_A.flac", "duration_sec": 2446.01325}
|
| 14 |
+
{"media_id": "M_EN_014_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_014_D.flac", "duration_sec": 3290.012188}
|
| 15 |
+
{"media_id": "M_EN_015_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_015_A.flac", "duration_sec": 2590.615563}
|
| 16 |
+
{"media_id": "M_EN_016_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_016_A.flac", "duration_sec": 2610.689188}
|
| 17 |
+
{"media_id": "M_EN_017_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_017_D.flac", "duration_sec": 2042.334375}
|
| 18 |
+
{"media_id": "M_EN_018_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_018_M.flac", "duration_sec": 2502.442688}
|
| 19 |
+
{"media_id": "M_EN_019_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_019_D.flac", "duration_sec": 2349.139625}
|
| 20 |
+
{"media_id": "M_EN_020_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_020_A.flac", "duration_sec": 2483.757313}
|
| 21 |
+
{"media_id": "M_EN_021_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_021_M.flac", "duration_sec": 3573.322625}
|
| 22 |
+
{"media_id": "M_EN_022_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_022_A.flac", "duration_sec": 1830.037375}
|
| 23 |
+
{"media_id": "M_EN_023_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_023_A.flac", "duration_sec": 2458.145688}
|
| 24 |
+
{"media_id": "M_EN_024_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_024_D.flac", "duration_sec": 2002.517375}
|
| 25 |
+
{"media_id": "M_EN_025_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_025_M.flac", "duration_sec": 2530.46425}
|
| 26 |
+
{"media_id": "M_EN_026_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_026_M.flac", "duration_sec": 2278.411625}
|
| 27 |
+
{"media_id": "M_EN_027_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_027_A.flac", "duration_sec": 1974.218625}
|
| 28 |
+
{"media_id": "M_EN_028_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_028_A.flac", "duration_sec": 1813.525438}
|
| 29 |
+
{"media_id": "M_EN_029_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_029_D.flac", "duration_sec": 1910.9675}
|
| 30 |
+
{"media_id": "M_EN_030_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_030_M.flac", "duration_sec": 2062.761188}
|
| 31 |
+
{"media_id": "M_EN_031_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_031_A.flac", "duration_sec": 2282.325438}
|
| 32 |
+
{"media_id": "M_EN_032_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_032_D.flac", "duration_sec": 2041.452}
|
| 33 |
+
{"media_id": "M_EN_033_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_033_M.flac", "duration_sec": 2392.271313}
|
| 34 |
+
{"media_id": "M_EN_034_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_034_A.flac", "duration_sec": 2200.832}
|
| 35 |
+
{"media_id": "M_EN_035_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_035_M.flac", "duration_sec": 1818.58175}
|
| 36 |
+
{"media_id": "M_EN_036_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_036_D.flac", "duration_sec": 2185.044188}
|
| 37 |
+
{"media_id": "M_EN_037_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_037_A.flac", "duration_sec": 2051.274063}
|
| 38 |
+
{"media_id": "M_EN_038_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_038_M.flac", "duration_sec": 3219.09225}
|
| 39 |
+
{"media_id": "M_EN_039_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_039_D.flac", "duration_sec": 3274.826313}
|
| 40 |
+
{"media_id": "M_EN_040_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_040_A.flac", "duration_sec": 2842.819063}
|
| 41 |
+
{"media_id": "M_EN_041_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_041_D.flac", "duration_sec": 2624.029063}
|
| 42 |
+
{"media_id": "M_EN_042_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_042_A.flac", "duration_sec": 2196.096}
|
| 43 |
+
{"media_id": "M_EN_043_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_043_M.flac", "duration_sec": 1960.896}
|
| 44 |
+
{"media_id": "M_EN_044_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_044_M.flac", "duration_sec": 2102.186313}
|
| 45 |
+
{"media_id": "M_EN_045_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_045_D.flac", "duration_sec": 2319.789625}
|
| 46 |
+
{"media_id": "M_EN_046_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_046_A.flac", "duration_sec": 1881.872875}
|
| 47 |
+
{"media_id": "M_EN_047_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_047_D.flac", "duration_sec": 2466.504875}
|
| 48 |
+
{"media_id": "M_EN_048_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_048_M.flac", "duration_sec": 1998.801313}
|
| 49 |
+
{"media_id": "M_EN_049_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_049_D.flac", "duration_sec": 2391.445375}
|
| 50 |
+
{"media_id": "M_EN_050_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_050_M.flac", "duration_sec": 1968.385625}
|
| 51 |
+
{"media_id": "M_EN_051_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_051_A.flac", "duration_sec": 3579.866875}
|
| 52 |
+
{"media_id": "M_EN_052_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_052_D.flac", "duration_sec": 2155.578063}
|
| 53 |
+
{"media_id": "M_EN_053_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_053_D.flac", "duration_sec": 3132.058438}
|
| 54 |
+
{"media_id": "M_EN_054_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_054_M.flac", "duration_sec": 2127.856563}
|
| 55 |
+
{"media_id": "M_EN_055_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_055_M.flac", "duration_sec": 2991.194563}
|
| 56 |
+
{"media_id": "M_EN_056_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_056_A.flac", "duration_sec": 2251.178688}
|
| 57 |
+
{"media_id": "M_EN_057_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_057_D.flac", "duration_sec": 3421.495188}
|
| 58 |
+
{"media_id": "M_EN_058_D", "operation": "deletion", "audio_path": "audio/anchor/M_EN_058_D.flac", "duration_sec": 3396.352}
|
| 59 |
+
{"media_id": "M_EN_059_A", "operation": "addition", "audio_path": "audio/anchor/M_EN_059_A.flac", "duration_sec": 3453.469063}
|
| 60 |
+
{"media_id": "M_EN_060_M", "operation": "modification", "audio_path": "audio/anchor/M_EN_060_M.flac", "duration_sec": 2181.282563}
|
| 61 |
+
{"media_id": "M_ZH_001_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_001_D.flac", "duration_sec": 2178.542625}
|
| 62 |
+
{"media_id": "M_ZH_002_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_002_D.flac", "duration_sec": 3353.173375}
|
| 63 |
+
{"media_id": "M_ZH_003_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_003_A.flac", "duration_sec": 3454.548813}
|
| 64 |
+
{"media_id": "M_ZH_004_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_004_A.flac", "duration_sec": 2739.049125}
|
| 65 |
+
{"media_id": "M_ZH_005_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_005_A.flac", "duration_sec": 2914.77775}
|
| 66 |
+
{"media_id": "M_ZH_006_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_006_A.flac", "duration_sec": 2259.046188}
|
| 67 |
+
{"media_id": "M_ZH_007_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_007_M.flac", "duration_sec": 2937.997688}
|
| 68 |
+
{"media_id": "M_ZH_008_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_008_A.flac", "duration_sec": 2690.194313}
|
| 69 |
+
{"media_id": "M_ZH_009_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_009_D.flac", "duration_sec": 2052.516313}
|
| 70 |
+
{"media_id": "M_ZH_010_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_010_M.flac", "duration_sec": 1920.872875}
|
| 71 |
+
{"media_id": "M_ZH_011_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_011_M.flac", "duration_sec": 1980.104875}
|
| 72 |
+
{"media_id": "M_ZH_012_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_012_A.flac", "duration_sec": 3166.470438}
|
| 73 |
+
{"media_id": "M_ZH_013_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_013_D.flac", "duration_sec": 2551.9195}
|
| 74 |
+
{"media_id": "M_ZH_014_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_014_M.flac", "duration_sec": 1827.318875}
|
| 75 |
+
{"media_id": "M_ZH_015_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_015_M.flac", "duration_sec": 2809.75775}
|
| 76 |
+
{"media_id": "M_ZH_016_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_016_D.flac", "duration_sec": 2257.444}
|
| 77 |
+
{"media_id": "M_ZH_017_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_017_A.flac", "duration_sec": 2068.735438}
|
| 78 |
+
{"media_id": "M_ZH_018_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_018_D.flac", "duration_sec": 2860.025063}
|
| 79 |
+
{"media_id": "M_ZH_019_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_019_A.flac", "duration_sec": 2294.016}
|
| 80 |
+
{"media_id": "M_ZH_020_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_020_D.flac", "duration_sec": 2022.21425}
|
| 81 |
+
{"media_id": "M_ZH_021_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_021_A.flac", "duration_sec": 3299.72975}
|
| 82 |
+
{"media_id": "M_ZH_022_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_022_M.flac", "duration_sec": 2080.088375}
|
| 83 |
+
{"media_id": "M_ZH_023_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_023_A.flac", "duration_sec": 2891.139813}
|
| 84 |
+
{"media_id": "M_ZH_024_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_024_M.flac", "duration_sec": 2926.942625}
|
| 85 |
+
{"media_id": "M_ZH_025_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_025_M.flac", "duration_sec": 3472.381688}
|
| 86 |
+
{"media_id": "M_ZH_026_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_026_D.flac", "duration_sec": 2870.114125}
|
| 87 |
+
{"media_id": "M_ZH_027_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_027_M.flac", "duration_sec": 2085.802125}
|
| 88 |
+
{"media_id": "M_ZH_028_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_028_M.flac", "duration_sec": 1882.17475}
|
| 89 |
+
{"media_id": "M_ZH_029_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_029_D.flac", "duration_sec": 2696.810688}
|
| 90 |
+
{"media_id": "M_ZH_030_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_030_D.flac", "duration_sec": 2506.24}
|
| 91 |
+
{"media_id": "M_ZH_031_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_031_M.flac", "duration_sec": 3468.469125}
|
| 92 |
+
{"media_id": "M_ZH_032_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_032_D.flac", "duration_sec": 2725.012625}
|
| 93 |
+
{"media_id": "M_ZH_033_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_033_A.flac", "duration_sec": 2695.442}
|
| 94 |
+
{"media_id": "M_ZH_034_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_034_A.flac", "duration_sec": 1852.395188}
|
| 95 |
+
{"media_id": "M_ZH_035_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_035_M.flac", "duration_sec": 2131.61425}
|
| 96 |
+
{"media_id": "M_ZH_036_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_036_D.flac", "duration_sec": 3040.235125}
|
| 97 |
+
{"media_id": "M_ZH_037_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_037_A.flac", "duration_sec": 2175.849125}
|
| 98 |
+
{"media_id": "M_ZH_038_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_038_M.flac", "duration_sec": 3495.833375}
|
| 99 |
+
{"media_id": "M_ZH_039_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_039_D.flac", "duration_sec": 1886.226625}
|
| 100 |
+
{"media_id": "M_ZH_040_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_040_A.flac", "duration_sec": 2731.990313}
|
| 101 |
+
{"media_id": "M_ZH_041_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_041_M.flac", "duration_sec": 2430.6065}
|
| 102 |
+
{"media_id": "M_ZH_042_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_042_A.flac", "duration_sec": 2489.829313}
|
| 103 |
+
{"media_id": "M_ZH_043_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_043_M.flac", "duration_sec": 2236.64}
|
| 104 |
+
{"media_id": "M_ZH_044_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_044_D.flac", "duration_sec": 3041.767625}
|
| 105 |
+
{"media_id": "M_ZH_045_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_045_D.flac", "duration_sec": 3000.180688}
|
| 106 |
+
{"media_id": "M_ZH_046_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_046_A.flac", "duration_sec": 2470.405813}
|
| 107 |
+
{"media_id": "M_ZH_047_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_047_M.flac", "duration_sec": 1832.008}
|
| 108 |
+
{"media_id": "M_ZH_048_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_048_A.flac", "duration_sec": 1811.261}
|
| 109 |
+
{"media_id": "M_ZH_049_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_049_D.flac", "duration_sec": 2031.08}
|
| 110 |
+
{"media_id": "M_ZH_050_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_050_A.flac", "duration_sec": 1863.076313}
|
| 111 |
+
{"media_id": "M_ZH_051_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_051_D.flac", "duration_sec": 3232.27575}
|
| 112 |
+
{"media_id": "M_ZH_052_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_052_M.flac", "duration_sec": 2082.214625}
|
| 113 |
+
{"media_id": "M_ZH_053_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_053_D.flac", "duration_sec": 2783.68}
|
| 114 |
+
{"media_id": "M_ZH_054_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_054_A.flac", "duration_sec": 3527.563938}
|
| 115 |
+
{"media_id": "M_ZH_055_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_055_M.flac", "duration_sec": 1984.609563}
|
| 116 |
+
{"media_id": "M_ZH_056_A", "operation": "addition", "audio_path": "audio/anchor/M_ZH_056_A.flac", "duration_sec": 2730.004938}
|
| 117 |
+
{"media_id": "M_ZH_057_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_057_M.flac", "duration_sec": 2906.12}
|
| 118 |
+
{"media_id": "M_ZH_058_M", "operation": "modification", "audio_path": "audio/anchor/M_ZH_058_M.flac", "duration_sec": 2768.16}
|
| 119 |
+
{"media_id": "M_ZH_059_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_059_D.flac", "duration_sec": 2384.039188}
|
| 120 |
+
{"media_id": "M_ZH_060_D", "operation": "deletion", "audio_path": "audio/anchor/M_ZH_060_D.flac", "duration_sec": 2981.372563}
|
metadata/media/anchor/S.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "S_EN_001_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_001_M.flac", "duration_sec": 684.373375}
|
| 2 |
+
{"media_id": "S_EN_002_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_002_D.flac", "duration_sec": 941.25575}
|
| 3 |
+
{"media_id": "S_EN_003_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_003_M.flac", "duration_sec": 749.400875}
|
| 4 |
+
{"media_id": "S_EN_004_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_004_A.flac", "duration_sec": 734.447188}
|
| 5 |
+
{"media_id": "S_EN_005_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_005_D.flac", "duration_sec": 626.962}
|
| 6 |
+
{"media_id": "S_EN_006_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_006_M.flac", "duration_sec": 1058.655813}
|
| 7 |
+
{"media_id": "S_EN_007_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_007_A.flac", "duration_sec": 616.211188}
|
| 8 |
+
{"media_id": "S_EN_008_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_008_D.flac", "duration_sec": 1728.15675}
|
| 9 |
+
{"media_id": "S_EN_009_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_009_M.flac", "duration_sec": 728.468063}
|
| 10 |
+
{"media_id": "S_EN_010_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_010_A.flac", "duration_sec": 1178.877125}
|
| 11 |
+
{"media_id": "S_EN_011_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_011_D.flac", "duration_sec": 659.072}
|
| 12 |
+
{"media_id": "S_EN_012_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_012_D.flac", "duration_sec": 600.170688}
|
| 13 |
+
{"media_id": "S_EN_013_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_013_M.flac", "duration_sec": 768.905625}
|
| 14 |
+
{"media_id": "S_EN_014_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_014_A.flac", "duration_sec": 877.12}
|
| 15 |
+
{"media_id": "S_EN_015_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_015_A.flac", "duration_sec": 651.79575}
|
| 16 |
+
{"media_id": "S_EN_016_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_016_D.flac", "duration_sec": 1093.636688}
|
| 17 |
+
{"media_id": "S_EN_017_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_017_M.flac", "duration_sec": 984.944063}
|
| 18 |
+
{"media_id": "S_EN_018_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_018_A.flac", "duration_sec": 1046.082188}
|
| 19 |
+
{"media_id": "S_EN_019_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_019_M.flac", "duration_sec": 700.117375}
|
| 20 |
+
{"media_id": "S_EN_020_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_020_M.flac", "duration_sec": 1236.578688}
|
| 21 |
+
{"media_id": "S_EN_021_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_021_D.flac", "duration_sec": 820.885375}
|
| 22 |
+
{"media_id": "S_EN_022_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_022_A.flac", "duration_sec": 1073.110313}
|
| 23 |
+
{"media_id": "S_EN_023_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_023_A.flac", "duration_sec": 1382.063375}
|
| 24 |
+
{"media_id": "S_EN_024_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_024_D.flac", "duration_sec": 686.528}
|
| 25 |
+
{"media_id": "S_EN_025_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_025_M.flac", "duration_sec": 753.963563}
|
| 26 |
+
{"media_id": "S_EN_026_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_026_M.flac", "duration_sec": 754.567313}
|
| 27 |
+
{"media_id": "S_EN_027_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_027_A.flac", "duration_sec": 1522.102875}
|
| 28 |
+
{"media_id": "S_EN_028_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_028_D.flac", "duration_sec": 826.375}
|
| 29 |
+
{"media_id": "S_EN_029_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_029_A.flac", "duration_sec": 862.50525}
|
| 30 |
+
{"media_id": "S_EN_030_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_030_M.flac", "duration_sec": 810.956938}
|
| 31 |
+
{"media_id": "S_EN_031_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_031_D.flac", "duration_sec": 684.09475}
|
| 32 |
+
{"media_id": "S_EN_032_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_032_A.flac", "duration_sec": 881.237375}
|
| 33 |
+
{"media_id": "S_EN_033_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_033_M.flac", "duration_sec": 1237.008313}
|
| 34 |
+
{"media_id": "S_EN_034_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_034_M.flac", "duration_sec": 1280.81275}
|
| 35 |
+
{"media_id": "S_EN_035_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_035_A.flac", "duration_sec": 909.525438}
|
| 36 |
+
{"media_id": "S_EN_036_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_036_D.flac", "duration_sec": 608.583438}
|
| 37 |
+
{"media_id": "S_EN_037_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_037_M.flac", "duration_sec": 1189.093938}
|
| 38 |
+
{"media_id": "S_EN_038_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_038_M.flac", "duration_sec": 627.240688}
|
| 39 |
+
{"media_id": "S_EN_039_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_039_D.flac", "duration_sec": 1766.005313}
|
| 40 |
+
{"media_id": "S_EN_040_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_040_D.flac", "duration_sec": 1529.602938}
|
| 41 |
+
{"media_id": "S_EN_041_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_041_D.flac", "duration_sec": 1716.953125}
|
| 42 |
+
{"media_id": "S_EN_042_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_042_A.flac", "duration_sec": 600.096563}
|
| 43 |
+
{"media_id": "S_EN_043_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_043_A.flac", "duration_sec": 1743.7025}
|
| 44 |
+
{"media_id": "S_EN_044_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_044_D.flac", "duration_sec": 856.955688}
|
| 45 |
+
{"media_id": "S_EN_045_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_045_M.flac", "duration_sec": 1450.922125}
|
| 46 |
+
{"media_id": "S_EN_046_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_046_A.flac", "duration_sec": 882.811125}
|
| 47 |
+
{"media_id": "S_EN_047_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_047_M.flac", "duration_sec": 667.991688}
|
| 48 |
+
{"media_id": "S_EN_048_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_048_D.flac", "duration_sec": 899.343688}
|
| 49 |
+
{"media_id": "S_EN_049_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_049_D.flac", "duration_sec": 911.552}
|
| 50 |
+
{"media_id": "S_EN_050_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_050_M.flac", "duration_sec": 923.864}
|
| 51 |
+
{"media_id": "S_EN_051_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_051_D.flac", "duration_sec": 1114.395313}
|
| 52 |
+
{"media_id": "S_EN_052_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_052_A.flac", "duration_sec": 630.503125}
|
| 53 |
+
{"media_id": "S_EN_053_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_053_M.flac", "duration_sec": 639.84925}
|
| 54 |
+
{"media_id": "S_EN_054_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_054_A.flac", "duration_sec": 665.670813}
|
| 55 |
+
{"media_id": "S_EN_055_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_055_A.flac", "duration_sec": 682.14425}
|
| 56 |
+
{"media_id": "S_EN_056_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_056_D.flac", "duration_sec": 600.32875}
|
| 57 |
+
{"media_id": "S_EN_057_M", "operation": "modification", "audio_path": "audio/anchor/S_EN_057_M.flac", "duration_sec": 973.233938}
|
| 58 |
+
{"media_id": "S_EN_058_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_058_A.flac", "duration_sec": 1214.549375}
|
| 59 |
+
{"media_id": "S_EN_059_A", "operation": "addition", "audio_path": "audio/anchor/S_EN_059_A.flac", "duration_sec": 765.845438}
|
| 60 |
+
{"media_id": "S_EN_060_D", "operation": "deletion", "audio_path": "audio/anchor/S_EN_060_D.flac", "duration_sec": 674.841563}
|
| 61 |
+
{"media_id": "S_ZH_001_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_001_M.flac", "duration_sec": 879.548688}
|
| 62 |
+
{"media_id": "S_ZH_002_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_002_D.flac", "duration_sec": 1375.422438}
|
| 63 |
+
{"media_id": "S_ZH_003_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_003_A.flac", "duration_sec": 759.780188}
|
| 64 |
+
{"media_id": "S_ZH_004_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_004_D.flac", "duration_sec": 611.811}
|
| 65 |
+
{"media_id": "S_ZH_005_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_005_M.flac", "duration_sec": 857.408}
|
| 66 |
+
{"media_id": "S_ZH_006_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_006_D.flac", "duration_sec": 1299.434688}
|
| 67 |
+
{"media_id": "S_ZH_007_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_007_M.flac", "duration_sec": 1274.656875}
|
| 68 |
+
{"media_id": "S_ZH_008_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_008_D.flac", "duration_sec": 1310.580688}
|
| 69 |
+
{"media_id": "S_ZH_009_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_009_A.flac", "duration_sec": 1682.192875}
|
| 70 |
+
{"media_id": "S_ZH_010_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_010_D.flac", "duration_sec": 601.443313}
|
| 71 |
+
{"media_id": "S_ZH_011_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_011_M.flac", "duration_sec": 610.575625}
|
| 72 |
+
{"media_id": "S_ZH_012_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_012_D.flac", "duration_sec": 1780.065}
|
| 73 |
+
{"media_id": "S_ZH_013_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_013_A.flac", "duration_sec": 1007.786688}
|
| 74 |
+
{"media_id": "S_ZH_014_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_014_A.flac", "duration_sec": 611.230563}
|
| 75 |
+
{"media_id": "S_ZH_015_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_015_D.flac", "duration_sec": 916.60775}
|
| 76 |
+
{"media_id": "S_ZH_016_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_016_M.flac", "duration_sec": 657.138313}
|
| 77 |
+
{"media_id": "S_ZH_017_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_017_M.flac", "duration_sec": 975.332813}
|
| 78 |
+
{"media_id": "S_ZH_018_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_018_M.flac", "duration_sec": 1703.125625}
|
| 79 |
+
{"media_id": "S_ZH_019_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_019_A.flac", "duration_sec": 1501.76}
|
| 80 |
+
{"media_id": "S_ZH_020_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_020_A.flac", "duration_sec": 819.060688}
|
| 81 |
+
{"media_id": "S_ZH_021_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_021_D.flac", "duration_sec": 713.88}
|
| 82 |
+
{"media_id": "S_ZH_022_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_022_M.flac", "duration_sec": 606.249813}
|
| 83 |
+
{"media_id": "S_ZH_023_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_023_M.flac", "duration_sec": 1497.420125}
|
| 84 |
+
{"media_id": "S_ZH_024_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_024_D.flac", "duration_sec": 624.732938}
|
| 85 |
+
{"media_id": "S_ZH_025_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_025_A.flac", "duration_sec": 699.733375}
|
| 86 |
+
{"media_id": "S_ZH_026_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_026_D.flac", "duration_sec": 841.472063}
|
| 87 |
+
{"media_id": "S_ZH_027_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_027_D.flac", "duration_sec": 1291.075938}
|
| 88 |
+
{"media_id": "S_ZH_028_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_028_A.flac", "duration_sec": 863.201875}
|
| 89 |
+
{"media_id": "S_ZH_029_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_029_M.flac", "duration_sec": 1104.3875}
|
| 90 |
+
{"media_id": "S_ZH_030_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_030_A.flac", "duration_sec": 767.829375}
|
| 91 |
+
{"media_id": "S_ZH_031_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_031_D.flac", "duration_sec": 1187.433688}
|
| 92 |
+
{"media_id": "S_ZH_032_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_032_D.flac", "duration_sec": 1044.178188}
|
| 93 |
+
{"media_id": "S_ZH_033_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_033_M.flac", "duration_sec": 1325.511125}
|
| 94 |
+
{"media_id": "S_ZH_034_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_034_M.flac", "duration_sec": 838.310063}
|
| 95 |
+
{"media_id": "S_ZH_035_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_035_A.flac", "duration_sec": 607.259875}
|
| 96 |
+
{"media_id": "S_ZH_036_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_036_A.flac", "duration_sec": 784.404938}
|
| 97 |
+
{"media_id": "S_ZH_037_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_037_D.flac", "duration_sec": 737.001375}
|
| 98 |
+
{"media_id": "S_ZH_038_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_038_M.flac", "duration_sec": 1519.550063}
|
| 99 |
+
{"media_id": "S_ZH_039_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_039_A.flac", "duration_sec": 1710.68}
|
| 100 |
+
{"media_id": "S_ZH_040_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_040_D.flac", "duration_sec": 1044.433563}
|
| 101 |
+
{"media_id": "S_ZH_041_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_041_M.flac", "duration_sec": 1043.574438}
|
| 102 |
+
{"media_id": "S_ZH_042_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_042_A.flac", "duration_sec": 1763.207313}
|
| 103 |
+
{"media_id": "S_ZH_043_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_043_A.flac", "duration_sec": 744.350563}
|
| 104 |
+
{"media_id": "S_ZH_044_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_044_M.flac", "duration_sec": 795.394625}
|
| 105 |
+
{"media_id": "S_ZH_045_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_045_A.flac", "duration_sec": 870.771563}
|
| 106 |
+
{"media_id": "S_ZH_046_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_046_D.flac", "duration_sec": 674.528125}
|
| 107 |
+
{"media_id": "S_ZH_047_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_047_M.flac", "duration_sec": 992.1575}
|
| 108 |
+
{"media_id": "S_ZH_048_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_048_A.flac", "duration_sec": 1244.310938}
|
| 109 |
+
{"media_id": "S_ZH_049_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_049_D.flac", "duration_sec": 659.284188}
|
| 110 |
+
{"media_id": "S_ZH_050_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_050_M.flac", "duration_sec": 1398.421813}
|
| 111 |
+
{"media_id": "S_ZH_051_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_051_M.flac", "duration_sec": 1713.365625}
|
| 112 |
+
{"media_id": "S_ZH_052_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_052_D.flac", "duration_sec": 775.94125}
|
| 113 |
+
{"media_id": "S_ZH_053_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_053_D.flac", "duration_sec": 1714.468625}
|
| 114 |
+
{"media_id": "S_ZH_054_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_054_A.flac", "duration_sec": 809.24}
|
| 115 |
+
{"media_id": "S_ZH_055_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_055_A.flac", "duration_sec": 1703.488}
|
| 116 |
+
{"media_id": "S_ZH_056_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_056_A.flac", "duration_sec": 609.361313}
|
| 117 |
+
{"media_id": "S_ZH_057_A", "operation": "addition", "audio_path": "audio/anchor/S_ZH_057_A.flac", "duration_sec": 637.085938}
|
| 118 |
+
{"media_id": "S_ZH_058_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_058_M.flac", "duration_sec": 833.967875}
|
| 119 |
+
{"media_id": "S_ZH_059_M", "operation": "modification", "audio_path": "audio/anchor/S_ZH_059_M.flac", "duration_sec": 868.757375}
|
| 120 |
+
{"media_id": "S_ZH_060_D", "operation": "deletion", "audio_path": "audio/anchor/S_ZH_060_D.flac", "duration_sec": 663.92}
|
metadata/media/anchor/anchor_manifest.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/media/native/L.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "L_EN_001", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 4358.88475, "audio_path": "audio/native/L_EN_001.flac"}
|
| 2 |
+
{"media_id": "L_EN_002", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 4945.711063, "audio_path": "audio/native/L_EN_002.flac"}
|
| 3 |
+
{"media_id": "L_EN_003", "genre": "live_stream", "topic": "technology", "language": "en", "duration_sec": 3660.231125, "audio_path": "audio/native/L_EN_003.flac"}
|
| 4 |
+
{"media_id": "L_EN_004", "genre": "lecture", "topic": "education", "language": "en", "duration_sec": 5220.448, "audio_path": "audio/native/L_EN_004.flac"}
|
| 5 |
+
{"media_id": "L_EN_005", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 5220.844313, "audio_path": "audio/native/L_EN_005.flac"}
|
| 6 |
+
{"media_id": "L_EN_006", "genre": "commentary", "topic": "lifestyle", "language": "en", "duration_sec": 5714.605, "audio_path": "audio/native/L_EN_006.flac"}
|
| 7 |
+
{"media_id": "L_EN_007", "genre": "live_stream", "topic": "sports", "language": "en", "duration_sec": 4755.81825, "audio_path": "audio/native/L_EN_007.flac"}
|
| 8 |
+
{"media_id": "L_EN_008", "genre": "commentary", "topic": "arts", "language": "en", "duration_sec": 7826.007125, "audio_path": "audio/native/L_EN_008.flac"}
|
| 9 |
+
{"media_id": "L_EN_009", "genre": "lecture", "topic": "lifestyle", "language": "en", "duration_sec": 3946.138438, "audio_path": "audio/native/L_EN_009.flac"}
|
| 10 |
+
{"media_id": "L_EN_010", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 4087.73375, "audio_path": "audio/native/L_EN_010.flac"}
|
| 11 |
+
{"media_id": "L_EN_011", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 8315.147063, "audio_path": "audio/native/L_EN_011.flac"}
|
| 12 |
+
{"media_id": "L_EN_012", "genre": "discussion", "topic": "lifestyle", "language": "en", "duration_sec": 3879.24175, "audio_path": "audio/native/L_EN_012.flac"}
|
| 13 |
+
{"media_id": "L_EN_013", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 6221.09025, "audio_path": "audio/native/L_EN_013.flac"}
|
| 14 |
+
{"media_id": "L_EN_014", "genre": "vlog", "topic": "arts", "language": "en", "duration_sec": 5581.682375, "audio_path": "audio/native/L_EN_014.flac"}
|
| 15 |
+
{"media_id": "L_EN_015", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 3641.353313, "audio_path": "audio/native/L_EN_015.flac"}
|
| 16 |
+
{"media_id": "L_EN_016", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 4169.409938, "audio_path": "audio/native/L_EN_016.flac"}
|
| 17 |
+
{"media_id": "L_EN_017", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 4284.824688, "audio_path": "audio/native/L_EN_017.flac"}
|
| 18 |
+
{"media_id": "L_EN_018", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 4372.363938, "audio_path": "audio/native/L_EN_018.flac"}
|
| 19 |
+
{"media_id": "L_EN_019", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 4021.510438, "audio_path": "audio/native/L_EN_019.flac"}
|
| 20 |
+
{"media_id": "L_EN_020", "genre": "discussion", "topic": "technology", "language": "en", "duration_sec": 6449.899688, "audio_path": "audio/native/L_EN_020.flac"}
|
| 21 |
+
{"media_id": "L_EN_021", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 7624.701688, "audio_path": "audio/native/L_EN_021.flac"}
|
| 22 |
+
{"media_id": "L_EN_022", "genre": "discussion", "topic": "gaming", "language": "en", "duration_sec": 5067.302375, "audio_path": "audio/native/L_EN_022.flac"}
|
| 23 |
+
{"media_id": "L_EN_023", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 4613.12, "audio_path": "audio/native/L_EN_023.flac"}
|
| 24 |
+
{"media_id": "L_EN_024", "genre": "discussion", "topic": "education", "language": "en", "duration_sec": 5038.84, "audio_path": "audio/native/L_EN_024.flac"}
|
| 25 |
+
{"media_id": "L_EN_025", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 4304.042688, "audio_path": "audio/native/L_EN_025.flac"}
|
| 26 |
+
{"media_id": "L_EN_026", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 3689.975875, "audio_path": "audio/native/L_EN_026.flac"}
|
| 27 |
+
{"media_id": "L_EN_027", "genre": "documentary", "topic": "arts", "language": "en", "duration_sec": 5418.132625, "audio_path": "audio/native/L_EN_027.flac"}
|
| 28 |
+
{"media_id": "L_EN_028", "genre": "commentary", "topic": "entertainment", "language": "en", "duration_sec": 3670.134438, "audio_path": "audio/native/L_EN_028.flac"}
|
| 29 |
+
{"media_id": "L_EN_029", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 6958.521188, "audio_path": "audio/native/L_EN_029.flac"}
|
| 30 |
+
{"media_id": "L_EN_030", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 5032.228625, "audio_path": "audio/native/L_EN_030.flac"}
|
| 31 |
+
{"media_id": "L_EN_031", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 4311.388313, "audio_path": "audio/native/L_EN_031.flac"}
|
| 32 |
+
{"media_id": "L_EN_032", "genre": "discussion", "topic": "lifestyle", "language": "en", "duration_sec": 7956.201375, "audio_path": "audio/native/L_EN_032.flac"}
|
| 33 |
+
{"media_id": "L_EN_033", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 4695.875938, "audio_path": "audio/native/L_EN_033.flac"}
|
| 34 |
+
{"media_id": "L_EN_034", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 4496.033438, "audio_path": "audio/native/L_EN_034.flac"}
|
| 35 |
+
{"media_id": "L_EN_035", "genre": "lecture", "topic": "arts", "language": "en", "duration_sec": 7024.616813, "audio_path": "audio/native/L_EN_035.flac"}
|
| 36 |
+
{"media_id": "L_EN_036", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 5224.524688, "audio_path": "audio/native/L_EN_036.flac"}
|
| 37 |
+
{"media_id": "L_EN_037", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 3759.381375, "audio_path": "audio/native/L_EN_037.flac"}
|
| 38 |
+
{"media_id": "L_EN_038", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 6372.99525, "audio_path": "audio/native/L_EN_038.flac"}
|
| 39 |
+
{"media_id": "L_EN_039", "genre": "live_stream", "topic": "arts", "language": "en", "duration_sec": 5303.484125, "audio_path": "audio/native/L_EN_039.flac"}
|
| 40 |
+
{"media_id": "L_EN_040", "genre": "commentary", "topic": "entertainment", "language": "en", "duration_sec": 4635.376375, "audio_path": "audio/native/L_EN_040.flac"}
|
| 41 |
+
{"media_id": "L_EN_041", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 4956.461875, "audio_path": "audio/native/L_EN_041.flac"}
|
| 42 |
+
{"media_id": "L_EN_042", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 5462.912, "audio_path": "audio/native/L_EN_042.flac"}
|
| 43 |
+
{"media_id": "L_EN_043", "genre": "live_stream", "topic": "sports", "language": "en", "duration_sec": 9514.283563, "audio_path": "audio/native/L_EN_043.flac"}
|
| 44 |
+
{"media_id": "L_EN_044", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 4337.359875, "audio_path": "audio/native/L_EN_044.flac"}
|
| 45 |
+
{"media_id": "L_EN_045", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 8953.335875, "audio_path": "audio/native/L_EN_045.flac"}
|
| 46 |
+
{"media_id": "L_EN_046", "genre": "commentary", "topic": "lifestyle", "language": "en", "duration_sec": 4351.605313, "audio_path": "audio/native/L_EN_046.flac"}
|
| 47 |
+
{"media_id": "L_EN_047", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3906.333375, "audio_path": "audio/native/L_EN_047.flac"}
|
| 48 |
+
{"media_id": "L_EN_048", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 6574.08, "audio_path": "audio/native/L_EN_048.flac"}
|
| 49 |
+
{"media_id": "L_EN_049", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 7109.079375, "audio_path": "audio/native/L_EN_049.flac"}
|
| 50 |
+
{"media_id": "L_EN_050", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 7507.84, "audio_path": "audio/native/L_EN_050.flac"}
|
| 51 |
+
{"media_id": "L_EN_051", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 4138.875688, "audio_path": "audio/native/L_EN_051.flac"}
|
| 52 |
+
{"media_id": "L_EN_052", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 5943.04, "audio_path": "audio/native/L_EN_052.flac"}
|
| 53 |
+
{"media_id": "L_EN_053", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 8356.992, "audio_path": "audio/native/L_EN_053.flac"}
|
| 54 |
+
{"media_id": "L_EN_054", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 4773.488625, "audio_path": "audio/native/L_EN_054.flac"}
|
| 55 |
+
{"media_id": "L_EN_055", "genre": "documentary", "topic": "arts", "language": "en", "duration_sec": 5249.103, "audio_path": "audio/native/L_EN_055.flac"}
|
| 56 |
+
{"media_id": "L_EN_056", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 3679.341188, "audio_path": "audio/native/L_EN_056.flac"}
|
| 57 |
+
{"media_id": "L_EN_057", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 3951.223625, "audio_path": "audio/native/L_EN_057.flac"}
|
| 58 |
+
{"media_id": "L_EN_058", "genre": "live_stream", "topic": "sports", "language": "en", "duration_sec": 8480.066813, "audio_path": "audio/native/L_EN_058.flac"}
|
| 59 |
+
{"media_id": "L_EN_059", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 3648.490688, "audio_path": "audio/native/L_EN_059.flac"}
|
| 60 |
+
{"media_id": "L_EN_060", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 7897.234313, "audio_path": "audio/native/L_EN_060.flac"}
|
| 61 |
+
{"media_id": "L_ZH_001", "genre": "live_stream", "topic": "business", "language": "zh", "duration_sec": 9813.147625, "audio_path": "audio/native/L_ZH_001.flac"}
|
| 62 |
+
{"media_id": "L_ZH_002", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 8349.884125, "audio_path": "audio/native/L_ZH_002.flac"}
|
| 63 |
+
{"media_id": "L_ZH_003", "genre": "discussion", "topic": "business", "language": "zh", "duration_sec": 3888.018875, "audio_path": "audio/native/L_ZH_003.flac"}
|
| 64 |
+
{"media_id": "L_ZH_004", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 3642.584, "audio_path": "audio/native/L_ZH_004.flac"}
|
| 65 |
+
{"media_id": "L_ZH_005", "genre": "lecture", "topic": "lifestyle", "language": "zh", "duration_sec": 4143.624188, "audio_path": "audio/native/L_ZH_005.flac"}
|
| 66 |
+
{"media_id": "L_ZH_006", "genre": "live_stream", "topic": "arts", "language": "zh", "duration_sec": 8349.013375, "audio_path": "audio/native/L_ZH_006.flac"}
|
| 67 |
+
{"media_id": "L_ZH_007", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 4050.686313, "audio_path": "audio/native/L_ZH_007.flac"}
|
| 68 |
+
{"media_id": "L_ZH_008", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 4408.169125, "audio_path": "audio/native/L_ZH_008.flac"}
|
| 69 |
+
{"media_id": "L_ZH_009", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 4401.563, "audio_path": "audio/native/L_ZH_009.flac"}
|
| 70 |
+
{"media_id": "L_ZH_010", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 3632.135, "audio_path": "audio/native/L_ZH_010.flac"}
|
| 71 |
+
{"media_id": "L_ZH_011", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 4511.126375, "audio_path": "audio/native/L_ZH_011.flac"}
|
| 72 |
+
{"media_id": "L_ZH_012", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 5157.610688, "audio_path": "audio/native/L_ZH_012.flac"}
|
| 73 |
+
{"media_id": "L_ZH_013", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 8343.133375, "audio_path": "audio/native/L_ZH_013.flac"}
|
| 74 |
+
{"media_id": "L_ZH_014", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 7498.094938, "audio_path": "audio/native/L_ZH_014.flac"}
|
| 75 |
+
{"media_id": "L_ZH_015", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 4377.72775, "audio_path": "audio/native/L_ZH_015.flac"}
|
| 76 |
+
{"media_id": "L_ZH_016", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 8465.171188, "audio_path": "audio/native/L_ZH_016.flac"}
|
| 77 |
+
{"media_id": "L_ZH_017", "genre": "discussion", "topic": "arts", "language": "zh", "duration_sec": 7279.5255, "audio_path": "audio/native/L_ZH_017.flac"}
|
| 78 |
+
{"media_id": "L_ZH_018", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 6272.49925, "audio_path": "audio/native/L_ZH_018.flac"}
|
| 79 |
+
{"media_id": "L_ZH_019", "genre": "live_stream", "topic": "entertainment", "language": "zh", "duration_sec": 4458.208125, "audio_path": "audio/native/L_ZH_019.flac"}
|
| 80 |
+
{"media_id": "L_ZH_020", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 5586.001313, "audio_path": "audio/native/L_ZH_020.flac"}
|
| 81 |
+
{"media_id": "L_ZH_021", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 5064.063188, "audio_path": "audio/native/L_ZH_021.flac"}
|
| 82 |
+
{"media_id": "L_ZH_022", "genre": "discussion", "topic": "arts", "language": "zh", "duration_sec": 3885.604, "audio_path": "audio/native/L_ZH_022.flac"}
|
| 83 |
+
{"media_id": "L_ZH_023", "genre": "documentary", "topic": "lifestyle", "language": "zh", "duration_sec": 3650.153688, "audio_path": "audio/native/L_ZH_023.flac"}
|
| 84 |
+
{"media_id": "L_ZH_024", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 5419.920563, "audio_path": "audio/native/L_ZH_024.flac"}
|
| 85 |
+
{"media_id": "L_ZH_025", "genre": "discussion", "topic": "arts", "language": "zh", "duration_sec": 7500.591063, "audio_path": "audio/native/L_ZH_025.flac"}
|
| 86 |
+
{"media_id": "L_ZH_026", "genre": "discussion", "topic": "health", "language": "zh", "duration_sec": 5460.66, "audio_path": "audio/native/L_ZH_026.flac"}
|
| 87 |
+
{"media_id": "L_ZH_027", "genre": "live_stream", "topic": "lifestyle", "language": "zh", "duration_sec": 5376.213375, "audio_path": "audio/native/L_ZH_027.flac"}
|
| 88 |
+
{"media_id": "L_ZH_028", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4295.7265, "audio_path": "audio/native/L_ZH_028.flac"}
|
| 89 |
+
{"media_id": "L_ZH_029", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 3846.745438, "audio_path": "audio/native/L_ZH_029.flac"}
|
| 90 |
+
{"media_id": "L_ZH_030", "genre": "live_stream", "topic": "entertainment", "language": "zh", "duration_sec": 5296.076938, "audio_path": "audio/native/L_ZH_030.flac"}
|
| 91 |
+
{"media_id": "L_ZH_031", "genre": "discussion", "topic": "health", "language": "zh", "duration_sec": 5031.274688, "audio_path": "audio/native/L_ZH_031.flac"}
|
| 92 |
+
{"media_id": "L_ZH_032", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 4080.6865, "audio_path": "audio/native/L_ZH_032.flac"}
|
| 93 |
+
{"media_id": "L_ZH_033", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4603.634688, "audio_path": "audio/native/L_ZH_033.flac"}
|
| 94 |
+
{"media_id": "L_ZH_034", "genre": "discussion", "topic": "sports", "language": "zh", "duration_sec": 5012.050438, "audio_path": "audio/native/L_ZH_034.flac"}
|
| 95 |
+
{"media_id": "L_ZH_035", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 5695.019, "audio_path": "audio/native/L_ZH_035.flac"}
|
| 96 |
+
{"media_id": "L_ZH_036", "genre": "discussion", "topic": "entertainment", "language": "zh", "duration_sec": 7525.033375, "audio_path": "audio/native/L_ZH_036.flac"}
|
| 97 |
+
{"media_id": "L_ZH_037", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 5908.689, "audio_path": "audio/native/L_ZH_037.flac"}
|
| 98 |
+
{"media_id": "L_ZH_038", "genre": "live_stream", "topic": "business", "language": "zh", "duration_sec": 4632.381, "audio_path": "audio/native/L_ZH_038.flac"}
|
| 99 |
+
{"media_id": "L_ZH_039", "genre": "documentary", "topic": "lifestyle", "language": "zh", "duration_sec": 5557.661375, "audio_path": "audio/native/L_ZH_039.flac"}
|
| 100 |
+
{"media_id": "L_ZH_040", "genre": "discussion", "topic": "arts", "language": "zh", "duration_sec": 4594.544063, "audio_path": "audio/native/L_ZH_040.flac"}
|
| 101 |
+
{"media_id": "L_ZH_041", "genre": "discussion", "topic": "lifestyle", "language": "zh", "duration_sec": 3899.4315, "audio_path": "audio/native/L_ZH_041.flac"}
|
| 102 |
+
{"media_id": "L_ZH_042", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 4798.9145, "audio_path": "audio/native/L_ZH_042.flac"}
|
| 103 |
+
{"media_id": "L_ZH_043", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4024.389688, "audio_path": "audio/native/L_ZH_043.flac"}
|
| 104 |
+
{"media_id": "L_ZH_044", "genre": "documentary", "topic": "arts", "language": "zh", "duration_sec": 5494.700438, "audio_path": "audio/native/L_ZH_044.flac"}
|
| 105 |
+
{"media_id": "L_ZH_045", "genre": "lecture", "topic": "business", "language": "zh", "duration_sec": 3848.042688, "audio_path": "audio/native/L_ZH_045.flac"}
|
| 106 |
+
{"media_id": "L_ZH_046", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 3868.223875, "audio_path": "audio/native/L_ZH_046.flac"}
|
| 107 |
+
{"media_id": "L_ZH_047", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 8786.953313, "audio_path": "audio/native/L_ZH_047.flac"}
|
| 108 |
+
{"media_id": "L_ZH_048", "genre": "lecture", "topic": "business", "language": "zh", "duration_sec": 3742.069875, "audio_path": "audio/native/L_ZH_048.flac"}
|
| 109 |
+
{"media_id": "L_ZH_049", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4950.564, "audio_path": "audio/native/L_ZH_049.flac"}
|
| 110 |
+
{"media_id": "L_ZH_050", "genre": "drama_variety", "topic": "business", "language": "zh", "duration_sec": 6136.883125, "audio_path": "audio/native/L_ZH_050.flac"}
|
| 111 |
+
{"media_id": "L_ZH_051", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4917.72, "audio_path": "audio/native/L_ZH_051.flac"}
|
| 112 |
+
{"media_id": "L_ZH_052", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 5173.44075, "audio_path": "audio/native/L_ZH_052.flac"}
|
| 113 |
+
{"media_id": "L_ZH_053", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 4890.28, "audio_path": "audio/native/L_ZH_053.flac"}
|
| 114 |
+
{"media_id": "L_ZH_054", "genre": "discussion", "topic": "technology", "language": "zh", "duration_sec": 5530.076063, "audio_path": "audio/native/L_ZH_054.flac"}
|
| 115 |
+
{"media_id": "L_ZH_055", "genre": "discussion", "topic": "sports", "language": "zh", "duration_sec": 4024.668313, "audio_path": "audio/native/L_ZH_055.flac"}
|
| 116 |
+
{"media_id": "L_ZH_056", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 5340.345813, "audio_path": "audio/native/L_ZH_056.flac"}
|
| 117 |
+
{"media_id": "L_ZH_057", "genre": "drama_variety", "topic": "arts", "language": "zh", "duration_sec": 3858.146438, "audio_path": "audio/native/L_ZH_057.flac"}
|
| 118 |
+
{"media_id": "L_ZH_058", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 3862.08, "audio_path": "audio/native/L_ZH_058.flac"}
|
| 119 |
+
{"media_id": "L_ZH_059", "genre": "drama_variety", "topic": "arts", "language": "zh", "duration_sec": 5165.673688, "audio_path": "audio/native/L_ZH_059.flac"}
|
| 120 |
+
{"media_id": "L_ZH_060", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 9538.8735, "audio_path": "audio/native/L_ZH_060.flac"}
|
metadata/media/native/M.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "M_EN_001", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 1902.561875, "audio_path": "audio/native/M_EN_001.flac"}
|
| 2 |
+
{"media_id": "M_EN_002", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 2300.906688, "audio_path": "audio/native/M_EN_002.flac"}
|
| 3 |
+
{"media_id": "M_EN_003", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 1981.35875, "audio_path": "audio/native/M_EN_003.flac"}
|
| 4 |
+
{"media_id": "M_EN_004", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 3538.272, "audio_path": "audio/native/M_EN_004.flac"}
|
| 5 |
+
{"media_id": "M_EN_005", "genre": "discussion", "topic": "education", "language": "en", "duration_sec": 3346.090688, "audio_path": "audio/native/M_EN_005.flac"}
|
| 6 |
+
{"media_id": "M_EN_006", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2407.317375, "audio_path": "audio/native/M_EN_006.flac"}
|
| 7 |
+
{"media_id": "M_EN_007", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 2576.300438, "audio_path": "audio/native/M_EN_007.flac"}
|
| 8 |
+
{"media_id": "M_EN_008", "genre": "discussion", "topic": "education", "language": "en", "duration_sec": 2294.178, "audio_path": "audio/native/M_EN_008.flac"}
|
| 9 |
+
{"media_id": "M_EN_009", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1823.01025, "audio_path": "audio/native/M_EN_009.flac"}
|
| 10 |
+
{"media_id": "M_EN_010", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 2192.184313, "audio_path": "audio/native/M_EN_010.flac"}
|
| 11 |
+
{"media_id": "M_EN_011", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3136.493438, "audio_path": "audio/native/M_EN_011.flac"}
|
| 12 |
+
{"media_id": "M_EN_012", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 1861.892125, "audio_path": "audio/native/M_EN_012.flac"}
|
| 13 |
+
{"media_id": "M_EN_013", "genre": "discussion", "topic": "technology", "language": "en", "duration_sec": 2446.01325, "audio_path": "audio/native/M_EN_013.flac"}
|
| 14 |
+
{"media_id": "M_EN_014", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 3290.012188, "audio_path": "audio/native/M_EN_014.flac"}
|
| 15 |
+
{"media_id": "M_EN_015", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2590.615563, "audio_path": "audio/native/M_EN_015.flac"}
|
| 16 |
+
{"media_id": "M_EN_016", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2610.689188, "audio_path": "audio/native/M_EN_016.flac"}
|
| 17 |
+
{"media_id": "M_EN_017", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 2042.334375, "audio_path": "audio/native/M_EN_017.flac"}
|
| 18 |
+
{"media_id": "M_EN_018", "genre": "lecture", "topic": "lifestyle", "language": "en", "duration_sec": 2502.442688, "audio_path": "audio/native/M_EN_018.flac"}
|
| 19 |
+
{"media_id": "M_EN_019", "genre": "commentary", "topic": "entertainment", "language": "en", "duration_sec": 2349.139625, "audio_path": "audio/native/M_EN_019.flac"}
|
| 20 |
+
{"media_id": "M_EN_020", "genre": "discussion", "topic": "entertainment", "language": "en", "duration_sec": 2483.757313, "audio_path": "audio/native/M_EN_020.flac"}
|
| 21 |
+
{"media_id": "M_EN_021", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3587.831313, "audio_path": "audio/native/M_EN_021.flac"}
|
| 22 |
+
{"media_id": "M_EN_022", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 1830.037375, "audio_path": "audio/native/M_EN_022.flac"}
|
| 23 |
+
{"media_id": "M_EN_023", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2458.145688, "audio_path": "audio/native/M_EN_023.flac"}
|
| 24 |
+
{"media_id": "M_EN_024", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 2002.517375, "audio_path": "audio/native/M_EN_024.flac"}
|
| 25 |
+
{"media_id": "M_EN_025", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2530.46425, "audio_path": "audio/native/M_EN_025.flac"}
|
| 26 |
+
{"media_id": "M_EN_026", "genre": "documentary", "topic": "business", "language": "en", "duration_sec": 2278.411625, "audio_path": "audio/native/M_EN_026.flac"}
|
| 27 |
+
{"media_id": "M_EN_027", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 1974.218625, "audio_path": "audio/native/M_EN_027.flac"}
|
| 28 |
+
{"media_id": "M_EN_028", "genre": "vlog", "topic": "sports", "language": "en", "duration_sec": 1813.525375, "audio_path": "audio/native/M_EN_028.flac"}
|
| 29 |
+
{"media_id": "M_EN_029", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 1910.9675, "audio_path": "audio/native/M_EN_029.flac"}
|
| 30 |
+
{"media_id": "M_EN_030", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 2076.804375, "audio_path": "audio/native/M_EN_030.flac"}
|
| 31 |
+
{"media_id": "M_EN_031", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 2282.325375, "audio_path": "audio/native/M_EN_031.flac"}
|
| 32 |
+
{"media_id": "M_EN_032", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 2041.452, "audio_path": "audio/native/M_EN_032.flac"}
|
| 33 |
+
{"media_id": "M_EN_033", "genre": "commentary", "topic": "arts", "language": "en", "duration_sec": 2344.693, "audio_path": "audio/native/M_EN_033.flac"}
|
| 34 |
+
{"media_id": "M_EN_034", "genre": "vlog", "topic": "entertainment", "language": "en", "duration_sec": 2200.832, "audio_path": "audio/native/M_EN_034.flac"}
|
| 35 |
+
{"media_id": "M_EN_035", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 1836.535875, "audio_path": "audio/native/M_EN_035.flac"}
|
| 36 |
+
{"media_id": "M_EN_036", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 2185.044188, "audio_path": "audio/native/M_EN_036.flac"}
|
| 37 |
+
{"media_id": "M_EN_037", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 2051.274063, "audio_path": "audio/native/M_EN_037.flac"}
|
| 38 |
+
{"media_id": "M_EN_038", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3223.701375, "audio_path": "audio/native/M_EN_038.flac"}
|
| 39 |
+
{"media_id": "M_EN_039", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 3274.826313, "audio_path": "audio/native/M_EN_039.flac"}
|
| 40 |
+
{"media_id": "M_EN_040", "genre": "lecture", "topic": "education", "language": "en", "duration_sec": 2842.819063, "audio_path": "audio/native/M_EN_040.flac"}
|
| 41 |
+
{"media_id": "M_EN_041", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 2624.029063, "audio_path": "audio/native/M_EN_041.flac"}
|
| 42 |
+
{"media_id": "M_EN_042", "genre": "lecture", "topic": "education", "language": "en", "duration_sec": 2196.096, "audio_path": "audio/native/M_EN_042.flac"}
|
| 43 |
+
{"media_id": "M_EN_043", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 1960.896, "audio_path": "audio/native/M_EN_043.flac"}
|
| 44 |
+
{"media_id": "M_EN_044", "genre": "commentary", "topic": "lifestyle", "language": "en", "duration_sec": 2044.807313, "audio_path": "audio/native/M_EN_044.flac"}
|
| 45 |
+
{"media_id": "M_EN_045", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 2319.789625, "audio_path": "audio/native/M_EN_045.flac"}
|
| 46 |
+
{"media_id": "M_EN_046", "genre": "commentary", "topic": "lifestyle", "language": "en", "duration_sec": 1881.872875, "audio_path": "audio/native/M_EN_046.flac"}
|
| 47 |
+
{"media_id": "M_EN_047", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 2466.504875, "audio_path": "audio/native/M_EN_047.flac"}
|
| 48 |
+
{"media_id": "M_EN_048", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 2013.170125, "audio_path": "audio/native/M_EN_048.flac"}
|
| 49 |
+
{"media_id": "M_EN_049", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 2391.445375, "audio_path": "audio/native/M_EN_049.flac"}
|
| 50 |
+
{"media_id": "M_EN_050", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1983.253375, "audio_path": "audio/native/M_EN_050.flac"}
|
| 51 |
+
{"media_id": "M_EN_051", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 3579.866875, "audio_path": "audio/native/M_EN_051.flac"}
|
| 52 |
+
{"media_id": "M_EN_052", "genre": "commentary", "topic": "lifestyle", "language": "en", "duration_sec": 2155.578063, "audio_path": "audio/native/M_EN_052.flac"}
|
| 53 |
+
{"media_id": "M_EN_053", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3132.058438, "audio_path": "audio/native/M_EN_053.flac"}
|
| 54 |
+
{"media_id": "M_EN_054", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 2141.9015, "audio_path": "audio/native/M_EN_054.flac"}
|
| 55 |
+
{"media_id": "M_EN_055", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 2991.194563, "audio_path": "audio/native/M_EN_055.flac"}
|
| 56 |
+
{"media_id": "M_EN_056", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 2251.178688, "audio_path": "audio/native/M_EN_056.flac"}
|
| 57 |
+
{"media_id": "M_EN_057", "genre": "drama_variety", "topic": "arts", "language": "en", "duration_sec": 3421.495188, "audio_path": "audio/native/M_EN_057.flac"}
|
| 58 |
+
{"media_id": "M_EN_058", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 3396.352, "audio_path": "audio/native/M_EN_058.flac"}
|
| 59 |
+
{"media_id": "M_EN_059", "genre": "discussion", "topic": "arts", "language": "en", "duration_sec": 3453.469063, "audio_path": "audio/native/M_EN_059.flac"}
|
| 60 |
+
{"media_id": "M_EN_060", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 2181.282563, "audio_path": "audio/native/M_EN_060.flac"}
|
| 61 |
+
{"media_id": "M_ZH_001", "genre": "documentary", "topic": "lifestyle", "language": "zh", "duration_sec": 2178.542625, "audio_path": "audio/native/M_ZH_001.flac"}
|
| 62 |
+
{"media_id": "M_ZH_002", "genre": "live_stream", "topic": "sports", "language": "zh", "duration_sec": 3353.173375, "audio_path": "audio/native/M_ZH_002.flac"}
|
| 63 |
+
{"media_id": "M_ZH_003", "genre": "live_stream", "topic": "lifestyle", "language": "zh", "duration_sec": 3454.548813, "audio_path": "audio/native/M_ZH_003.flac"}
|
| 64 |
+
{"media_id": "M_ZH_004", "genre": "live_stream", "topic": "business", "language": "zh", "duration_sec": 2739.049125, "audio_path": "audio/native/M_ZH_004.flac"}
|
| 65 |
+
{"media_id": "M_ZH_005", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 2914.777688, "audio_path": "audio/native/M_ZH_005.flac"}
|
| 66 |
+
{"media_id": "M_ZH_006", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 2259.046188, "audio_path": "audio/native/M_ZH_006.flac"}
|
| 67 |
+
{"media_id": "M_ZH_007", "genre": "lecture", "topic": "business", "language": "zh", "duration_sec": 2937.997688, "audio_path": "audio/native/M_ZH_007.flac"}
|
| 68 |
+
{"media_id": "M_ZH_008", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2690.194313, "audio_path": "audio/native/M_ZH_008.flac"}
|
| 69 |
+
{"media_id": "M_ZH_009", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 2052.516313, "audio_path": "audio/native/M_ZH_009.flac"}
|
| 70 |
+
{"media_id": "M_ZH_010", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1925.48, "audio_path": "audio/native/M_ZH_010.flac"}
|
| 71 |
+
{"media_id": "M_ZH_011", "genre": "live_stream", "topic": "arts", "language": "zh", "duration_sec": 1980.104875, "audio_path": "audio/native/M_ZH_011.flac"}
|
| 72 |
+
{"media_id": "M_ZH_012", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 3166.470438, "audio_path": "audio/native/M_ZH_012.flac"}
|
| 73 |
+
{"media_id": "M_ZH_013", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 2551.9195, "audio_path": "audio/native/M_ZH_013.flac"}
|
| 74 |
+
{"media_id": "M_ZH_014", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 1841.386688, "audio_path": "audio/native/M_ZH_014.flac"}
|
| 75 |
+
{"media_id": "M_ZH_015", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2729.633438, "audio_path": "audio/native/M_ZH_015.flac"}
|
| 76 |
+
{"media_id": "M_ZH_016", "genre": "discussion", "topic": "sports", "language": "zh", "duration_sec": 2257.444, "audio_path": "audio/native/M_ZH_016.flac"}
|
| 77 |
+
{"media_id": "M_ZH_017", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 2068.735438, "audio_path": "audio/native/M_ZH_017.flac"}
|
| 78 |
+
{"media_id": "M_ZH_018", "genre": "discussion", "topic": "health", "language": "zh", "duration_sec": 2860.025063, "audio_path": "audio/native/M_ZH_018.flac"}
|
| 79 |
+
{"media_id": "M_ZH_019", "genre": "commentary", "topic": "business", "language": "zh", "duration_sec": 2294.016, "audio_path": "audio/native/M_ZH_019.flac"}
|
| 80 |
+
{"media_id": "M_ZH_020", "genre": "lecture", "topic": "sports", "language": "zh", "duration_sec": 2022.21425, "audio_path": "audio/native/M_ZH_020.flac"}
|
| 81 |
+
{"media_id": "M_ZH_021", "genre": "live_stream", "topic": "business", "language": "zh", "duration_sec": 3299.72975, "audio_path": "audio/native/M_ZH_021.flac"}
|
| 82 |
+
{"media_id": "M_ZH_022", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2094.138063, "audio_path": "audio/native/M_ZH_022.flac"}
|
| 83 |
+
{"media_id": "M_ZH_023", "genre": "discussion", "topic": "technology", "language": "zh", "duration_sec": 2891.139813, "audio_path": "audio/native/M_ZH_023.flac"}
|
| 84 |
+
{"media_id": "M_ZH_024", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2940.981438, "audio_path": "audio/native/M_ZH_024.flac"}
|
| 85 |
+
{"media_id": "M_ZH_025", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 3472.381688, "audio_path": "audio/native/M_ZH_025.flac"}
|
| 86 |
+
{"media_id": "M_ZH_026", "genre": "discussion", "topic": "sports", "language": "zh", "duration_sec": 2870.114125, "audio_path": "audio/native/M_ZH_026.flac"}
|
| 87 |
+
{"media_id": "M_ZH_027", "genre": "discussion", "topic": "health", "language": "zh", "duration_sec": 2085.802125, "audio_path": "audio/native/M_ZH_027.flac"}
|
| 88 |
+
{"media_id": "M_ZH_028", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 1882.17475, "audio_path": "audio/native/M_ZH_028.flac"}
|
| 89 |
+
{"media_id": "M_ZH_029", "genre": "discussion", "topic": "business", "language": "zh", "duration_sec": 2696.810688, "audio_path": "audio/native/M_ZH_029.flac"}
|
| 90 |
+
{"media_id": "M_ZH_030", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2506.24, "audio_path": "audio/native/M_ZH_030.flac"}
|
| 91 |
+
{"media_id": "M_ZH_031", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 3468.469125, "audio_path": "audio/native/M_ZH_031.flac"}
|
| 92 |
+
{"media_id": "M_ZH_032", "genre": "drama_variety", "topic": "health", "language": "zh", "duration_sec": 2725.012625, "audio_path": "audio/native/M_ZH_032.flac"}
|
| 93 |
+
{"media_id": "M_ZH_033", "genre": "drama_variety", "topic": "arts", "language": "zh", "duration_sec": 2695.442, "audio_path": "audio/native/M_ZH_033.flac"}
|
| 94 |
+
{"media_id": "M_ZH_034", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1852.395125, "audio_path": "audio/native/M_ZH_034.flac"}
|
| 95 |
+
{"media_id": "M_ZH_035", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 2142.145313, "audio_path": "audio/native/M_ZH_035.flac"}
|
| 96 |
+
{"media_id": "M_ZH_036", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 3040.235125, "audio_path": "audio/native/M_ZH_036.flac"}
|
| 97 |
+
{"media_id": "M_ZH_037", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 2175.849125, "audio_path": "audio/native/M_ZH_037.flac"}
|
| 98 |
+
{"media_id": "M_ZH_038", "genre": "lecture", "topic": "sports", "language": "zh", "duration_sec": 3529.084813, "audio_path": "audio/native/M_ZH_038.flac"}
|
| 99 |
+
{"media_id": "M_ZH_039", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1886.226625, "audio_path": "audio/native/M_ZH_039.flac"}
|
| 100 |
+
{"media_id": "M_ZH_040", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 2731.99025, "audio_path": "audio/native/M_ZH_040.flac"}
|
| 101 |
+
{"media_id": "M_ZH_041", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2448.5675, "audio_path": "audio/native/M_ZH_041.flac"}
|
| 102 |
+
{"media_id": "M_ZH_042", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 2489.829313, "audio_path": "audio/native/M_ZH_042.flac"}
|
| 103 |
+
{"media_id": "M_ZH_043", "genre": "discussion", "topic": "arts", "language": "zh", "duration_sec": 2236.64, "audio_path": "audio/native/M_ZH_043.flac"}
|
| 104 |
+
{"media_id": "M_ZH_044", "genre": "lecture", "topic": "health", "language": "zh", "duration_sec": 3041.767625, "audio_path": "audio/native/M_ZH_044.flac"}
|
| 105 |
+
{"media_id": "M_ZH_045", "genre": "documentary", "topic": "business", "language": "zh", "duration_sec": 3000.180688, "audio_path": "audio/native/M_ZH_045.flac"}
|
| 106 |
+
{"media_id": "M_ZH_046", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 2470.405813, "audio_path": "audio/native/M_ZH_046.flac"}
|
| 107 |
+
{"media_id": "M_ZH_047", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1832.008, "audio_path": "audio/native/M_ZH_047.flac"}
|
| 108 |
+
{"media_id": "M_ZH_048", "genre": "commentary", "topic": "arts", "language": "zh", "duration_sec": 1811.261, "audio_path": "audio/native/M_ZH_048.flac"}
|
| 109 |
+
{"media_id": "M_ZH_049", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 2031.08, "audio_path": "audio/native/M_ZH_049.flac"}
|
| 110 |
+
{"media_id": "M_ZH_050", "genre": "vlog", "topic": "business", "language": "zh", "duration_sec": 1863.076313, "audio_path": "audio/native/M_ZH_050.flac"}
|
| 111 |
+
{"media_id": "M_ZH_051", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 3232.27575, "audio_path": "audio/native/M_ZH_051.flac"}
|
| 112 |
+
{"media_id": "M_ZH_052", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2082.214625, "audio_path": "audio/native/M_ZH_052.flac"}
|
| 113 |
+
{"media_id": "M_ZH_053", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2783.68, "audio_path": "audio/native/M_ZH_053.flac"}
|
| 114 |
+
{"media_id": "M_ZH_054", "genre": "lecture", "topic": "business", "language": "zh", "duration_sec": 3527.563938, "audio_path": "audio/native/M_ZH_054.flac"}
|
| 115 |
+
{"media_id": "M_ZH_055", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 1984.609563, "audio_path": "audio/native/M_ZH_055.flac"}
|
| 116 |
+
{"media_id": "M_ZH_056", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2730.004938, "audio_path": "audio/native/M_ZH_056.flac"}
|
| 117 |
+
{"media_id": "M_ZH_057", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2906.12, "audio_path": "audio/native/M_ZH_057.flac"}
|
| 118 |
+
{"media_id": "M_ZH_058", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 2768.16, "audio_path": "audio/native/M_ZH_058.flac"}
|
| 119 |
+
{"media_id": "M_ZH_059", "genre": "discussion", "topic": "technology", "language": "zh", "duration_sec": 2384.039188, "audio_path": "audio/native/M_ZH_059.flac"}
|
| 120 |
+
{"media_id": "M_ZH_060", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 2981.372563, "audio_path": "audio/native/M_ZH_060.flac"}
|
metadata/media/native/S.jsonl
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"media_id": "S_EN_001", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 684.373375, "audio_path": "audio/native/S_EN_001.flac"}
|
| 2 |
+
{"media_id": "S_EN_002", "genre": "commentary", "topic": "sports", "language": "en", "duration_sec": 941.25575, "audio_path": "audio/native/S_EN_002.flac"}
|
| 3 |
+
{"media_id": "S_EN_003", "genre": "lecture", "topic": "arts", "language": "en", "duration_sec": 749.400875, "audio_path": "audio/native/S_EN_003.flac"}
|
| 4 |
+
{"media_id": "S_EN_004", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 734.447188, "audio_path": "audio/native/S_EN_004.flac"}
|
| 5 |
+
{"media_id": "S_EN_005", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 626.962, "audio_path": "audio/native/S_EN_005.flac"}
|
| 6 |
+
{"media_id": "S_EN_006", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 1058.655813, "audio_path": "audio/native/S_EN_006.flac"}
|
| 7 |
+
{"media_id": "S_EN_007", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 616.211188, "audio_path": "audio/native/S_EN_007.flac"}
|
| 8 |
+
{"media_id": "S_EN_008", "genre": "lecture", "topic": "education", "language": "en", "duration_sec": 1728.15675, "audio_path": "audio/native/S_EN_008.flac"}
|
| 9 |
+
{"media_id": "S_EN_009", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 728.468063, "audio_path": "audio/native/S_EN_009.flac"}
|
| 10 |
+
{"media_id": "S_EN_010", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 1178.877125, "audio_path": "audio/native/S_EN_010.flac"}
|
| 11 |
+
{"media_id": "S_EN_011", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 659.072, "audio_path": "audio/native/S_EN_011.flac"}
|
| 12 |
+
{"media_id": "S_EN_012", "genre": "commentary", "topic": "sports", "language": "en", "duration_sec": 600.170688, "audio_path": "audio/native/S_EN_012.flac"}
|
| 13 |
+
{"media_id": "S_EN_013", "genre": "live_stream", "topic": "sports", "language": "en", "duration_sec": 768.905625, "audio_path": "audio/native/S_EN_013.flac"}
|
| 14 |
+
{"media_id": "S_EN_014", "genre": "vlog", "topic": "business", "language": "en", "duration_sec": 877.12, "audio_path": "audio/native/S_EN_014.flac"}
|
| 15 |
+
{"media_id": "S_EN_015", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 651.79575, "audio_path": "audio/native/S_EN_015.flac"}
|
| 16 |
+
{"media_id": "S_EN_016", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1093.636688, "audio_path": "audio/native/S_EN_016.flac"}
|
| 17 |
+
{"media_id": "S_EN_017", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 984.944063, "audio_path": "audio/native/S_EN_017.flac"}
|
| 18 |
+
{"media_id": "S_EN_018", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 1046.082188, "audio_path": "audio/native/S_EN_018.flac"}
|
| 19 |
+
{"media_id": "S_EN_019", "genre": "documentary", "topic": "technology", "language": "en", "duration_sec": 700.117375, "audio_path": "audio/native/S_EN_019.flac"}
|
| 20 |
+
{"media_id": "S_EN_020", "genre": "lecture", "topic": "business", "language": "en", "duration_sec": 1236.578688, "audio_path": "audio/native/S_EN_020.flac"}
|
| 21 |
+
{"media_id": "S_EN_021", "genre": "commentary", "topic": "arts", "language": "en", "duration_sec": 820.885375, "audio_path": "audio/native/S_EN_021.flac"}
|
| 22 |
+
{"media_id": "S_EN_022", "genre": "commentary", "topic": "technology", "language": "en", "duration_sec": 1073.11025, "audio_path": "audio/native/S_EN_022.flac"}
|
| 23 |
+
{"media_id": "S_EN_023", "genre": "documentary", "topic": "sports", "language": "en", "duration_sec": 1382.063313, "audio_path": "audio/native/S_EN_023.flac"}
|
| 24 |
+
{"media_id": "S_EN_024", "genre": "documentary", "topic": "technology", "language": "en", "duration_sec": 686.528, "audio_path": "audio/native/S_EN_024.flac"}
|
| 25 |
+
{"media_id": "S_EN_025", "genre": "commentary", "topic": "technology", "language": "en", "duration_sec": 753.963563, "audio_path": "audio/native/S_EN_025.flac"}
|
| 26 |
+
{"media_id": "S_EN_026", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 754.567313, "audio_path": "audio/native/S_EN_026.flac"}
|
| 27 |
+
{"media_id": "S_EN_027", "genre": "commentary", "topic": "arts", "language": "en", "duration_sec": 1522.102875, "audio_path": "audio/native/S_EN_027.flac"}
|
| 28 |
+
{"media_id": "S_EN_028", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 826.375, "audio_path": "audio/native/S_EN_028.flac"}
|
| 29 |
+
{"media_id": "S_EN_029", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 862.50525, "audio_path": "audio/native/S_EN_029.flac"}
|
| 30 |
+
{"media_id": "S_EN_030", "genre": "commentary", "topic": "technology", "language": "en", "duration_sec": 810.956938, "audio_path": "audio/native/S_EN_030.flac"}
|
| 31 |
+
{"media_id": "S_EN_031", "genre": "commentary", "topic": "health", "language": "en", "duration_sec": 684.09475, "audio_path": "audio/native/S_EN_031.flac"}
|
| 32 |
+
{"media_id": "S_EN_032", "genre": "commentary", "topic": "sports", "language": "en", "duration_sec": 881.237375, "audio_path": "audio/native/S_EN_032.flac"}
|
| 33 |
+
{"media_id": "S_EN_033", "genre": "discussion", "topic": "sports", "language": "en", "duration_sec": 1237.008313, "audio_path": "audio/native/S_EN_033.flac"}
|
| 34 |
+
{"media_id": "S_EN_034", "genre": "discussion", "topic": "education", "language": "en", "duration_sec": 1280.81275, "audio_path": "audio/native/S_EN_034.flac"}
|
| 35 |
+
{"media_id": "S_EN_035", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 909.525375, "audio_path": "audio/native/S_EN_035.flac"}
|
| 36 |
+
{"media_id": "S_EN_036", "genre": "commentary", "topic": "arts", "language": "en", "duration_sec": 608.583438, "audio_path": "audio/native/S_EN_036.flac"}
|
| 37 |
+
{"media_id": "S_EN_037", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 1189.093938, "audio_path": "audio/native/S_EN_037.flac"}
|
| 38 |
+
{"media_id": "S_EN_038", "genre": "lecture", "topic": "technology", "language": "en", "duration_sec": 627.240688, "audio_path": "audio/native/S_EN_038.flac"}
|
| 39 |
+
{"media_id": "S_EN_039", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 1766.005313, "audio_path": "audio/native/S_EN_039.flac"}
|
| 40 |
+
{"media_id": "S_EN_040", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1529.602938, "audio_path": "audio/native/S_EN_040.flac"}
|
| 41 |
+
{"media_id": "S_EN_041", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1716.953125, "audio_path": "audio/native/S_EN_041.flac"}
|
| 42 |
+
{"media_id": "S_EN_042", "genre": "documentary", "topic": "entertainment", "language": "en", "duration_sec": 600.096563, "audio_path": "audio/native/S_EN_042.flac"}
|
| 43 |
+
{"media_id": "S_EN_043", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1743.7025, "audio_path": "audio/native/S_EN_043.flac"}
|
| 44 |
+
{"media_id": "S_EN_044", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 856.955688, "audio_path": "audio/native/S_EN_044.flac"}
|
| 45 |
+
{"media_id": "S_EN_045", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 1450.922125, "audio_path": "audio/native/S_EN_045.flac"}
|
| 46 |
+
{"media_id": "S_EN_046", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 882.811125, "audio_path": "audio/native/S_EN_046.flac"}
|
| 47 |
+
{"media_id": "S_EN_047", "genre": "commentary", "topic": "gaming", "language": "en", "duration_sec": 667.991688, "audio_path": "audio/native/S_EN_047.flac"}
|
| 48 |
+
{"media_id": "S_EN_048", "genre": "lecture", "topic": "health", "language": "en", "duration_sec": 899.343688, "audio_path": "audio/native/S_EN_048.flac"}
|
| 49 |
+
{"media_id": "S_EN_049", "genre": "drama_variety", "topic": "entertainment", "language": "en", "duration_sec": 911.552, "audio_path": "audio/native/S_EN_049.flac"}
|
| 50 |
+
{"media_id": "S_EN_050", "genre": "discussion", "topic": "technology", "language": "en", "duration_sec": 923.864, "audio_path": "audio/native/S_EN_050.flac"}
|
| 51 |
+
{"media_id": "S_EN_051", "genre": "discussion", "topic": "business", "language": "en", "duration_sec": 1114.395313, "audio_path": "audio/native/S_EN_051.flac"}
|
| 52 |
+
{"media_id": "S_EN_052", "genre": "commentary", "topic": "sports", "language": "en", "duration_sec": 630.503063, "audio_path": "audio/native/S_EN_052.flac"}
|
| 53 |
+
{"media_id": "S_EN_053", "genre": "documentary", "topic": "business", "language": "en", "duration_sec": 653.247, "audio_path": "audio/native/S_EN_053.flac"}
|
| 54 |
+
{"media_id": "S_EN_054", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 665.67075, "audio_path": "audio/native/S_EN_054.flac"}
|
| 55 |
+
{"media_id": "S_EN_055", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 682.14425, "audio_path": "audio/native/S_EN_055.flac"}
|
| 56 |
+
{"media_id": "S_EN_056", "genre": "documentary", "topic": "education", "language": "en", "duration_sec": 600.32875, "audio_path": "audio/native/S_EN_056.flac"}
|
| 57 |
+
{"media_id": "S_EN_057", "genre": "vlog", "topic": "lifestyle", "language": "en", "duration_sec": 1004.117375, "audio_path": "audio/native/S_EN_057.flac"}
|
| 58 |
+
{"media_id": "S_EN_058", "genre": "discussion", "topic": "health", "language": "en", "duration_sec": 1214.549375, "audio_path": "audio/native/S_EN_058.flac"}
|
| 59 |
+
{"media_id": "S_EN_059", "genre": "live_stream", "topic": "gaming", "language": "en", "duration_sec": 765.845375, "audio_path": "audio/native/S_EN_059.flac"}
|
| 60 |
+
{"media_id": "S_EN_060", "genre": "documentary", "topic": "business", "language": "en", "duration_sec": 674.841563, "audio_path": "audio/native/S_EN_060.flac"}
|
| 61 |
+
{"media_id": "S_ZH_001", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 879.548688, "audio_path": "audio/native/S_ZH_001.flac"}
|
| 62 |
+
{"media_id": "S_ZH_002", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 1375.422438, "audio_path": "audio/native/S_ZH_002.flac"}
|
| 63 |
+
{"media_id": "S_ZH_003", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 759.780188, "audio_path": "audio/native/S_ZH_003.flac"}
|
| 64 |
+
{"media_id": "S_ZH_004", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 611.811, "audio_path": "audio/native/S_ZH_004.flac"}
|
| 65 |
+
{"media_id": "S_ZH_005", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 857.408, "audio_path": "audio/native/S_ZH_005.flac"}
|
| 66 |
+
{"media_id": "S_ZH_006", "genre": "lecture", "topic": "health", "language": "zh", "duration_sec": 1299.434688, "audio_path": "audio/native/S_ZH_006.flac"}
|
| 67 |
+
{"media_id": "S_ZH_007", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1288.7075, "audio_path": "audio/native/S_ZH_007.flac"}
|
| 68 |
+
{"media_id": "S_ZH_008", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 1310.580688, "audio_path": "audio/native/S_ZH_008.flac"}
|
| 69 |
+
{"media_id": "S_ZH_009", "genre": "discussion", "topic": "education", "language": "zh", "duration_sec": 1682.192875, "audio_path": "audio/native/S_ZH_009.flac"}
|
| 70 |
+
{"media_id": "S_ZH_010", "genre": "commentary", "topic": "entertainment", "language": "zh", "duration_sec": 601.443313, "audio_path": "audio/native/S_ZH_010.flac"}
|
| 71 |
+
{"media_id": "S_ZH_011", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 623.966625, "audio_path": "audio/native/S_ZH_011.flac"}
|
| 72 |
+
{"media_id": "S_ZH_012", "genre": "documentary", "topic": "technology", "language": "zh", "duration_sec": 1780.065, "audio_path": "audio/native/S_ZH_012.flac"}
|
| 73 |
+
{"media_id": "S_ZH_013", "genre": "discussion", "topic": "lifestyle", "language": "zh", "duration_sec": 1007.786688, "audio_path": "audio/native/S_ZH_013.flac"}
|
| 74 |
+
{"media_id": "S_ZH_014", "genre": "lecture", "topic": "arts", "language": "zh", "duration_sec": 611.2305, "audio_path": "audio/native/S_ZH_014.flac"}
|
| 75 |
+
{"media_id": "S_ZH_015", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 916.60775, "audio_path": "audio/native/S_ZH_015.flac"}
|
| 76 |
+
{"media_id": "S_ZH_016", "genre": "discussion", "topic": "lifestyle", "language": "zh", "duration_sec": 670.53425, "audio_path": "audio/native/S_ZH_016.flac"}
|
| 77 |
+
{"media_id": "S_ZH_017", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 991.968125, "audio_path": "audio/native/S_ZH_017.flac"}
|
| 78 |
+
{"media_id": "S_ZH_018", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 1703.125625, "audio_path": "audio/native/S_ZH_018.flac"}
|
| 79 |
+
{"media_id": "S_ZH_019", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1501.76, "audio_path": "audio/native/S_ZH_019.flac"}
|
| 80 |
+
{"media_id": "S_ZH_020", "genre": "vlog", "topic": "sports", "language": "zh", "duration_sec": 819.060688, "audio_path": "audio/native/S_ZH_020.flac"}
|
| 81 |
+
{"media_id": "S_ZH_021", "genre": "vlog", "topic": "gaming", "language": "zh", "duration_sec": 713.88, "audio_path": "audio/native/S_ZH_021.flac"}
|
| 82 |
+
{"media_id": "S_ZH_022", "genre": "commentary", "topic": "technology", "language": "zh", "duration_sec": 606.249813, "audio_path": "audio/native/S_ZH_022.flac"}
|
| 83 |
+
{"media_id": "S_ZH_023", "genre": "discussion", "topic": "gaming", "language": "zh", "duration_sec": 1506.139188, "audio_path": "audio/native/S_ZH_023.flac"}
|
| 84 |
+
{"media_id": "S_ZH_024", "genre": "lecture", "topic": "education", "language": "zh", "duration_sec": 624.732938, "audio_path": "audio/native/S_ZH_024.flac"}
|
| 85 |
+
{"media_id": "S_ZH_025", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 699.733375, "audio_path": "audio/native/S_ZH_025.flac"}
|
| 86 |
+
{"media_id": "S_ZH_026", "genre": "lecture", "topic": "technology", "language": "zh", "duration_sec": 841.472063, "audio_path": "audio/native/S_ZH_026.flac"}
|
| 87 |
+
{"media_id": "S_ZH_027", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 1291.075938, "audio_path": "audio/native/S_ZH_027.flac"}
|
| 88 |
+
{"media_id": "S_ZH_028", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 863.201875, "audio_path": "audio/native/S_ZH_028.flac"}
|
| 89 |
+
{"media_id": "S_ZH_029", "genre": "lecture", "topic": "business", "language": "zh", "duration_sec": 1104.3875, "audio_path": "audio/native/S_ZH_029.flac"}
|
| 90 |
+
{"media_id": "S_ZH_030", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 767.829375, "audio_path": "audio/native/S_ZH_030.flac"}
|
| 91 |
+
{"media_id": "S_ZH_031", "genre": "discussion", "topic": "lifestyle", "language": "zh", "duration_sec": 1187.433688, "audio_path": "audio/native/S_ZH_031.flac"}
|
| 92 |
+
{"media_id": "S_ZH_032", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 1044.178188, "audio_path": "audio/native/S_ZH_032.flac"}
|
| 93 |
+
{"media_id": "S_ZH_033", "genre": "discussion", "topic": "lifestyle", "language": "zh", "duration_sec": 1325.511125, "audio_path": "audio/native/S_ZH_033.flac"}
|
| 94 |
+
{"media_id": "S_ZH_034", "genre": "commentary", "topic": "entertainment", "language": "zh", "duration_sec": 838.310063, "audio_path": "audio/native/S_ZH_034.flac"}
|
| 95 |
+
{"media_id": "S_ZH_035", "genre": "commentary", "topic": "sports", "language": "zh", "duration_sec": 607.259875, "audio_path": "audio/native/S_ZH_035.flac"}
|
| 96 |
+
{"media_id": "S_ZH_036", "genre": "live_stream", "topic": "gaming", "language": "zh", "duration_sec": 784.404938, "audio_path": "audio/native/S_ZH_036.flac"}
|
| 97 |
+
{"media_id": "S_ZH_037", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 737.001375, "audio_path": "audio/native/S_ZH_037.flac"}
|
| 98 |
+
{"media_id": "S_ZH_038", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 1554.410688, "audio_path": "audio/native/S_ZH_038.flac"}
|
| 99 |
+
{"media_id": "S_ZH_039", "genre": "drama_variety", "topic": "lifestyle", "language": "zh", "duration_sec": 1710.68, "audio_path": "audio/native/S_ZH_039.flac"}
|
| 100 |
+
{"media_id": "S_ZH_040", "genre": "lecture", "topic": "sports", "language": "zh", "duration_sec": 1044.433563, "audio_path": "audio/native/S_ZH_040.flac"}
|
| 101 |
+
{"media_id": "S_ZH_041", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 1043.574438, "audio_path": "audio/native/S_ZH_041.flac"}
|
| 102 |
+
{"media_id": "S_ZH_042", "genre": "discussion", "topic": "business", "language": "zh", "duration_sec": 1763.207313, "audio_path": "audio/native/S_ZH_042.flac"}
|
| 103 |
+
{"media_id": "S_ZH_043", "genre": "discussion", "topic": "sports", "language": "zh", "duration_sec": 744.3505, "audio_path": "audio/native/S_ZH_043.flac"}
|
| 104 |
+
{"media_id": "S_ZH_044", "genre": "discussion", "topic": "entertainment", "language": "zh", "duration_sec": 795.394625, "audio_path": "audio/native/S_ZH_044.flac"}
|
| 105 |
+
{"media_id": "S_ZH_045", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 870.771563, "audio_path": "audio/native/S_ZH_045.flac"}
|
| 106 |
+
{"media_id": "S_ZH_046", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 674.528125, "audio_path": "audio/native/S_ZH_046.flac"}
|
| 107 |
+
{"media_id": "S_ZH_047", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 1005.563375, "audio_path": "audio/native/S_ZH_047.flac"}
|
| 108 |
+
{"media_id": "S_ZH_048", "genre": "lecture", "topic": "arts", "language": "zh", "duration_sec": 1244.310938, "audio_path": "audio/native/S_ZH_048.flac"}
|
| 109 |
+
{"media_id": "S_ZH_049", "genre": "commentary", "topic": "entertainment", "language": "zh", "duration_sec": 659.284188, "audio_path": "audio/native/S_ZH_049.flac"}
|
| 110 |
+
{"media_id": "S_ZH_050", "genre": "live_stream", "topic": "entertainment", "language": "zh", "duration_sec": 1398.421813, "audio_path": "audio/native/S_ZH_050.flac"}
|
| 111 |
+
{"media_id": "S_ZH_051", "genre": "discussion", "topic": "business", "language": "zh", "duration_sec": 1713.365625, "audio_path": "audio/native/S_ZH_051.flac"}
|
| 112 |
+
{"media_id": "S_ZH_052", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 775.94125, "audio_path": "audio/native/S_ZH_052.flac"}
|
| 113 |
+
{"media_id": "S_ZH_053", "genre": "documentary", "topic": "education", "language": "zh", "duration_sec": 1714.468625, "audio_path": "audio/native/S_ZH_053.flac"}
|
| 114 |
+
{"media_id": "S_ZH_054", "genre": "commentary", "topic": "sports", "language": "zh", "duration_sec": 809.24, "audio_path": "audio/native/S_ZH_054.flac"}
|
| 115 |
+
{"media_id": "S_ZH_055", "genre": "discussion", "topic": "business", "language": "zh", "duration_sec": 1703.488, "audio_path": "audio/native/S_ZH_055.flac"}
|
| 116 |
+
{"media_id": "S_ZH_056", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 609.361313, "audio_path": "audio/native/S_ZH_056.flac"}
|
| 117 |
+
{"media_id": "S_ZH_057", "genre": "drama_variety", "topic": "arts", "language": "zh", "duration_sec": 637.085938, "audio_path": "audio/native/S_ZH_057.flac"}
|
| 118 |
+
{"media_id": "S_ZH_058", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 848.317875, "audio_path": "audio/native/S_ZH_058.flac"}
|
| 119 |
+
{"media_id": "S_ZH_059", "genre": "vlog", "topic": "lifestyle", "language": "zh", "duration_sec": 868.757375, "audio_path": "audio/native/S_ZH_059.flac"}
|
| 120 |
+
{"media_id": "S_ZH_060", "genre": "drama_variety", "topic": "entertainment", "language": "zh", "duration_sec": 663.92, "audio_path": "audio/native/S_ZH_060.flac"}
|
metadata/rubric/L.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/rubric/M.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/rubric/S.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
prepare/prepare_anchor.py
ADDED
|
@@ -0,0 +1,369 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Rebuild anchor (edited) audio from native audio + replay manifest.
|
| 3 |
+
|
| 4 |
+
Reproduces, for each record in ``anchor_manifest.jsonl``, the edit that
|
| 5 |
+
produced the anchor recording from its native source:
|
| 6 |
+
|
| 7 |
+
addition overlay sound events at SNR-calibrated volume
|
| 8 |
+
deletion hard silence or blurred masking of regions
|
| 9 |
+
modification region-scoped volume or speed change
|
| 10 |
+
|
| 11 |
+
Only ``ffmpeg``/``ffprobe`` are required. Replay is exact except for
|
| 12 |
+
blur_mask, whose rendering params were randomized in the original pipeline
|
| 13 |
+
and are replaced with fixed defaults (the masked regions stay exact, which
|
| 14 |
+
is what the questions depend on).
|
| 15 |
+
|
| 16 |
+
Usage:
|
| 17 |
+
python prepare_anchor.py [--manifest metadata/media/anchor/anchor_manifest.jsonl]
|
| 18 |
+
[--root .] [--only OPERATION] [--overwrite] [--dry-run]
|
| 19 |
+
"""
|
| 20 |
+
|
| 21 |
+
import argparse
|
| 22 |
+
import json
|
| 23 |
+
import math
|
| 24 |
+
import os
|
| 25 |
+
import re
|
| 26 |
+
import shutil
|
| 27 |
+
import subprocess
|
| 28 |
+
import sys
|
| 29 |
+
import tempfile
|
| 30 |
+
from pathlib import Path
|
| 31 |
+
|
| 32 |
+
def ffprobe_format(path: Path) -> tuple[int, int]:
|
| 33 |
+
"""Return (sample_rate, channels) of the first audio stream."""
|
| 34 |
+
proc = subprocess.run(
|
| 35 |
+
["ffprobe", "-v", "error", "-select_streams", "a:0",
|
| 36 |
+
"-show_entries", "stream=sample_rate,channels",
|
| 37 |
+
"-of", "csv=p=0", str(path)],
|
| 38 |
+
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| 39 |
+
)
|
| 40 |
+
rate, ch = proc.stdout.decode().strip().split(",")
|
| 41 |
+
return int(rate), int(ch)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
def read_jsonl(path: Path) -> list[dict]:
|
| 45 |
+
with open(path, encoding="utf-8") as fh:
|
| 46 |
+
return [json.loads(line) for line in fh if line.strip()]
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
def run(cmd: list[str], dry_run: bool = False) -> None:
|
| 50 |
+
if dry_run:
|
| 51 |
+
print(" [dry-run] " + " ".join(cmd[:8]) + " ...")
|
| 52 |
+
return
|
| 53 |
+
proc = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| 54 |
+
if proc.returncode != 0:
|
| 55 |
+
err = proc.stderr.decode("utf-8", errors="replace").strip()
|
| 56 |
+
raise RuntimeError(f"command failed (rc={proc.returncode}): {' '.join(cmd[:6])}...\n{err[-800:]}")
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
def ffprobe_duration(path: Path) -> float:
|
| 60 |
+
proc = subprocess.run(
|
| 61 |
+
["ffprobe", "-v", "error", "-show_entries", "format=duration",
|
| 62 |
+
"-of", "default=noprint_wrappers=1:nokey=1", str(path)],
|
| 63 |
+
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
| 64 |
+
)
|
| 65 |
+
return float(proc.stdout.decode().strip())
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
def analyze_rms_db(path: Path, start: float | None = None, dur: float | None = None) -> float:
|
| 69 |
+
"""Return RMS loudness (dB) of a file or a region of it."""
|
| 70 |
+
cmd = ["ffmpeg", "-hide_banner", "-loglevel", "info"]
|
| 71 |
+
if start is not None:
|
| 72 |
+
cmd += ["-ss", f"{start}"]
|
| 73 |
+
if dur is not None:
|
| 74 |
+
cmd += ["-t", f"{dur}"]
|
| 75 |
+
cmd += ["-i", str(path), "-af", "volumedetect", "-f", "null", "-"]
|
| 76 |
+
proc = subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
| 77 |
+
text = proc.stderr.decode("utf-8", errors="replace")
|
| 78 |
+
m = re.search(r"mean_volume: ([-\d.]+) dB", text)
|
| 79 |
+
return float(m.group(1)) if m else -30.0
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
def out_codec_args(rate: int | None = None, channels: int | None = None) -> list[str]:
|
| 83 |
+
args = ["-c:a", "flac"]
|
| 84 |
+
if rate is not None:
|
| 85 |
+
args += ["-ar", str(rate)]
|
| 86 |
+
if channels is not None:
|
| 87 |
+
args += ["-ac", str(channels)]
|
| 88 |
+
return args
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
def resolve_event(manifest_path: str, events_dir: Path) -> Path:
|
| 92 |
+
"""Map a manifest event path to the local audio/events/ file."""
|
| 93 |
+
return events_dir / Path(manifest_path).name
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
def replay_addition(rec: dict, native: Path, out: Path, events_dir: Path, dry_run: bool,
|
| 97 |
+
fmt: tuple[int, int] | None = None) -> None:
|
| 98 |
+
positions = rec["params"]["positions"]
|
| 99 |
+
inputs = ["-i", str(native)]
|
| 100 |
+
filter_parts = []
|
| 101 |
+
mix_inputs = ["[0:a]"]
|
| 102 |
+
|
| 103 |
+
for idx, pos in enumerate(positions, start=1):
|
| 104 |
+
event_path = resolve_event(pos["event_audio_path"], events_dir)
|
| 105 |
+
if not event_path.is_file() and not dry_run:
|
| 106 |
+
raise FileNotFoundError(f"event audio missing: {event_path}")
|
| 107 |
+
inputs += ["-i", str(event_path)]
|
| 108 |
+
|
| 109 |
+
offset_ms = int(float(pos["position_sec"]) * 1000)
|
| 110 |
+
volume_db = pos.get("volume_db")
|
| 111 |
+
if volume_db is None:
|
| 112 |
+
snr = float(pos["snr_db"])
|
| 113 |
+
region_dur = float(pos.get("duration_sec") or 3.0)
|
| 114 |
+
bg_rms = analyze_rms_db(native, float(pos["position_sec"]), region_dur) if not dry_run else -25.0
|
| 115 |
+
ev_rms = analyze_rms_db(event_path) if not dry_run else -25.0
|
| 116 |
+
volume_db = round((bg_rms + snr) - ev_rms, 1)
|
| 117 |
+
volume_db = max(-30.0, min(30.0, volume_db))
|
| 118 |
+
|
| 119 |
+
label = f"evt{idx}"
|
| 120 |
+
filter_parts.append(f"[{idx}:a]adelay={offset_ms}|{offset_ms},volume={volume_db}dB[{label}]")
|
| 121 |
+
mix_inputs.append(f"[{label}]")
|
| 122 |
+
|
| 123 |
+
weights = " ".join(["1"] * len(mix_inputs))
|
| 124 |
+
filter_parts.append(
|
| 125 |
+
f"{''.join(mix_inputs)}amix=inputs={len(mix_inputs)}:duration=first"
|
| 126 |
+
f":dropout_transition=0:normalize=0:weights={weights}[mixed]"
|
| 127 |
+
)
|
| 128 |
+
rate, channels = fmt if fmt else (None, None)
|
| 129 |
+
cmd = ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y", *inputs,
|
| 130 |
+
"-filter_complex", ";".join(filter_parts), "-map", "[mixed]",
|
| 131 |
+
*out_codec_args(rate, channels), str(out)]
|
| 132 |
+
run(cmd, dry_run)
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
def replay_deletion(rec: dict, native: Path, out: Path, dry_run: bool) -> None:
|
| 136 |
+
mask_type = rec["params"].get("mask_type", "hard_mask")
|
| 137 |
+
regions = rec["params"]["regions"]
|
| 138 |
+
|
| 139 |
+
if mask_type == "hard_mask":
|
| 140 |
+
filters = [f"volume=enable='between(t,{s},{e})':volume=0" for s, e in regions]
|
| 141 |
+
cmd = ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y", "-i", str(native),
|
| 142 |
+
"-af", ",".join(filters), *out_codec_args(), str(out)]
|
| 143 |
+
run(cmd, dry_run)
|
| 144 |
+
return
|
| 145 |
+
|
| 146 |
+
if mask_type == "blur_mask":
|
| 147 |
+
_replay_blur_mask(native, out, regions, dry_run)
|
| 148 |
+
return
|
| 149 |
+
|
| 150 |
+
raise ValueError(f"unsupported mask_type: {mask_type}")
|
| 151 |
+
|
| 152 |
+
|
| 153 |
+
def _replay_blur_mask(native: Path, out: Path, regions: list, dry_run: bool) -> None:
|
| 154 |
+
"""Deterministic blur mask (original used randomized params; regions are exact)."""
|
| 155 |
+
lowpass_freq = 300
|
| 156 |
+
blur_attenuation_db = -6.0
|
| 157 |
+
noise_level_db = -8.0
|
| 158 |
+
fade_sec = 0.5
|
| 159 |
+
noise_color = "pink"
|
| 160 |
+
dynamic_noise = True
|
| 161 |
+
fluct_db = 3.0
|
| 162 |
+
fluct_rate = 0.8
|
| 163 |
+
|
| 164 |
+
blur_gain = 10 ** (blur_attenuation_db / 20)
|
| 165 |
+
noise_gain = 10 ** (noise_level_db / 20)
|
| 166 |
+
|
| 167 |
+
if dynamic_noise:
|
| 168 |
+
lo = noise_gain * (10 ** (-fluct_db / 20))
|
| 169 |
+
hi = noise_gain * (10 ** (+fluct_db / 20))
|
| 170 |
+
rng = hi - lo
|
| 171 |
+
r1 = 2 * math.pi * fluct_rate
|
| 172 |
+
r2 = 2 * math.pi * (fluct_rate * 2.3)
|
| 173 |
+
noise_expr = f"{lo:.8f}+({rng:.8f})*(0.5+0.3*sin({r1}*t)+0.2*sin({r2}*t))"
|
| 174 |
+
else:
|
| 175 |
+
noise_expr = f"{noise_gain:.6f}"
|
| 176 |
+
|
| 177 |
+
valid = [(float(s), float(e)) for s, e in regions if float(e) > float(s)]
|
| 178 |
+
total_duration = ffprobe_duration(native) if not dry_run else 300.0
|
| 179 |
+
|
| 180 |
+
orig_parts, blur_parts = [], []
|
| 181 |
+
for s, e in valid:
|
| 182 |
+
seg_dur = e - s
|
| 183 |
+
eff_fade = min(fade_sec, seg_dur / 2.5)
|
| 184 |
+
fie, fos = s + eff_fade, e - eff_fade
|
| 185 |
+
orig_parts.append(
|
| 186 |
+
f"if(between(t,{s},{fie}),(({fie}-t)/{eff_fade:.4f}),"
|
| 187 |
+
f"if(between(t,{fie},{fos}),0,"
|
| 188 |
+
f"if(between(t,{fos},{e}),((t-{fos})/{eff_fade:.4f}),1)))"
|
| 189 |
+
)
|
| 190 |
+
blur_parts.append(
|
| 191 |
+
f"if(between(t,{s},{fie}),((t-{s})/{eff_fade:.4f}),"
|
| 192 |
+
f"if(between(t,{fie},{fos}),1,"
|
| 193 |
+
f"if(between(t,{fos},{e}),(({e}-t)/{eff_fade:.4f}),0)))"
|
| 194 |
+
)
|
| 195 |
+
|
| 196 |
+
if len(valid) == 1:
|
| 197 |
+
orig_env, blur_env = orig_parts[0], blur_parts[0]
|
| 198 |
+
else:
|
| 199 |
+
orig_env, blur_env = "1", "0"
|
| 200 |
+
for i in range(len(valid) - 1, -1, -1):
|
| 201 |
+
s, e = valid[i]
|
| 202 |
+
orig_env = f"if(between(t,{s},{e}),{orig_parts[i]},{orig_env})"
|
| 203 |
+
blur_env = f"if(between(t,{s},{e}),{blur_parts[i]},{blur_env})"
|
| 204 |
+
|
| 205 |
+
filter_complex = (
|
| 206 |
+
f"[0:a]asplit=2[orig][to_blur];"
|
| 207 |
+
f"[to_blur]lowpass=f={lowpass_freq},volume={blur_gain:.6f}[blurred];"
|
| 208 |
+
f"[1:a]volume='{noise_expr}':eval=frame[noise_scaled];"
|
| 209 |
+
f"[blurred][noise_scaled]amix=inputs=2:duration=first:weights=3 1[blur_noise];"
|
| 210 |
+
f"[orig]volume='{orig_env}':eval=frame[orig_env];"
|
| 211 |
+
f"[blur_noise]volume='{blur_env}':eval=frame[blur_env];"
|
| 212 |
+
f"[orig_env][blur_env]amix=inputs=2:duration=first:normalize=0[out]"
|
| 213 |
+
)
|
| 214 |
+
cmd = ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y",
|
| 215 |
+
"-i", str(native),
|
| 216 |
+
"-f", "lavfi", "-i",
|
| 217 |
+
f"anoisesrc=color={noise_color}:duration={total_duration:.2f}:sample_rate=16000",
|
| 218 |
+
"-filter_complex", filter_complex, "-map", "[out]",
|
| 219 |
+
*out_codec_args(), str(out)]
|
| 220 |
+
run(cmd, dry_run)
|
| 221 |
+
|
| 222 |
+
|
| 223 |
+
def _atempo_chain(factor: float) -> str:
|
| 224 |
+
parts = []
|
| 225 |
+
remaining = factor
|
| 226 |
+
while remaining > 2.0:
|
| 227 |
+
parts.append("atempo=2.0")
|
| 228 |
+
remaining /= 2.0
|
| 229 |
+
while remaining < 0.5:
|
| 230 |
+
parts.append("atempo=0.5")
|
| 231 |
+
remaining /= 0.5
|
| 232 |
+
parts.append(f"atempo={remaining:.4f}")
|
| 233 |
+
return ",".join(parts)
|
| 234 |
+
|
| 235 |
+
|
| 236 |
+
def replay_modification(rec: dict, native: Path, out: Path, dry_run: bool) -> None:
|
| 237 |
+
kind = rec["params"]["kind"]
|
| 238 |
+
regions = rec["params"]["regions"]
|
| 239 |
+
|
| 240 |
+
if kind == "volume":
|
| 241 |
+
filters = []
|
| 242 |
+
for region in regions:
|
| 243 |
+
s, e = region["region_sec"]
|
| 244 |
+
gain = 10 ** (float(region["delta_db"]) / 20)
|
| 245 |
+
filters.append(f"volume=enable='between(t,{s},{e})':volume={gain}")
|
| 246 |
+
cmd = ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y", "-i", str(native),
|
| 247 |
+
"-af", ",".join(filters), *out_codec_args(), str(out)]
|
| 248 |
+
run(cmd, dry_run)
|
| 249 |
+
return
|
| 250 |
+
|
| 251 |
+
if kind == "speed":
|
| 252 |
+
_replay_speed(native, out, regions, dry_run)
|
| 253 |
+
return
|
| 254 |
+
|
| 255 |
+
raise ValueError(f"unsupported modification kind: {kind}")
|
| 256 |
+
|
| 257 |
+
|
| 258 |
+
def _replay_speed(native: Path, out: Path, regions: list, dry_run: bool) -> None:
|
| 259 |
+
"""Apply region-scoped atempo and re-concatenate. Regions use original timeline."""
|
| 260 |
+
total = ffprobe_duration(native) if not dry_run else 600.0
|
| 261 |
+
segs = sorted(regions, key=lambda r: r["region_sec"][0])
|
| 262 |
+
|
| 263 |
+
# Build a clip plan: (kind, start, end, factor)
|
| 264 |
+
plan = []
|
| 265 |
+
cursor = 0.0
|
| 266 |
+
for region in segs:
|
| 267 |
+
s, e = region["region_sec"]
|
| 268 |
+
factor = float(region["speed_factor"])
|
| 269 |
+
if s > cursor + 0.05:
|
| 270 |
+
plan.append(("copy", cursor, s, None))
|
| 271 |
+
plan.append(("atempo", s, e, factor))
|
| 272 |
+
cursor = e
|
| 273 |
+
if cursor < total - 0.05:
|
| 274 |
+
plan.append(("copy", cursor, total, None))
|
| 275 |
+
|
| 276 |
+
if dry_run:
|
| 277 |
+
print(f" [dry-run] speed modification: {len(plan)} clips")
|
| 278 |
+
return
|
| 279 |
+
|
| 280 |
+
tmpdir = tempfile.mkdtemp(prefix="anchor_speed_")
|
| 281 |
+
try:
|
| 282 |
+
clip_paths = []
|
| 283 |
+
for i, (kind, s, e, factor) in enumerate(plan):
|
| 284 |
+
seg_path = os.path.join(tmpdir, f"seg_{i:03d}.flac")
|
| 285 |
+
extract = ["ffmpeg", "-hide_banner", "-loglevel", "error", "-y",
|
| 286 |
+
"-ss", f"{s}", "-to", f"{e}", "-i", str(native),
|
| 287 |
+
*out_codec_args(), seg_path]
|
| 288 |
+
run(extract)
|
| 289 |
+
if kind == "atempo":
|
| 290 |
+
tempo_path = os.path.join(tmpdir, f"seg_{i:03d}_tempo.flac")
|
| 291 |
+
run(["ffmpeg", "-hide_banner", "-loglevel", "error", "-y",
|
| 292 |
+
"-i", seg_path, "-af", _atempo_chain(factor),
|
| 293 |
+
*out_codec_args(), tempo_path])
|
| 294 |
+
clip_paths.append(tempo_path)
|
| 295 |
+
else:
|
| 296 |
+
clip_paths.append(seg_path)
|
| 297 |
+
|
| 298 |
+
concat_list = os.path.join(tmpdir, "concat.txt")
|
| 299 |
+
with open(concat_list, "w", encoding="utf-8") as fh:
|
| 300 |
+
for p in clip_paths:
|
| 301 |
+
fh.write(f"file '{p}'\n")
|
| 302 |
+
run(["ffmpeg", "-hide_banner", "-loglevel", "error", "-y",
|
| 303 |
+
"-f", "concat", "-safe", "0", "-i", concat_list,
|
| 304 |
+
*out_codec_args(), str(out)])
|
| 305 |
+
finally:
|
| 306 |
+
shutil.rmtree(tmpdir, ignore_errors=True)
|
| 307 |
+
|
| 308 |
+
|
| 309 |
+
def process_record(rec: dict, root: Path, overwrite: bool, dry_run: bool) -> str:
|
| 310 |
+
media_id = rec["media_id"]
|
| 311 |
+
operation = rec["operation"]
|
| 312 |
+
native = root / "audio" / "native" / Path(rec["native_audio_path"]).name
|
| 313 |
+
out = root / "audio" / "anchor" / Path(rec["target_audio_path"]).name
|
| 314 |
+
events_dir = root / "audio" / "events"
|
| 315 |
+
|
| 316 |
+
if out.is_file() and not overwrite and not dry_run:
|
| 317 |
+
return "skip"
|
| 318 |
+
if not native.is_file() and not dry_run:
|
| 319 |
+
return "missing-native"
|
| 320 |
+
|
| 321 |
+
out.parent.mkdir(parents=True, exist_ok=True)
|
| 322 |
+
if operation == "addition":
|
| 323 |
+
fmt = None if dry_run else ffprobe_format(native)
|
| 324 |
+
replay_addition(rec, native, out, events_dir, dry_run, fmt)
|
| 325 |
+
elif operation == "deletion":
|
| 326 |
+
replay_deletion(rec, native, out, dry_run)
|
| 327 |
+
elif operation == "modification":
|
| 328 |
+
replay_modification(rec, native, out, dry_run)
|
| 329 |
+
else:
|
| 330 |
+
return f"unknown-operation:{operation}"
|
| 331 |
+
return "ok"
|
| 332 |
+
|
| 333 |
+
|
| 334 |
+
def main():
|
| 335 |
+
parser = argparse.ArgumentParser(description="Rebuild anchor audio from manifest")
|
| 336 |
+
parser.add_argument("--manifest", default="metadata/media/anchor/anchor_manifest.jsonl")
|
| 337 |
+
parser.add_argument("--root", default=".", help="release root (contains audio/ + prepare/)")
|
| 338 |
+
parser.add_argument("--only", choices=["addition", "deletion", "modification"],
|
| 339 |
+
help="process only this operation")
|
| 340 |
+
parser.add_argument("--overwrite", action="store_true")
|
| 341 |
+
parser.add_argument("--dry-run", action="store_true")
|
| 342 |
+
parser.add_argument("--limit", type=int, default=0, help="process at most N records (debug)")
|
| 343 |
+
args = parser.parse_args()
|
| 344 |
+
|
| 345 |
+
root = Path(args.root).resolve()
|
| 346 |
+
manifest_path = root / args.manifest
|
| 347 |
+
if not manifest_path.is_file():
|
| 348 |
+
print(f"ERROR: manifest not found: {manifest_path}", file=sys.stderr)
|
| 349 |
+
sys.exit(1)
|
| 350 |
+
|
| 351 |
+
records = read_jsonl(manifest_path)
|
| 352 |
+
if args.only:
|
| 353 |
+
records = [r for r in records if r["operation"] == args.only]
|
| 354 |
+
if args.limit:
|
| 355 |
+
records = records[:args.limit]
|
| 356 |
+
|
| 357 |
+
print(f"Processing {len(records)} anchor records (root={root})")
|
| 358 |
+
counts = {}
|
| 359 |
+
for rec in records:
|
| 360 |
+
status = process_record(rec, root, args.overwrite, args.dry_run)
|
| 361 |
+
counts[status] = counts.get(status, 0) + 1
|
| 362 |
+
if status not in ("ok", "skip"):
|
| 363 |
+
print(f" [{status}] {rec['media_id']} ({rec['operation']})")
|
| 364 |
+
|
| 365 |
+
print("Summary:", counts)
|
| 366 |
+
|
| 367 |
+
|
| 368 |
+
if __name__ == "__main__":
|
| 369 |
+
main()
|
prepare/unpack_audio.py
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Extract the release audio archives.
|
| 3 |
+
|
| 4 |
+
For each bucket (native, anchor, events):
|
| 5 |
+
1. verify archive checksums against audio/CHECKSUMS.sha256 (when present)
|
| 6 |
+
2. if split, concatenate audio/audio_<bucket>.partNN.tar into
|
| 7 |
+
audio/audio_<bucket>.tar
|
| 8 |
+
3. extract the tar into audio/<bucket>/
|
| 9 |
+
|
| 10 |
+
Self-contained: paths resolve relative to the release root (parent of
|
| 11 |
+
prepare/).
|
| 12 |
+
|
| 13 |
+
Usage:
|
| 14 |
+
python prepare/unpack_audio.py [--root ..] [--buckets native,anchor,events]
|
| 15 |
+
[--keep-tar] [--dry-run]
|
| 16 |
+
"""
|
| 17 |
+
|
| 18 |
+
import argparse
|
| 19 |
+
import hashlib
|
| 20 |
+
import re
|
| 21 |
+
import sys
|
| 22 |
+
import tarfile
|
| 23 |
+
from pathlib import Path
|
| 24 |
+
|
| 25 |
+
BUCKETS = ("native", "anchor", "events")
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
def sha256_of(path: Path) -> str:
|
| 29 |
+
h = hashlib.sha256()
|
| 30 |
+
with open(path, "rb") as fh:
|
| 31 |
+
for chunk in iter(lambda: fh.read(8 * 1024 * 1024), b""):
|
| 32 |
+
h.update(chunk)
|
| 33 |
+
return h.hexdigest()
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
def load_checksums(root: Path) -> dict[str, str]:
|
| 37 |
+
path = root / "audio" / "CHECKSUMS.sha256"
|
| 38 |
+
if not path.is_file():
|
| 39 |
+
return {}
|
| 40 |
+
out = {}
|
| 41 |
+
for line in path.read_text(encoding="utf-8").splitlines():
|
| 42 |
+
parts = line.split(None, 1)
|
| 43 |
+
if len(parts) == 2:
|
| 44 |
+
out[parts[1].strip()] = parts[0]
|
| 45 |
+
return out
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def find_parts(root: Path, bucket: str) -> list[Path]:
|
| 49 |
+
pattern = re.compile(rf"^audio_{bucket}\.part(\d+)\.tar$")
|
| 50 |
+
parts = []
|
| 51 |
+
for p in (root / "audio").iterdir():
|
| 52 |
+
m = pattern.match(p.name)
|
| 53 |
+
if m:
|
| 54 |
+
parts.append((int(m.group(1)), p))
|
| 55 |
+
return [p for _, p in sorted(parts)]
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
def unpack_bucket(root: Path, bucket: str, checksums: dict, keep_tar: bool,
|
| 59 |
+
dry_run: bool) -> bool:
|
| 60 |
+
parts = find_parts(root, bucket)
|
| 61 |
+
tar_path = root / "audio" / f"audio_{bucket}.tar"
|
| 62 |
+
if not parts:
|
| 63 |
+
if not tar_path.is_file():
|
| 64 |
+
print(f"audio_{bucket}: no parts found, skipping")
|
| 65 |
+
return False
|
| 66 |
+
print(f"audio_{bucket}: single tar")
|
| 67 |
+
else:
|
| 68 |
+
print(f"audio_{bucket}: {len(parts)} part(s)")
|
| 69 |
+
|
| 70 |
+
for part in parts:
|
| 71 |
+
expected = checksums.get(part.name)
|
| 72 |
+
if expected is None:
|
| 73 |
+
print(f" WARN: no checksum for {part.name}")
|
| 74 |
+
continue
|
| 75 |
+
if dry_run:
|
| 76 |
+
continue
|
| 77 |
+
if sha256_of(part) != expected:
|
| 78 |
+
sys.exit(f"ERROR: checksum mismatch for {part.name}")
|
| 79 |
+
if not dry_run and checksums:
|
| 80 |
+
print(" checksums ok")
|
| 81 |
+
|
| 82 |
+
if parts:
|
| 83 |
+
if dry_run:
|
| 84 |
+
print(f" [dry-run] reassemble -> {tar_path.name}, extract audio/{bucket}/")
|
| 85 |
+
return True
|
| 86 |
+
with open(tar_path, "wb") as out:
|
| 87 |
+
for part in parts:
|
| 88 |
+
with open(part, "rb") as fh:
|
| 89 |
+
while True:
|
| 90 |
+
data = fh.read(8 * 1024 * 1024)
|
| 91 |
+
if not data:
|
| 92 |
+
break
|
| 93 |
+
out.write(data)
|
| 94 |
+
expected_tar = checksums.get(tar_path.name)
|
| 95 |
+
if expected_tar and sha256_of(tar_path) != expected_tar:
|
| 96 |
+
sys.exit(f"ERROR: checksum mismatch for reassembled {tar_path.name}")
|
| 97 |
+
else:
|
| 98 |
+
expected_tar = checksums.get(tar_path.name)
|
| 99 |
+
if not dry_run and expected_tar and sha256_of(tar_path) != expected_tar:
|
| 100 |
+
sys.exit(f"ERROR: checksum mismatch for {tar_path.name}")
|
| 101 |
+
if dry_run:
|
| 102 |
+
print(f" [dry-run] extract audio/{bucket}/")
|
| 103 |
+
return True
|
| 104 |
+
|
| 105 |
+
with tarfile.open(tar_path, "r:") as tf:
|
| 106 |
+
members = tf.getnames()
|
| 107 |
+
if sys.version_info >= (3, 12):
|
| 108 |
+
tf.extractall(root, filter="data")
|
| 109 |
+
else:
|
| 110 |
+
tf.extractall(root)
|
| 111 |
+
print(f" extracted {len(members)} files -> audio/{bucket}/")
|
| 112 |
+
|
| 113 |
+
if parts and not keep_tar:
|
| 114 |
+
tar_path.unlink()
|
| 115 |
+
return True
|
| 116 |
+
|
| 117 |
+
|
| 118 |
+
def main():
|
| 119 |
+
parser = argparse.ArgumentParser(description="Reassemble and extract release audio archives")
|
| 120 |
+
parser.add_argument("--root", type=Path, default=Path(__file__).resolve().parent.parent,
|
| 121 |
+
help="release root (default: parent of prepare/)")
|
| 122 |
+
parser.add_argument("--buckets", default=",".join(BUCKETS),
|
| 123 |
+
help="comma-separated subset of native,anchor,events")
|
| 124 |
+
parser.add_argument("--keep-tar", action="store_true",
|
| 125 |
+
help="keep reassembled tar files after extraction")
|
| 126 |
+
parser.add_argument("--dry-run", action="store_true")
|
| 127 |
+
args = parser.parse_args()
|
| 128 |
+
|
| 129 |
+
root = args.root.resolve()
|
| 130 |
+
buckets = [b.strip() for b in args.buckets.split(",") if b.strip()]
|
| 131 |
+
for b in buckets:
|
| 132 |
+
if b not in BUCKETS:
|
| 133 |
+
sys.exit(f"ERROR: unknown bucket '{b}' (choose from {BUCKETS})")
|
| 134 |
+
|
| 135 |
+
checksums = load_checksums(root)
|
| 136 |
+
done = 0
|
| 137 |
+
for bucket in buckets:
|
| 138 |
+
if unpack_bucket(root, bucket, checksums, args.keep_tar, args.dry_run):
|
| 139 |
+
done += 1
|
| 140 |
+
print(f"Done. {done} bucket(s) unpacked.")
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
if __name__ == "__main__":
|
| 144 |
+
main()
|