A Python toolkit for interacting with FMOD audio middleware, enabling audio engine management, event playback, and DSP control. Version 0.1.3, pre-release development. Requires Python >=3.8.
pip install fmod-toolkitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic initialization, event lookup, and playback.
Ensure FMOD Studio API library (e.g., fmodstudio.dll, libfmodstudio.so) is installed. See FMOD documentation for installation.
Pin exact version: pip install fmod-toolkit==0.1.3. Check changelog before upgrading.
Test code interactively and refer to source code on GitHub for available methods.
Replace load_event() with get_event().