Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ DecodeFrames
Method
DecodeFrames
dali/operators/decoder/audio/audio_decoder.h:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
*/
74
template <typename T>
75
ptrdiff_t DecodeFrames(T* output, int64_t nframes) {
76
return DecodeFramesImpl(output, nframes);
77
}
78
79
virtual ~AudioDecoderBase() = default;
80
Callers
2
TEST
Function · 0.45
DecodeAudio
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36