realtime-turn-detection-test-data
收藏资源简介:
这是一个用于实时语音API黑盒测试的合成语音数据集。数据集由OpenAI文本转语音模型生成的未修改WAV音频文件组成,专为Speaches项目的Realtime API行为测试而设计。每个录音文件均包含合成语音,测试者需自行添加静音、组合多个录音以及选择流式块边界来构建测试场景。元数据文件metadata.jsonl遵循Hugging Face AudioFolder格式,每条记录详细记录了生成输入参数、文件摘要、预期文本、转录文本,以及通过whisper-1模型获得的单词时间间隔和语音活动区间。这些时间间隔为模型推导的参考标注,并非精确的样本级真值,因此在实际测试中应设置显式容差。用户可根据speech_start_ms和speech_end_ms字段对录音进行裁剪。数据集的生成清单和脚本是权威来源,但由于托管模型可能随调用和版本变化,因此重新生成是过程化而非比特精确可复现的。该数据集适用于语音活动检测(VAD)、语音合成测试、实时音频处理等场景。
This is a synthetic speech dataset for black-box testing of real-time speech APIs. The dataset consists of unmodified WAV audio files generated by OpenAIs text-to-speech model, specifically designed for testing the behavior of the Realtime API of the Speaches project. Each recording file contains synthetic speech, and testers need to add silence, combine multiple recordings, and select streaming chunk boundaries to construct test scenarios. The metadata file metadata.jsonl follows the Hugging Face AudioFolder format, with each record detailing generation input parameters, file summary, expected text, transcribed text, as well as word time intervals and voice activity intervals obtained via the whisper-1 model. These time intervals are reference annotations derived by the model and are not precise sample-level ground truth, so explicit tolerance should be set in actual testing. Users can trim recordings based on the speech_start_ms and speech_end_ms fields. The datasets generation checklist and scripts are authoritative sources, but since the hosted model may vary with calls and versions, regeneration is procedural rather than bit-exact reproducible. This dataset is suitable for scenarios such as voice activity detection (VAD), speech synthesis testing, and real-time audio processing.
数据集概述
名称:Realtime speech test recordings(实时语音测试录音)
简介:这是一个用于黑盒测试实时API行为(Realtime API behavior)的合成语音录音数据集,主要服务于Speaches项目。每个WAV文件均为OpenAI文本转语音(text-to-speech)模型的未修改输出,测试场景通过添加静音、合并录音及选择流式块边界来实现。
数据集内容
- 音频格式:WAV文件
- 数据类型:合成语音(synthetic speech)
- 文件结构:每个录音文件对应一条元数据记录,存放在
metadata.jsonl中。 - 元数据字段(按照Hugging Face AudioFolder布局):
- 生成输入(generation inputs)
- 文件摘要(file digest)
- 期望文本(expected text)
- 转录文本(transcription)
- 单词/语音间隔(word/speech intervals)
主要用途
- 黑盒测试:用于测试实时语音API的响应行为,特别是语音活动检测(voice-activity-detection)相关场景。
- 模型基准:提供参考标注(源自
whisper-1模型转录),用于评估语音切割、时间对齐等任务。
重要说明
- 时间间隔属性:元数据中的
speech_start_ms和speech_end_ms字段为模型推导的参考注释,并非样本级精确的真实值(ground truth),测试时应设定显式容差(tolerance)。 - 数据可裁剪性:消费者可根据需要利用时间间隔字段对录音进行裁剪。
- 可再现性:数据集的生成过程是程序化的(procedural),但并非位级可复现(bit-for-bit reproducible),因为托管语音和转录模型在调用间或版本更新时可能发生变化。已提交的生成清单(manifest)和脚本是数据生成的权威来源。
标签信息
audio:音频数据synthetic:合成数据voice-activity-detection:语音活动检测相关speaches:关联Speaches项目
使用建议
- 测试时需自行添加静音、拼接录音或定义流式分块边界。
- 对时间间隔标注应采用容差处理,避免严格精确匹配。
- 若需裁剪音频,可参考
speech_start_ms和speech_end_ms字段。 - 重新生成数据时,以仓库中的清单和脚本为准。




