Python Obtenez la durée du fichier WAV
import librosa
librosa.get_duration(filename=("your_song.wav"))
EternalDusk
import librosa
librosa.get_duration(filename=("your_song.wav"))