Python erhält die WAV -Datei Dauer der WAV -Datei

import librosa

librosa.get_duration(filename=("your_song.wav"))
EternalDusk