Skip to main content

Module audio

Module audio 

Source
Expand description

Audio decoding module.

This module provides the audio decoder implementation for extracting audio frames from media files.

Re-exports§

pub use builder::AudioDecoder;
pub use builder::AudioDecoderBuilder;

Modules§

builder
Audio decoder builder for constructing audio decoders with custom configuration.
decoder_inner
Internal audio decoder implementation using FFmpeg.