Snowman  0.1.0
List of all members
SNOWMAN_TemplateCut Struct Reference
Inheritance diagram for SNOWMAN_TemplateCut:
Inheritance graph
[legend]
Collaboration diagram for SNOWMAN_TemplateCut:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from snowboy::SnowboyTemplateCut
 SnowboyTemplateCut (const std::string &resource_filename)
 Default constructor. More...
 
std::string CutTemplate (const std::string &data)
 Cuts the provided sample. More...
 
int CutTemplate (const float *const data, const int array_length, float *const data_out, int *array_length_out)
 Runs enrollment on float samples. More...
 
int CutTemplate (const int16_t *const data, const int array_length, int16_t *const data_out, int *array_length_out)
 Runs enrollment on int16_t samples. More...
 
int CutTemplate (const int32_t *const data, const int array_length, int32_t *const data_out, int *array_length_out)
 Runs enrollment on int32_t samples. More...
 
bool Reset ()
 Resets the enrollment. More...
 
int SampleRate () const
 Returns the expected sample rate for audio provided to RunDetection(). More...
 
int NumChannels () const
 Returns the expected number of channels for audio provided to RunDetection(). More...
 
int BitsPerSample () const
 Returns the expected number of bits for audio provided to RunDetection(). More...
 
 ~SnowboyTemplateCut ()
 Destructor.
 

The documentation for this struct was generated from the following file: