Skip to main content

Offline Engine

The Offline Engine processes input audio files to generate output audio files, handling audio rendering efficiently.

Configuration

This object does not provide any configuration options.

Values

NameTypeDescription
maxNumberOfSecondsToRenderdoubleMaximum number of seconds to render.
sampleRateuintSample rate for rendering.
bufferDurationMsuintBuffer duration in milliseconds.
inputFilesvector of objectsList of input files with codec, number of channels, and sample rate.
outputFilesvector of objectsList of output files with codec, number of channels, and sample rate.
graphgraph configThe audio graph that will be processed by the offline engine.

Actions

NameParametersDescription
processgraph: graph config (optional)Processes the audio graph with the input files and output files.

Events

This object does not provide any events.