WARN: flutter_soloud has removed the audio capture feature, and sound_spectrum is currently waiting for a new solution..
A Flutter package for visualizing audio data in a customizable and interactive way.
Current Status: This package is not yet published on pub.dev. The reason for this is that sound_spectrum
currently depends on the flutter_soloud
package, which is only available as a Git source. We plan to publish sound_spectrum
on pub.dev once flutter_soloud
is officially released.
- Visualize audio data with customizable bar graphs.
- Configurable parameters for noise threshold, band count, and more.
- Example application to demonstrate usage.
example.mp4
Add the package to your pubspec.yaml
file:
dependencies:
sound_spectrum:
git: https://github.com/FlatMapIO/sound_spectrum.git
ref: main
see example/lib/main.dart for a complete example.