Flutter Soloud Pull Streaming

Teaches the pull-buffer streaming API of the flutter_soloud audio plugin — setPullBufferStream with its onMoreDataIsNeeded callback, addPullBufferDataStream with byte offsets, seek via engine re-requests, and bounded-memory playback of huge seekable sources (HTTP range requests, large files). Use when the user asks to stream a large remote/local audio file with seeking, play multi-GB audio without loading it into memory, or is deciding between push (setBufferStream) and pull streaming.

alnitak a89eb01 9.8 KB Updated

File contents

alnitak/piano_3d/tree/main/.agents/skills/flutter_soloud-pull-streaming commit a89eb01233

Frequently asked questions

npx skillmds@latest add alnitak/flutter-soloud-pull-streaming