waveform_fft 0.0.3
waveform_fft: ^0.0.3 copied to clipboard
A Flutter package for real-time audio visualization using FFT (Fast Fourier Transform). and audio capture using microphone data
0.0.1 #
- Initial release of waveform_fft package
- Features:
- Real-time audio visualization using FFT (Fast Fourier Transform)
- Audio capture from device microphone
- Customizable waveform widget with animation support
- Example app demonstrating core functionality
- Comprehensive documentation and usage guide
0.0.2 #
- Random values for animatedValues when data is empty or not provided
0.0.3 #
- Fixed Random going out of bounds