MCPcopy Create free account
hub / github.com/NVIDIA/DALI / Decode

Method Decode

dali/operators/decoder/audio/audio_decoder.h:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 */
65 template <typename T>
66 ptrdiff_t Decode(span<T> output) {
67 return DecodeImpl(output);
68 }
69
70 /**
71 * @brief Decode audio frames (1 frame is equivalent to nchannel samples)

Callers 2

TESTFunction · 0.80
RunImplMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64