NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_audio_classifier.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsAudioClassifierBin
 

Functions

gboolean create_audio_classifier_bin (NvDsGieConfig *config, NvDsAudioClassifierBin *bin)
 Initialize NvDsAudioClassifierBin. More...
 

Function Documentation

◆ create_audio_classifier_bin()

gboolean create_audio_classifier_bin ( NvDsGieConfig config,
NvDsAudioClassifierBin bin 
)

Initialize NvDsAudioClassifierBin.

It creates and adds primary infer and other elements needed for processing to the bin. It also sets properties mentioned in the configuration file under group CONFIG_GROUP_AUDIO_CLASSIFIER

Parameters
[in]configpointer to infer NvDsGieConfig parsed from configuration file.
[in]binpointer to NvDsAudioClassifierBin to be filled.
Returns
true if bin created successfully.