Go to the documentation of this file. 1 #define _GLIBCXX_USE_CXX11_ABI 0
23 std::string resource_filename_cpp98(resource_filename);
void SetAudioGain(const float audio_gain)
bool configure(double sensitivity, double audio_gain)
configure Configure the detector on runtime
void initialize(const char *resource_filename, const char *model_filename)
initialize Initializes the Snowbody
int RunDetection(const std::string &data)
dictionary data
END OF MODIFY ##################.
void SetSensitivity(const std::string &sensitivity_str)
snowboy::SnowboyDetect * detector_
detector_ Instance of Snowboy detect
int runDetection(const int16_t *const data, const int array_length)
runDetection Runs hotword detection of Snowboy, see Snowboy API for more docs