flutter_scene_fmod 0.1.2
flutter_scene_fmod: ^0.1.2 copied to clipboard
FMOD Studio audio backend for flutter_scene. Implements the abstract audio contract from flutter_scene over the fmod package, against a user-supplied FMOD Engine SDK.
0.1.2 #
- Widen the
flutter_sceneconstraint to^0.23.0. No API changes.
0.1.1 #
- Add
registerFmodAudioBackend(), so documents namingfmodas their audio engine realize anFmodAudioEngine. - Ship a
flutter_scene_components.jsonmanifest for thefmodEventcomponent, kept in sync by a test. - Fix codec round-trip losses and registry lifecycle holes in
FmodEventCodec. - Require
flutter_scene^0.22.0.
0.1.0 #
- Initial release. Implements the flutter_scene audio contract over FMOD Core, plus FMOD Studio banks, events, and buses, against a user-supplied FMOD Engine SDK.