CoolFace
Datasetpublic

harvestsu/seeed-local-voice-perf-corpus

Seeed Local Voice — Perf Test Corpus Fixed 20-file audio corpus used to benchmark Seeed-Projects/seeed-local-voice across Jetson, Rockchip, and Raspberry Pi deployments. The same .wav bytes are pulled by every device, so RTF / latency deltas between devices are pure compute — not input variation. Contents 5× zh short (1.5 – 4.0 s) 5× zh long (10 – 16 s) 5× en short (1.5 – 4.0 s) 5× en long (10 – 12 s) Audio spec: 16 kHz mono 16-bit WAV. Each file's SHA256 +… See the full description on the dataset page: https://huggingface.co/datasets/harvestsu/seeed-local-voice-perf-corpus.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes58downloads
Dataset Card

Seeed Local Voice — Perf Test Corpus

Fixed 20-file audio corpus used to benchmark `Seeed-Projects/seeed-local-voice` across Jetson, Rockchip, and Raspberry Pi deployments.

The same .wav bytes are pulled by every device, so RTF / latency deltas between devices are pure compute — not input variation.

Contents

  • —5× zh short (1.5 – 4.0 s)
  • —5× zh long (10 – 16 s)
  • —5× en short (1.5 – 4.0 s)
  • —5× en long (10 – 12 s)

Audio spec: 16 kHz mono 16-bit WAV.

Each file's SHA256 + transcript is recorded in manifest.json. Fetchers should verify SHA256 on every pull.

Source

All clips are sampled from **Google FLEURS** (Conneau et al. 2022, FLEURS: Few-shot Learning Evaluation of Universal Representations of Speech), licensed CC BY 4.0. We resampled / re-bundled a tiny subset; no audio content was altered.

bibtex
@article{conneau2022fleurs,
  title={FLEURS: Few-shot Learning Evaluation of Universal Representations of Speech},
  author={Conneau, Alexis and Ma, Min and Khanuja, Simran and Zhang, Yu and Axelrod, Vera and Dalmia, Siddharth and Riesa, Jason and Rivera, Clara and Bapna, Ankur},
  year={2022}
}

Usage

bash
# From the seeed-local-voice repo
python bench/perf/corpus/fetch.py --from hf
python bench/perf/corpus/fetch.py --verify    # SHA256 must match manifest

python bench/perf/perf.py matrix --base-url http://<device>:8000

License

CC BY 4.0 (inherited from FLEURS). Use freely with attribution.