Class: Informers::WhisperFeatureExtractor

Inherits:
FeatureExtractor show all
Defined in:
lib/informers/processors.rb

Instance Attribute Summary

Attributes inherited from FeatureExtractor

#config

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ WhisperFeatureExtractor

Returns a new instance of WhisperFeatureExtractor.

Raises:



734
735
736
737
738
# File 'lib/informers/processors.rb', line 734

def initialize(config)
  super(config)

  raise Todo
end

Instance Method Details

#_extract_fbank_features(waveform) ⇒ Object

Raises:



740
741
742
# File 'lib/informers/processors.rb', line 740

def _extract_fbank_features(waveform)
  raise Todo
end

#call(audio) ⇒ Object

Raises:



744
745
746
# File 'lib/informers/processors.rb', line 744

def call(audio)
  raise Todo
end