class WebrtcAudio::VadInstance

Defined in:

models/vad_instance.cr

Instance Method Summary

Instance Method Detail

def age_vector : Array(Int16) #

[View source]
def age_vector=(age_vector : Array(Int16)) #

[View source]
def downsampling_filter_states : Array(Int32) #

[View source]
def downsampling_filter_states=(downsampling_filter_states : Array(Int32)) #

[View source]
def frame_count : Int32 #

[View source]
def frame_count=(frame_count : Int32) #

[View source]
def hp_filter_state : Array(Int16) #

[View source]
def hp_filter_state=(hp_filter_state : Array(Int16)) #

[View source]
def individual : Array(Int16) #

[View source]
def individual=(individual : Array(Int16)) #

[View source]
def init_flag : Int32 #

[View source]
def init_flag=(init_flag : Int32) #

[View source]
def low_value_vector : Array(Int16) #

[View source]
def low_value_vector=(low_value_vector : Array(Int16)) #

[View source]
def lower_state : Array(Int16) #

[View source]
def lower_state=(lower_state : Array(Int16)) #

[View source]
def median : Array(Int16) #

[View source]
def median=(median : Array(Int16)) #

[View source]
def noise_means : Array(Int16) #

[View source]
def noise_means=(noise_means : Array(Int16)) #

[View source]
def noise_stds : Array(Int16) #

[View source]
def noise_stds=(noise_stds : Array(Int16)) #

[View source]
def num_of_speech : Int16 #

[View source]
def num_of_speech=(num_of_speech : Int16) #

[View source]
def over_hang : Int16 #

Overhang


[View source]
def over_hang=(over_hang : Int16) #

Overhang


[View source]
def over_hang_max_1 : Array(Int16) #

[View source]
def over_hang_max_1=(over_hang_max_1 : Array(Int16)) #

[View source]
def over_hang_max_2 : Array(Int16) #

[View source]
def over_hang_max_2=(over_hang_max_2 : Array(Int16)) #

[View source]
def sample_mode : Int32 #

[View source]
def sample_mode=(sample_mode : Int32) #

[View source]
def speech_means : Array(Int16) #

[View source]
def speech_means=(speech_means : Array(Int16)) #

[View source]
def speech_stds : Array(Int16) #

[View source]
def speech_stds=(speech_stds : Array(Int16)) #

[View source]
def state_48_to_8 : State48khzTo8khz #

[View source]
def state_48_to_8=(state_48_to_8 : State48khzTo8khz) #

[View source]
def total : Array(Int16) #

[View source]
def total=(total : Array(Int16)) #

[View source]
def upper_state : Array(Int16) #

[View source]
def upper_state=(upper_state : Array(Int16)) #

[View source]
def vad : Int16 #

[View source]
def vad=(vad : Int16) #

[View source]