Releases: miller198/ComposeCircleAudioVisualizer
Releases · miller198/ComposeCircleAudioVisualizer
v1.0.2
v1.0.1
v1.0.0
Summary
- v1.0.0 development complete
What’s Changed
1. Add WaveDataProcessor for waveform data processing
WaveDataProcessor, a new class that handles waveform data captured via Visualizer.OnDataCaptureListener.onWaveFormDataCapture.
2. Rename Compose sound effect functions
Renamed Compose functions that draw sound effects to remove the Draw prefix for better readability and alignment with Compose naming conventions.
3. Refactor Visualizer running state check
Updated BaseVisualizer’s isRunning() method to check the enabled state instead of relying on a null check for the visualizer instance.
4. Add sample player screen
Added a sample player screen to demonstrate and guide library usage for end users.