The OpenD Programming Language

EncodingOptions

An optional struct, passed when encoding a sound (WAV or QOA).

Members

Variables

enableDither
bool enableDither;

Enable dither when exporting 8-bit, 16-bit, 24-bit WAV, or QOA

sampleFormat
AudioSampleFormat sampleFormat;

The desired sample bitdepth to encode with. This ignored for QOA.

Meta