-
-
Notifications
You must be signed in to change notification settings - Fork 0
Voice Recording
DNTOF edited this page Sep 24, 2026
·
3 revisions
voice_record_enabled: true 且 voice_enabled: true 时,每局结束写入目录(默认 %AppData%/SCP Secret Laboratory/SLDataAPI/VoiceRecords)。
对齐 2.6.0 PEAK。
voice_round_<n>_<timestamp>.zip
├── *.Proximity.wav # 人类近距离
├── *.Radio.wav
├── *.Intercom.wav
├── *.Scp.wav # SCP 频道(与人类轨不混)
└── *.timeline.log # TSV 时间轴
- WAV:48kHz / 16bit / mono,按频道分轨;同轨多人同时说话逐采样混合并钳制。
- 无流量的频道不生成文件。
制表符分隔,含回合内秒、绝对时间、事件类型、昵称、steamid、角色、频道、采样号等。
采样号 = 该频道 WAV 字节偏移 ÷ 2,用于与音频精确对齐。
voice_record_max_rounds:保留最近 N 局(≤0 不删)。约 5.5MB/分钟/频道。
定稿 zip 可自动上传(webdav_upload_enabled);仅 https://,见 Configuration。