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_spatialize
extension. This is done through thespatialize
property onSource
. - Support the SOFT_direct_channels_remix
extension. This is done through the
directproperty on
Source`. - Refactor the example.
0.1.0 #
- Initial beta.
- Support basic OpenAL functionality: devices, contexts, buffers, and sources.