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

Storage format of the input stream (not hardware).

Pascal
property InputPrecision: TPrecision;

Specify the bit-precision of the recorded audio, may that be 16bit, 24bit, 32bit etc. The bit conversion (scaling) from the actual hardware bitness, is performed internally. The hardware precision is obtained from the InPrecisionHw and is fixed. For example, if the audio file to which we will store the recording is 16bit we need to assign prSmallInt to IntputPrecision so that the component will know that it needs to scale hardware input format to the expected storage data format, typically from 24bit range down to 16bit range.

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