Skip to content

Voice Recording

Cursor Agent edited this page Sep 18, 2026 · 2 revisions

语音录音取证

voice_record_enabled: truevoice_enabled: true 时,每局结束写入目录(默认 %AppData%/SCP Secret Laboratory/SLDataAPI/VoiceRecords)。

产物

voice_round_<n>_<timestamp>.zip
├── *.Proximity.wav    # 人类近距离
├── *.Radio.wav
├── *.Intercom.wav
├── *.Scp.wav          # SCP 频道(与人类轨不混)
└── *.timeline.log     # TSV 时间轴
  • WAV:48kHz / 16bit / mono,按频道分轨;同轨多人同时说话逐采样混合并钳制。
  • 无流量的频道不生成文件。

timeline.log

制表符分隔,含回合内秒、绝对时间、事件类型、昵称、steamid、角色、频道、采样号等。
采样号 = 该频道 WAV 字节偏移 ÷ 2,用于与音频精确对齐。

清理

voice_record_max_rounds:保留最近 N 局(≤0 不删)。约 5.5MB/分钟/频道

Clone this wiki locally