|
|
9cd782122f
|
feat(audio): implement reverb effect and integrate into underwater system
|
2026-07-08 11:36:13 +08:00 |
|
|
|
44f83142ed
|
feat(audio): add pitch control to audio sources
Implement set_pitch method that clamps pitch between 0.0 and 1.0 and applies it via AL_PITCH. Includes minor whitespace cleanup in audio_engine.cpp.
|
2026-07-08 11:03:10 +08:00 |
|
|
|
61a9fdac32
|
feat(audio): add underwater low-pass filter effect
|
2026-07-08 10:51:12 +08:00 |
|
|
|
5264755a7e
|
feat(audio): add per-channel volume control and config reload
|
2026-07-07 13:29:28 +08:00 |
|
|
|
765f5ca714
|
feat(audio): add 3D audio playback with source pool and auto-loading
|
2026-07-06 20:26:20 +08:00 |
|
|
|
0f60d578fb
|
fix(audio-source): improve state, volume, and const correctness
|
2026-07-06 17:28:36 +08:00 |
|
|
|
960df4a459
|
feat(audio): add audio fade in/out and fix delta time naming
|
2026-07-06 17:25:18 +08:00 |
|
|
|
d23540ff86
|
feat(audio): integrate OpenAL audio engine with WAV/MP3/FLAC support
|
2026-07-06 15:56:42 +08:00 |
|