deps: add rodio for inline chat audio playback (senior-vetted)
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>
This commit is contained in:
@@ -38,6 +38,7 @@ iroh-gossip = "0.99.0"
|
||||
opus = "0.3.1"
|
||||
rand = "0.10.1"
|
||||
ringbuf = "0.5.0"
|
||||
rodio = "0.22.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.150"
|
||||
thiserror = "2.0.18"
|
||||
|
||||
Reference in New Issue
Block a user