Buckets:
21.3 GB
28 files
Updated 26 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| blind_test_set | 1 items | ||
| blind_test_set_icassp2022 | 1 items | ||
| blind_test_set_icassp2023 | 1 items | ||
| blind_test_set_interspeech2021 | 1 items | ||
| real | 8 items | ||
| real_doubled | 3 items | ||
| synthetic_echo | 2 items | ||
| synthetic_farend | 2 items | ||
| synthetic_nearend_mic | 2 items | ||
| synthetic_nearend_speech | 2 items | ||
| test_set | 1 items | ||
| test_set_icassp2022 | 1 items | ||
| .gitattributes | 2.5 kB xet | 738f1125 | |
| README.md | 2.3 kB xet | b7b53f6d | |
| meta.csv | 3.24 MB xet | a64e6825 |
Microsoft AEC Challenge 16kHz
Microsoft AEC Challenge dataset converted from 16kHz WAV to FLAC (lossless compression) and packed into tar shards.
Source: the datasets/ directory of the microsoft/AEC-Challenge Git LFS repo.
Covers all challenge years (2021, ICASSP 2022, ICASSP 2023).
Structure
Real recordings
Paired loopback (far-end reference) and microphone recordings from real devices.
real/— 37,578 files, single playback real recordingsreal_doubled/— 10,531 files, double playback real recordings
Filenames preserve the GUID-based naming convention:
{GUID}_{scenario}_{signal}.flac
Scenarios: farend_singletalk, farend_singletalk_with_movement, nearend_singletalk,
doubletalk, doubletalk_with_movement, sweep
Signals: lpb (loopback/far-end reference), mic (microphone recording)
Synthetic data (10,000 clips)
synthetic_echo/— Echo signal componentsynthetic_farend/— Far-end reference signalsynthetic_nearend_mic/— Mixed microphone signal (echo + near-end + noise)synthetic_nearend_speech/— Clean near-end speechmeta.csv— Synthetic data metadata
Test sets
test_set/— Original test set (clean + noisy)test_set_icassp2022/— ICASSP 2022 test setblind_test_set/— Original blind test setblind_test_set_icassp2022/— ICASSP 2022 blind test setblind_test_set_icassp2023/— ICASSP 2023 blind test setblind_test_set_interspeech2021/— Interspeech 2021 blind test set
Usage
from huggingface_hub import snapshot_download
import tarfile
from pathlib import Path
# Download
local = snapshot_download("richiejp/aec-challenge-16k", local_dir="/data/aec", repo_type="dataset")
# Extract all shards
for tar_path in sorted(Path(local).rglob("*.tar")):
with tarfile.open(tar_path) as tf:
tf.extractall(tar_path.parent)
Source
Original data from Microsoft's AEC Challenge:
- https://github.com/microsoft/AEC-Challenge
- License: CC-BY-4.0 (see original repo for details)
- Total size
- 21.3 GB
- Files
- 28
- Last updated
- Jun 23
- Pre-warmed CDN
- US EU US EU