You are here: Symbol Reference > AsioAudioSignal Namespace > Classes > TSignalAsio Class > published > TSignalAsio.OutputPrecision Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalAsio.OutputPrecision Property

Storage format of the output stream (not hardware).

Pascal
property OutputPrecision: TPrecision;

Specify the bit-precision of the playback audio data, may that be 16bit, 24bit, 32bit etc. The bit conversion (scaling) to the actual hardware bitness, is performed internally. The hardware precision is obtained from the OutPrecisionHw and is fixed. For example, if the audio file is 16bit we need to assign prSmallInt to OutputPrecision so that the component will know that it needs to scale 16bit to whatever output format the hardware expects (typically 24 or 32 bit).

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!