Skip to main content

Module async_decoder

Module async_decoder 

Source
Expand description

Async audio decoder backed by tokio::task::spawn_blocking.

Structsยง

AsyncAudioDecoder
Async wrapper around AudioDecoder.
AsyncAudioDecoderBuilder
Async builder for AsyncAudioDecoder that mirrors the options available on the synchronous AudioDecoderBuilder.