flutter_gapless_loop 0.0.1
flutter_gapless_loop: ^0.0.1 copied to clipboard
True sample-accurate gapless audio looping on iOS (AVAudioEngine) and Android (AudioTrack). Zero-gap, zero-click loop playback for music production apps.
0.0.1 #
- Initial release.
- Sample-accurate gapless looping on iOS (AVAudioEngine) and Android (AudioTrack).
- Configurable loop region (start/end in seconds).
- Optional equal-power crossfade between loop iterations.
- Volume control and seek support.
- Stereo pan control (
setPan). - Pitch-preserving playback rate / time-stretching (
setPlaybackRate). - Automatic BPM/tempo detection after every load (
bpmStream,BpmResult). stateStream,errorStream,routeChangeStream, andbpmStreamfor reactive UI.- Audio route change events (e.g. headphones unplugged).