ViSEC-processed / README.md
christian-hoang-04's picture
Add ViSEC processed audio dataset
2e78d93 verified
|
Raw
History Blame Contribute Delete
1.14 kB
---
configs:
- config_name: default
data_files:
- split: train
path: metadata.csv
language:
- vi
task_categories:
- automatic-speech-recognition
pretty_name: ViSEC Processed
---
# ViSEC Processed
Processed ViSEC speaker audio generated for the Meddies ASR collection.
## Contents
- `processed_audio_by_id/`: 147 WAV files named by speaker id.
- `metadata.csv`: per-speaker metadata with duration, clip count, emotion coverage, and source-duration summary.
## Schema
`metadata.csv` contains:
- `speaker_id`: integer speaker identifier.
- `output_path`: relative path to the processed WAV file.
- `duration_seconds`: duration of the processed audio file.
- `clip_count`: number of source clips used.
- `emotions`: pipe-delimited emotion labels represented in the source clips.
- `unique_source_duration_seconds`: source audio duration represented for the speaker.
## Build Summary
- Rows: 147 speakers.
- Audio duration: 1,762.395 seconds.
- Mean duration: 11.989 seconds.
- Duration range: 10.000 to 14.184 seconds.
## Provenance
Built from the local Meddies ASR workspace folder `audio_generation/processed_audio_by_id`.