//! [`Decoded`]: one packet's worth of PCM on its way out of a codec.
use crateActivity;
/// One decoded Opus/PCM/AAC packet: interleaved `f32` samples at the codec's own
/// rate and channel count, plus what the codec was doing when it produced them.
///
/// The low-level counterpart to [`encode::Encoded`](crate::encode::Encoded).
/// [`Consumer`](super::Consumer) turns these into [`Frame`](crate::Frame)s in
/// the layout its [`Config`](super::Config) asks for.