Commit Graph

4 Commits

Author SHA1 Message Date
Oliver 53754cd4b8 feat: migrate setting centralize to haptic system. 2026-05-14 20:42:21 +08:00
Oliver 5e0a4aef64 feat: AudioSettings 独立出配置文件,而不是零散在代码各处。 2026-05-14 20:22:00 +08:00
Oliver c62cb4f37b refactor: 更新音频导入路径变量并完善CLI方法文档
- 将对话框中的音频资源路径变量从`k_audioResourcePath`更改为`AudioAbsolutePath`
- 为RunCLI方法添加详细的XML文档注释,说明其在命令行自动化工作流中的作用
- 修正枚举AudioCategory的格式化
2026-04-15 10:57:33 +08:00
Oliver d2867810ee feat: Add audio import tool and standardize audio import settings
- Add editor tool to batch apply audio import settings based on configuration files
- Standardize sample rates: SFX/Voice to 22050 Hz, Music to 44100 Hz
- Set quality: SFX/Voice to 0.5, Music to 0.13
- Adjust load types based on audio duration
- Set project sample rate to 48000 Hz
- Update preload settings for voice and music files
2026-04-15 10:05:05 +08:00