Flutter Soloud Output Capture

Teaches how to record the flutter_soloud engine's mixed master output as a Stream<Uint8List> (raw PCM or Opus/Vorbis/FLAC/WAV) using startMixerOutputStream/stopMixerOutputStream, including the WAV header fix-up and capturing from a worker isolate via SoLoudIsolate. Use when the user wants to record, save, or stream what the app is playing (the final mix, NOT microphone input — flutter_soloud does not capture mic), e.g. "save the mix to a .wav file", "record the game audio", "stream the engine output over the network".

alnitak b10149a 7.7 KB Updated

File contents

alnitak/piano_3d/tree/main/.agents/skills/flutter_soloud-output-capture commit b10149a770

Frequently asked questions

npx skillmds@latest add alnitak/flutter-soloud-output-capture