v1.4.0
Audio rollout, phase C. Audio mux into recordings.
What was new
- Recordings include audio when available. Both sender and receiver .mov files get an AAC audio track muxed in alongside H.264 video.
- Sender path — mic audio captured via AVCapture goes to both NDISender (over the wire) and Recorder.appendAudio() simultaneously. Real capture PTS shared with video for natural lip sync.
- Receiver path — incoming NDI planar float audio is copied off the NDI thread (before NDI frees it), interleaved, and written to the recording. Records audio regardless of the local Audio playback toggle (recording ≠ monitoring).
- Lazy writer setup — when audio is enabled, the first video frame is held briefly until the first audio frame arrives so both inputs get configured together (AVAssetWriter can't add inputs after startWriting). 150ms fallback to video-only if no audio comes (fixed in v1.4.1 — see below).
Install
Download v1.4.1 instead.