moviepy.audio.tools.cuts.find_audio_period#
- moviepy.audio.tools.cuts.find_audio_period(clip, min_time=0.1, max_time=2, time_resolution=0.01)[source]#
Finds the period, in seconds of an audioclip.
- Parameters:
min_time (float, optional) -- Minimum bound for the returned value.
max_time (float, optional) -- Maximum bound for the returned value.
time_resolution (float, optional) -- Numerical precision.