Skip to main content

Table of Contents

api

VerbalAcoustics Objects

class VerbalAcoustics(AudioModel)

fit

def fit(path)

Fit a file in filepath to parselmouth Model.

Parameters

path : string, File Path of Video/Sound file format.

get_audio_intensity

def get_audio_intensity()

Get the model object of Audio Intensity

Returns:

  • self - object Model Object

get_pitch_frequency

def get_pitch_frequency()

Get the model object of Pitch Frequency

Returns:

  • self - object Model Object

get_formant_frequency

def get_formant_frequency()

Get the model object of Formant Frequency

Returns:

  • self - object Model Object

get_harmonic_noise

def get_harmonic_noise()

Get the model object of Harmonic Noise

Returns:

  • self - object Model Object

get_glottal_noise

def get_glottal_noise()

Get the model object of Glottal Noise

Returns:

  • self - object Model Object

get_jitter

def get_jitter()

Get the model object of Jitter

Returns:

  • self - object Model Object

get_shimmer

def get_shimmer()

Get the model object of Shimmer

Returns:

  • self - object Model Object

get_pause_characteristics

def get_pause_characteristics()

Get the model object of Pause Characteristics

Returns:

  • self - object Model Object

get_voice_prevalence

def get_voice_prevalence()

Get the model object of Vocal Prevalence

Returns:

  • self - object Model Object

get_mfcc

def get_mfcc()

Get the model object of MFCC

Returns:

  • self - object Model Object