Determine MP3 bit depth in Python via Mutagen
Posted
by rfkrocktk
on Stack Overflow
See other posts from Stack Overflow
or by rfkrocktk
Published on 2010-05-26T01:15:40Z
Indexed on
2010/05/26
1:21 UTC
Read the original article
Hit count: 392
Is there a way to determine an MP3 file's encoded bit depth (ie 8, 16, 24, 32) in Python using the Mutagen library?
© Stack Overflow or respective owner