nvidia.dali.fn.audio_decoder#
- nvidia.dali.fn.audio_decoder(
- __input,
- /,
- *,
- bytes_per_sample_hint=[0],
- downmix=False,
- dtype=DALIDataType.FLOAT,
- preserve=False,
- quality=50.0,
- sample_rate=0.0,
- seed=-1,
- device=None,
- name=None,
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()
.