i wanted to check whether #moviepy can work with audio files reliably. for this i loaded the audio from a video with 3 different methods

#moviepy
#pyav
#ffmpeg

it turned out that the shape of the audio vector is not the same for all of them. pyav and ffmpeg agree, moviepy unfortunately not