6#include "krisp-audio-api-definitions.hpp"
15KRISP_AUDIO_API
void globalInit(
const std::wstring& workingPath);
Definition krisp-audio-api-definitions.hpp:34
KRISP_AUDIO_API void globalDestroy()
Frees all the global resources allocated by SDK.
KRISP_AUDIO_API void globalInit(const std::wstring &workingPath)
Initializes the global data needed for the SDK.
KRISP_AUDIO_API void getVersion(VersionInfo &versionInfo)
Populates the versionInfo structure with API version information upon successful completion.
Version information.
Definition krisp-audio-api-definitions.hpp:57