nvidia.dali.fn.audio_decoder¶
-
nvidia.dali.fn.
audio_decoder
(*inputs, **kwargs)¶ Warning
This operator is now deprecated. Use
decoders.audio()
instead.In DALI 1.0 all decoders were moved into a dedicated
decoders
submodule and renamed to follow a common pattern. This is a placeholder operator with identical functionality to allow for backward compatibility.Legacy alias for
decoders.audio()
.