//! Audio subsystem: WASAPI capture + Media Foundation AAC encoding.
//!
//! Loopback (system) and microphone are captured as independent PCM streams and
//! encoded to independent AAC tracks (per the two-separate-tracks design).
use Duration;
/// One encoded AAC access unit.