flutter_soloud

Flutter low-level audio plugin using SoLoud C++ library and FFI

MIT License

Stars
199

Bot releases are hidden (Show)

flutter_soloud - flutter_soloud v2.1.2 Latest Release

Published by alnitak about 2 months ago

What's Changed

flutter_soloud - flutter_soloud v2.1.1

Published by alnitak about 2 months ago

What's Changed

  • added bool isActive and int iindex getters to filters.
  • added a timeStretch() method to single pitchshift filter.
  • fixed building error on Windows.
  • updated examples.
flutter_soloud - flutter_soloud v2.1.0

Published by alnitak about 2 months ago

  • added support for the Web platform.
  • added getPan(), setPan() and setPanAbsolute().
  • added loadMem() to read the given audio file bytes buffer (not RAW data). Useful for the Web platform.
  • fixed getFilterParamNames().
  • added AudioData class to manage audio samples and FFT data.
  • added player initialization parameters: sample rate, buffer size, number of channels (mono, stereo, quad, 5.1, 7.1).
  • added voice groups.
  • it's now possible to set filters not only globally, but also to single audio sources (not on the web platform).
  • fade and oscillate filter parameters.
  • experimental capture feature removed.
  • now accessing filters has been simplified with the use of SoLoud.filters and AudioSource.filters to use global and single sound filters.
flutter_soloud - v2.0.0 landed

Published by alnitak 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/alnitak/flutter_soloud/compare/v1.2.5...v2.0.0

flutter_soloud - Maybe last pre release!

Published by alnitak 7 months ago

Too many changes! Please see CHANGELOG.md