OpenShot Video Editor
2.0.0
|
Functions | |
def | get_audio_data |
Get a Clip object form libopenshot, and grab audio data. More... | |
def | get_waveform_thread |
Get the audio data from a clip in a separate thread. More... | |
Variables | |
tuple | s = settings.get_settings() |
def waveform.get_audio_data | ( | clip_id, | |
file_path, | |||
channel_filter, | |||
volume_keyframe | |||
) |
Get a Clip object form libopenshot, and grab audio data.
Definition at line 45 of file waveform.py.
def waveform.get_waveform_thread | ( | clip, | |
clip_id, | |||
file_path, | |||
channel_filter = -1 , |
|||
volume_keyframe = None |
|||
) |
Get the audio data from a clip in a separate thread.
Definition at line 58 of file waveform.py.
tuple waveform.s = settings.get_settings() |
Definition at line 40 of file waveform.py.