//! `AudioConverter` AAC/Opus encode sessions (Apple only), built on `objc2-audio-toolbox` /
//! `objc2-core-audio-types`.
//!
//! See [ADR-0004](../../adr/apple/0004-audiotoolbox-aac-encode.md) (AAC) and
//! [ADR-0005](../../adr/apple/0005-audiotoolbox-opus-encode.md) (Opus) for the binding choice,
//! the pull-based `AudioConverterFillComplexBuffer` callback contract, and the zero-compile-
//! verification caveat.
pub use AacEncoder;
pub use OpusEncoder;