79b24fd5676bffdb136dc1a607ee864133a2b513
Pre-stages the playback dependency for the inline chat audio player task so Codex can build it in its network-off sandbox. rodio 0.22.2 decodes wav/mp3/ogg(vorbis)/flac (via bundled symphonia) and handles output + play/pause/seek + resampling. It brings its own cpal 0.17 (the project's PipeWire/cpal-0.15 call path is untouched; rodio's output is a separate stream on the system default device) and alsa on Linux. Supply chain: cargo audit reports NO new advisories from this subtree -- the only 2 warnings (audiopus_sys, paste) are pre-existing, unmaintained-only, and already on the allow-list. Builds clean (release). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>