MCPcopy Create free account

hub / github.com/Notabela/Lie_to_me / functions

Functions216 in github.com/Notabela/Lie_to_me

Methodreal
Returns the real part of the hs (read-only property).
lie_to_me/modules/thinkdsp.py:340
Functionresults
Results Route View Final Lie Detection results of Uploaded Video :return:
lie_to_me/routes.py:137
Methodroll
Rolls this wave by the given number of locations.
lie_to_me/modules/thinkdsp.py:828
Functionsampling
High Sample Cepstum depending on Sex (Male default) :param framearray: array of frames (waves) :return framesample: array of sampled cep
lie_to_me/modules/audio.py:131
Methodscale
Multiplies all elements by the given factor. factor: what to multiply the magnitude by (could be complex)
lie_to_me/modules/thinkdsp.py:354
Methodscale
Multplies the wave by a factor. factor: scale factor
lie_to_me/modules/thinkdsp.py:813
Methodshift
Shifts the wave left or right in time. shift: float time shift
lie_to_me/modules/thinkdsp.py:820
Functionshift_left
Shifts a wave array to the left. ys: wave array shift: integer shift returns: wave array
lie_to_me/modules/thinkdsp.py:1088
Functionshift_right
Shifts a wave array to the right and zero pads. ys: wave array shift: integer shift returns: wave array
lie_to_me/modules/thinkdsp.py:1075
Functionsplit
Splits audio file into frames and applies hamming window. :param input_file: path to audio file :return: array of waves (frames)
lie_to_me/modules/audio.py:14
Methodtime_res
Time resolution in seconds.
lie_to_me/modules/thinkdsp.py:537
Functiontrain_lie_model
(pkl_file)
lie_to_me/process.py:285
Methodtruncate
Trims this wave to the given length. n: integer index
lie_to_me/modules/thinkdsp.py:833
Functionupload
Home Page Route Upload and Analyze Video :return: home.html template
lie_to_me/routes.py:16
Functionvowelduration
Vowel Duration audio feature: High Predictability rate (82%) :param amparray: array of maximum amplitudes (float) :param maxamp: maximum
lie_to_me/modules/audio.py:190
Methodzero_pad
Trims this wave to the given length. n: integer index
lie_to_me/modules/thinkdsp.py:841
← previous201–216 of 216, ranked by callers