Expand description
Audio decoder builder for constructing audio decoders with custom configuration.
This module provides the AudioDecoderBuilder type which enables fluent
configuration of audio decoders. Use AudioDecoder::open() to start building.
Structsยง
- Audio
Decoder - An audio decoder for extracting audio frames from media files.
- Audio
Decoder Builder - Builder for configuring and constructing an
AudioDecoder. - Audio
Frame Iterator - Iterator over decoded audio frames.