tags:

views:

53

answers:

1

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)
A: 

Try the AudioFile class in Audio Tools.

ars