Flutter Soloud Scheduling

Teaches sample-accurate audio scheduling in flutter_soloud with playClocked (sounds anchored to a running "physics time" clock) and playScheduled (absolute engine-time scheduling with sample-accurate auto-stop), plus the clock helpers getEngineTime/getPlayheadTime/getOutputLatency/resetStreamTime and stopScheduled/fadeScheduled. Use when the user asks for a metronome, step sequencer, rhythm game, pre-computed music timeline/score, evenly spaced repeated SFX, or complains that periodic play() calls clump or drift.

alnitak Updated

File contents

alnitak/flutter_soloud/tree/main/skills/flutter-soloud-scheduling commit ced6771653

Frequently asked questions

npx skillmds@latest add alnitak/flutter-soloud-scheduling-2