osxAcousticSL Software Library
|
osx_acoustic_sl.h
Go to the documentation of this file.
193 uint32_t osx_AcousticSL_Data_Input(void *pM1, void *pM2, void *pM3, void *pM4, osx_AcousticSL_Handler_t * pHandler);
201 uint32_t osx_AcousticSL_Process(int32_t * Estimated_Angle, osx_AcousticSL_Handler_t * pHandler);
211 uint32_t osx_AcousticSL_setConfig(osx_AcousticSL_Handler_t * pHandler, osx_AcousticSL_Config_t * pConfig);
219 uint32_t osx_AcousticSL_getConfig(osx_AcousticSL_Handler_t * pHandler, osx_AcousticSL_Config_t * pConfig);
uint32_t sampling_frequency
Definition: osx_acoustic_sl.h:124
uint32_t osx_AcousticSL_Init(osx_AcousticSL_Handler_t *pHandler)
Library initialization.
int16_t samples_to_process
Definition: osx_acoustic_sl.h:140
uint32_t osx_AcousticSL_Process(int32_t *Estimated_Angle, osx_AcousticSL_Handler_t *pHandler)
Library run function, performs audio analysis when all required data has been collected.
uint32_t osx_AcousticSL_setConfig(osx_AcousticSL_Handler_t *pHandler, osx_AcousticSL_Config_t *pConfig)
Library setup function, it sets the values for threshold and resolution. It can be called at runtime ...
Library handler. It keeps track of the static parameters and it handles the internal state of the alg...
Definition: osx_acoustic_sl.h:119
uint32_t osx_AcousticSL_GetLibVersion(char *version)
To be used to retrieve version information.
uint32_t internal_memory_size
Definition: osx_acoustic_sl.h:136
uint32_t osx_AcousticSL_Data_Input(void *pM1, void *pM2, void *pM3, void *pM4, osx_AcousticSL_Handler_t *pHandler)
Library data input.
uint32_t * pInternalMemory
Definition: osx_acoustic_sl.h:139
uint32_t osx_AcousticSL_getConfig(osx_AcousticSL_Handler_t *pHandler, osx_AcousticSL_Config_t *pConfig)
Fills the pConfig structure with the actual dynamic parameters as they are currently used inside the ...
uint32_t osx_AcousticSL_getMemorySize(osx_AcousticSL_Handler_t *pHandler)
Fills the "internal_memory_size" of the pHandler parameter passed as argument with a value representi...
Library dynamic configuration handler. It contains dynamic parameters.
Definition: osx_acoustic_sl.h:147
Generated by 1.8.11