I just started using pydub. I am confused that should we download the music to find the path or we need to do something else? Because the example below seems like it already have the file in his terminal or IDE. But I don't see how can I import a music into the IDE.
from pydub import AudioSegment
song = AudioSegment.from_wav("never_gonna_give_you_up.wav")