Silence Clip¶
classvidiopy.SilenceClip
-
Bases:
vidiopy.AudioClipSilenceClip 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 is44100.channels (int, optional): The number of audio channels. Default is1.