Gets the audio properties required by the speech recognition engine.
#include "ltasr.h"
L_LTASR_API L_INT L_ASREngine_GetAudioProperties(engine, audioProperties)
The speech recognition engine handle.
Pointer to a structure to be updated with audio properties required by the engine.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
Note
Loading the engine from a different runtime may result in a different audio specification.
x64.