What's the easiest Python library to use to extract properties from an AAC audio file (.m4a)?
Specifically, I'd like to extract the following properties:
- Sample rate
- Channel count (mono or stereo)
- Length (in seconds)
What's the easiest Python library to use to extract properties from an AAC audio file (.m4a)?
Specifically, I'd like to extract the following properties: