Python Vérifiez l'échantillon de MP3

>>> from pydub import AudioSegment
>>> song = AudioSegment.from_mp3("file.mp3")
>>> song.frame_rate
44100
Glamorous Grivet