moviepy.audio.AudioClip.AudioArrayClip#

class moviepy.audio.AudioClip.AudioArrayClip(array, fps)[source]#

An audio clip made from a sound array.

Parameters:
  • array -- A Numpy array representing the sound, of size Nx1 for mono, Nx2 for stereo.

  • fps -- Frames per second : speed at which the sound is supposed to be played.