Install
openclaw skills install asmr-sleep-sound-generatorInteractive 3D head tapping ASMR synthesizer with material/position control. 3D头部交互式ASMR合成,支持材料/位置/力度控制。
openclaw skills install asmr-sleep-sound-generator交互式 3D 头部模型敲击音合成器。用户在 3D 头部模型上点击不同位置(额头、耳朵、后脑勺等),选择敲击材料(木头、玻璃、金属等),生成个性化 ASMR 助眠音。
Interactive 3D head model tapping sound synthesizer. Users click on different head positions (forehead, ear, back of head, etc.) and select tapping materials (wood, glass, metal, etc.) to generate personalized ASMR sleep sounds.
1,2,3,4,5 或 f_w_0,e_m_1 格式按序播放详见 docs/orchestration-design.md
cd ~/.openclaw/workspace/projects/asmr-sleep-sound-generator/src
python3 -m http.server 8765
# 浏览器打开 http://localhost:8765/
code ~/.openclaw/workspace/projects/asmr-sleep-sound-generator/src
# 右键 index.html → Open with Live Server
用户交互(点击 3D 头部)
↓ 射线检测 → 获取点击坐标
↓ 区域识别 → 映射到 8 个声学区域
↓ 材料选择 → 6 种材料预设
↓ 合成引擎(Web Audio API)
├── 振荡器(泛音叠加)
├── 区域滤波(共鸣/阻尼)
├── 包络(力度→音量)
├── 噪声(材料质感)
├── 混响(区域空腔感)
└── 空间定位(HRTF 立体声)
↓ 音频输出
| 包 | 用途 |
|---|---|
| Three.js | 3D 渲染引擎(已内置) |
| Web Audio API | 音频合成(浏览器原生) |
| 无外部依赖 | 纯前端,零安装 |
详见 ~/.openclaw/workspace/projects/asmr-sleep-sound-generator/README.md