alnitak / flutter_soloud

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

Extract capture methods into their own class: SoLoudCapture #38

Closed filiph closed 8 months ago

filiph commented 8 months ago

Description

Extract capture methods into their own class: SoLoudCapture.

Also, add SoLoud.instance, and mark SoLoud() as deprecated.

Type of Change