Skip to content

v1.0.0

Choose a tag to compare

@miller198 miller198 released this 28 May 11:40
· 5 commits to main since this release
1f801d4

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.