Skip to content

Silence Clip

class vidiopy.SilenceClip

Bases: vidiopy.AudioClip

SilenceClip is a subclass of AudioClip that represents a silent audio clip.

It inherits from AudioClip therefore it has all the methods and attributes of AudioClip.

Parameters:
  • duration: int | float: The duration of the audio clip.
  • fps (int, optional): The frames per second of the audio clip. Default is 44100.
  • channels (int, optional): The number of audio channels. Default is 1.

Comments