// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2026 Fábio Henrique de Lima Silva (fhl.bsb@gmail.com) All rights reserved.
//! Configuration of the PipeWire capture stream (`Audio/Sink`) — Virtual Sink that
//! receives audio from apps, applies the DSP chain and writes to `DspBridge`.
pub use setup_capture_stream;