alnitak / flutter_soloud

Flutter low-level audio plugin using SoLoud C++ library and FFI
MIT License
209 stars 21 forks source link

Fix issue where errors from SoLoud would not propagate #42

Closed filiph closed 6 months ago

filiph commented 6 months ago

Description

The C++ play and play3d methods return a 0 when there's an error. I neglected to convert that to SoundHandle.error().

Type of Change