Flutter Recorder Streaming

Teaches how to stream real-time audio data (PCM samples or Opus packets), convert sample formats with AudioDataContainer, handle the zero-copy buffer reuse constraint, and stream audio to network backends or speech-to-text models. Use when the user asks to stream microphone data, send audio over WebSockets/WebRTC, process raw PCM bytes, encode live Opus packets, or convert audio formats.

alnitak beb34b8 5.9 KB Updated

File contents

alnitak/flutter_recorder/tree/main/skills/flutter-recorder-streaming commit beb34b800c

Frequently asked questions

npx skillmds@latest add alnitak/flutter-recorder-streaming