Audio Utils# namespace trt_edgellm namespace rt namespace audioUtils# struct ChunkInfo# #include <audioUtils.h> Chunk metadata for Qwen3-Omni audio preprocessing. Public Members int64_t numChunks# std::vector<int64_t> chunkLengths# std::vector<int64_t> chunkOffsets# int64_t maxChunkLength#