Sonosthesia unity fmod
npm install com.sonosthesia.fmodFMODSound, FMODEventReferenceSound and FMODEmitter provide simple ways to trigger events while exposing parameters that can be driven by signals. Mixer utilities (VCAVolume, BusVolume, Volume) make it easy to alter buses or VCAs at runtime and keep levels in sync with other audio sources.
FMODProcessor and FMODDSPProcessor offer a lifecycle-aware hook into FMOD channel groups. They let you attach processors to live channel groups, configure DSP behaviour, and cleanly tear down the processing pipeline when sources stop.
FMODCoreTest, FMODInstanceDebug and FMODTrackVolume make it straightforward to validate event routing and runtime parameter changes inside Unity scenes.