GStreamer Video Analytics (GVA) Plugin
Classes
audio_event.h File Reference

This file contains GVA::AudioEvent class to control audio event for particular GVA::AudioFrame with GVA::Tensor instances added. More...

Go to the source code of this file.

Classes

struct  GVA::Segment< T >
 Template structure for audio segment containing start, end fields. More...
 
class  GVA::AudioEvent
 This class represents audio event - object describing audio event detection result (segment) and containing multiple Tensor objects (inference results) attached by multiple models. For example, it can be audio event with detected speech and converts speech to text. It can be produced by a pipeline with gvaaudiodetect with detection model and gvaspeechtotext element with speechtotext model. Such AudioEvent will have start and end timestamps filled and will have 2 Tensor objects attached - 1 Tensor object with detection result and other with speech to text tensor objectresult. More...
 

Detailed Description

This file contains GVA::AudioEvent class to control audio event for particular GVA::AudioFrame with GVA::Tensor instances added.