How to Solve NameError: name 'CompositeAudioClip' is not defined -- moviepy
Solution: Import the 'CompositeAudioClip' module
To Solve the error, add the following line to the top of your code.
from moviepy import CompositeAudioClip
For more information:
Python moviepy CompositeAudioClip