audify 1.0.0 copy "audify: ^1.0.0" to clipboard
audify: ^1.0.0 copied to clipboard

High-performance audio visualizer for Flutter with trap/dubstep style visualizations. Features circular spectrum and bar spectrum displays with album artwork support. Supports Android and iOS with nat [...]

1.0.0 #

  • Initial stable release with full Android and iOS support
  • Features:
    • Real-time audio visualization with 60 FPS performance
    • Two visualizer types: CircularSpectrum and BarSpectrum
    • 7 frequency bands optimized for music visualization
    • Customizable colors, gradients, and glow effects
    • System-wide audio capture - visualizes ANY audio playing on the device (no audio file import needed!)
    • Album artwork support with centerImage parameter in CircularSpectrumVisualizer
    • Adaptive sizing for non-square containers
    • Both visualizers automatically adapt to parent container size (wrap in SizedBox or Container to control dimensions)
  • Android Implementation:
    • Native Visualizer API for FFT processing
    • Support for API 21+
    • Can target specific audio sessions
  • iOS Implementation:
    • AVAudioEngine for real-time audio capture
    • Accelerate framework (vDSP) for hardware-accelerated FFT
    • Support for iOS 12.0+
    • System-wide audio capture
  • Performance:
    • < 5% CPU usage on modern devices
    • Smooth 60 FPS rendering
    • Configurable smoothing and capture size
  • API:
    • Simple AudifyController interface
    • Stream-based data delivery
    • Comprehensive frequency band extraction
  • Production-ready with zero flutter analyze warnings
1
likes
0
points
237
downloads

Publisher

verified publishernabilfaris.id

Weekly Downloads

High-performance audio visualizer for Flutter with trap/dubstep style visualizations. Features circular spectrum and bar spectrum displays with album artwork support. Supports Android and iOS with native FFT processing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on audify

Packages that implement audify