Initial commit: RHINE LAB · ANALYSIS OS:三维界面与动效实验(本仓库不含个人归档索引数据)

This commit is contained in:
WpyQwq
2026-09-19 13:04:56 +08:00
commit 3f422218a5
1098 changed files with 39410 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Observatory / 观测室
三个 Ogg 文件为本项目原创程序编配的同步循环声部,MP3 是带首尾淡变的独立试听版。配乐无原片采样、无外部录音、无人声。
源谱及合成:`scripts/render-audio.mjs`;音效合成:`src/audio.ts`。
生成数据:`score.json`。随项目采用仓库 LICENSE。
## 逐字输入短音
`typing-preview.wav` 及 `src/typing-samples.ts` 使用用户提供的《明日方舟》特别映像 [莱茵生命:访问] 中约 6.864–6.986 秒的三个短音,各 38ms。`typing-source.json` 保留精确时间、源文件校验与处理参数。原音及其衍生片段的权利归原作者,不纳入上文原创配乐的 MIT 授权声明。
提取脚本:`scripts/extract-typing-audio.mjs`。原片短音仅去直流、做边缘淡变和统一增益,没有变调、变速或合成替换。`reference/typing-original.wav` 为本地对照片段,不属于生产配乐。
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
{
"title": "Observatory / 观测室",
"bpm": 72,
"duration": 53.333333333333336,
"rate": 48000,
"seed": 93271,
"metrics": {
"atmosphere": {
"peakDb": -10.334112082610385,
"rmsDb": -24.625500342815418,
"seamDelta": 0.0005690408870577812
},
"motif": {
"peakDb": -12.383920130269303,
"rmsDb": -25.642892727244533,
"seamDelta": 0.0004476997419260442
},
"pulse": {
"peakDb": -19.061942349249723,
"rmsDb": -35.03524633636361,
"seamDelta": 0
}
}
}
Binary file not shown.
+29
View File
@@ -0,0 +1,29 @@
{
"source": "《明日方舟》特别映像 [莱茵生命:访问] [BV1rr4y1b7sz].mp4",
"sourceSha256": "a009a9501ecac5ff93103933fc4009c05e82225e6da8f85dee1a77013286c5a9",
"sampleRate": 48000,
"channels": 1,
"cuts": [
{
"start": 6.864,
"end": 6.902
},
{
"start": 6.906,
"end": 6.944
},
{
"start": 6.948,
"end": 6.986
}
],
"processing": {
"dcRemoval": true,
"fadeInMs": 0.35,
"fadeOutMs": 3.5,
"sharedGain": 0.6230600941776551,
"denoising": false,
"pitchChange": false
},
"scope": "Three short excerpts from user-provided reference. Not original synthesis; source rights remain with the original creators."
}