All:
I was wondering if anyone on the list knows of a good mp3 information (bitrate, sampling rate, total frames, etc) library, written in C, or a nice clean program that is conducive to being hacked up. Thanks.
* Neil Hodge (nhodge@attbi.com) wrote:
All:
I was wondering if anyone on the list knows of a good mp3 information (bitrate, sampling rate, total frames, etc) library, written in C, or a nice clean program that is conducive to being hacked up. Thanks.
It probably doesn't support the level of detail you need, but a good starting point might be file(1). Here is what file gives me for an mp3:
$ file test.mp3 test.mp3: MPEG 1.0 layer 3 audio stream data, 128 kBit/s, 44.1 kHz, jstereo
Joshua