OpenShot Video Editor  2.0.0
Functions | Variables
waveform Namespace Reference

Functions

def get_audio_data (clip_id, file_path, channel_filter, volume_keyframe)
 Get a Clip object form libopenshot, and grab audio data. More...
 
def 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. More...
 

Variables

 s = settings.get_settings()
 

Function Documentation

◆ get_audio_data()

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.

◆ get_waveform_thread()

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.

Variable Documentation

◆ s

waveform.s = settings.get_settings()

Definition at line 40 of file waveform.py.