flutter_al 0.2.0
flutter_al: ^0.2.0 copied to clipboard
Flutter bindings to OpenAL-Soft: 3d audio, hrtf, recording, and more.
0.2.0 #
- Change license to MPL-2.0
- Support the
SOFT_source_spatializeextension. This is done through thespatializeproperty onSource. - Support the SOFT_direct_channels_remix
extension. This is done through thedirectproperty onSource`. - Refactor the example.
0.1.0 #
- Initial beta.
- Support basic OpenAL functionality: devices, contexts, buffers, and sources.