Spatial LibriSpeech
收藏资源简介:
Spatial LibriSpeech是由苹果公司创建的一个空间音频数据集,包含超过650小时的19通道音频,用于机器学习模型训练。该数据集通过增强LibriSpeech样本,模拟了200k+声学条件和8k+合成房间,提供了源位置、说话方向、房间声学和几何的标签。数据集的创建过程包括参数化房间生成、房间脉冲响应模拟和混合。Spatial LibriSpeech旨在成为空间音频应用的主要训练数据集,适用于3D源定位、源距离、直接到混响比率估计等基本空间音频检测任务。
Spatial LibriSpeech is a spatial audio dataset created by Apple Inc., containing over 650 hours of 19-channel audio for machine learning model training. This dataset augments LibriSpeech samples by simulating more than 200,000 acoustic conditions and over 8,000 synthetic rooms, providing labels for source position, speaker direction, room acoustics and geometry. The dataset creation process includes parametric room generation, room impulse response simulation and mixing. Spatial LibriSpeech aims to become the primary training dataset for spatial audio applications, suitable for fundamental spatial audio detection tasks such as 3D source localization, source distance estimation, and direct-to-reverberation ratio estimation.
Spatial LibriSpeech 数据集概述
数据集描述
Spatial LibriSpeech 是一个空间音频数据集,包含超过 650 小时的一阶全方位音频,以及可选的干扰噪声(19 通道原始音频即将推出)。该数据集旨在用于机器学习模型训练,包含声源位置、说话方向、房间声学和几何结构的标签。Spatial LibriSpeech 是通过对 LibriSpeech 样本进行增强,结合超过 20 万个模拟声学条件和 8000 多个合成房间生成的。
数据集下载
数据集文件托管在以下地址: python3 SLS_URI = "https://docs-assets.developer.apple.com/ml-research/datasets/spatial-librispeech/v1"
可以通过以下方式手动下载元数据: python3 f"{SLS_URI}/metadata.parquet"
使用元数据可以手动下载样本: python3
语音一阶全方位样本
f"{SLS_URI}/ambisonics/{sample_id:06}.flac"
干扰噪声一阶全方位样本
f"{SLS_URI}/noise_ambisonics/{sample_id:06}.flac"
例如,下载元数据和第一个语音样本的命令如下: bash curl -O https://docs-assets.developer.apple.com/ml-research/datasets/spatial-librispeech/v1/metadata.parquet curl -O https://docs-assets.developer.apple.com/ml-research/datasets/spatial-librispeech/v1/ambisonics/000000.flac
注意事项
19 通道语音和干扰噪声样本非常大,目前正在评估最佳托管方式。如果需要这些样本,请联系数据集维护团队。
联系信息
如有任何问题,请联系:




