Migrate to FMOD 2.03.09 with test harnesses#23
Open
utgarda wants to merge 21 commits intolebedec:mainfrom
Open
Migrate to FMOD 2.03.09 with test harnesses#23utgarda wants to merge 21 commits intolebedec:mainfrom
utgarda wants to merge 21 commits intolebedec:mainfrom
Conversation
BREAKING CHANGE: System::getVersion returns (version, buildnumber) BREAKING CHANGE: FMOD_ADVANCEDSETTINGS.commandQueueSize removed - Add examples: verify_203, play_sound, run_fmod.sh - Add field filtering for 2.03 API changes - Audio playback confirmed working #1
- Bank loading and management (files/memory) - Event playback with sound variations - Real-time parameter control (RPM, surfaces, volume/pitch) - Uses FMOD 2.03.09 SDK example banks - All Studio features confirmed working #1
lebedec
reviewed
Sep 29, 2025
- Replace Unicode with ASCII characters for terminal compatibility - Fix line endings with \r\n - Add RPM parameter to vehicles - Handle one-shot events properly (footsteps, explosions) - Set surface parameter for footsteps
sanbox-irl
reviewed
Oct 23, 2025
- vec_as_mut_ptr, ASIO lists, CString fields, DSP paramdesc - Regenerate lib.rs with fixes Per PR lebedec#23 feedback
…, demos, field filtering lebedec#23
…ove bash preprocessing lebedec#23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrates libfmod from FMOD 2.02.22 to 2.03.09 and adds comprehensive test harnesses for validating the migration and
demonstrating FMOD Studio features.
Changes
Migration (09dc708)
Test Infrastructure (e5b1983, 3f4acc6, 33e31d2)
harness_demo- Automated demos of 3D spatial audio, event parameters, footstepsinteractive_harness- Interactive keyboard-controlled 3D audio testingrun_fmod.sh- Helper script for running examples with correct library pathsTesting
All examples tested on Linux x86_64 with FMOD 2.03.09. Run with:
cd libfmod ./run_fmod.sh harness_demo ./run_fmod.sh interactive_harness Breaking Changes - Requires FMOD SDK 2.03.09 - Not ABI compatible with FMOD 2.02.x