Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
AudioToTextXForm::Detail Class Reference
Collaboration diagram for AudioToTextXForm::Detail:
Collaboration graph

Public Member Functions

 Detail (AudioToTextXFormProps &_props)
 
 ~Detail ()
 
whisper_full_params fetchDefaultParams ()
 
void setProps (AudioToTextXFormProps &props)
 

Public Attributes

framemetadata_sp mOutputMetadata
 
std::string mOutputPinId
 
std::vector< float > mInputAudioBuffer
 
AudioToTextXFormProps mProps
 
int mFrameType
 
whisper_context * mWhisperContext = NULL
 
whisper_full_params mWhisperFullParams
 
whisper_context_params mWhisperContextParams
 
int toleranceBufferSize = 16000
 

Constructor & Destructor Documentation

◆ Detail()

AudioToTextXForm::Detail::Detail ( AudioToTextXFormProps & _props)
inline

◆ ~Detail()

AudioToTextXForm::Detail::~Detail ( )
inline

Member Function Documentation

◆ fetchDefaultParams()

whisper_full_params AudioToTextXForm::Detail::fetchDefaultParams ( )
inline

◆ setProps()

void AudioToTextXForm::Detail::setProps ( AudioToTextXFormProps & props)
inline

Member Data Documentation

◆ mFrameType

int AudioToTextXForm::Detail::mFrameType

◆ mInputAudioBuffer

std::vector<float> AudioToTextXForm::Detail::mInputAudioBuffer

◆ mOutputMetadata

framemetadata_sp AudioToTextXForm::Detail::mOutputMetadata

◆ mOutputPinId

std::string AudioToTextXForm::Detail::mOutputPinId

◆ mProps

AudioToTextXFormProps AudioToTextXForm::Detail::mProps

◆ mWhisperContext

whisper_context* AudioToTextXForm::Detail::mWhisperContext = NULL

◆ mWhisperContextParams

whisper_context_params AudioToTextXForm::Detail::mWhisperContextParams

◆ mWhisperFullParams

whisper_full_params AudioToTextXForm::Detail::mWhisperFullParams

◆ toleranceBufferSize

int AudioToTextXForm::Detail::toleranceBufferSize = 16000

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