alnitak / flutter_soloud

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

[feat] added some voice functions #55

Closed alnitak closed 3 months ago

alnitak commented 3 months ago

Description

Seem that setProtectVoice() doesn't work as expected. I tried a fix but doesn't work for me. Is setMaxActiveVoiceCount() enough for #53 ?

For now I comment out getProtectVoice() and setProtectVoice(), I'll do some more research.

Type of Change