Skip to content

A Flutter package for visualizing audio data in a customizable and interactive way.

License

Notifications You must be signed in to change notification settings

FlatMapIO/sound_spectrum

Repository files navigation

sound_spectrum

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.

Features

  • Visualize audio data with customizable bar graphs.
  • Configurable parameters for noise threshold, band count, and more.
  • Example application to demonstrate usage.
example.mp4

Getting Started

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.

About

A Flutter package for visualizing audio data in a customizable and interactive way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published