Summary
exiftool extracts technical audio properties that imx currently doesn't expose.
Missing Properties (MP3)
| Property |
exiftool Value |
imx |
| MPEGAudioVersion |
1 |
- |
| AudioLayer |
3 |
- |
| AudioBitrate |
192 kbps |
- |
| SampleRate |
44100 |
- |
| ChannelMode |
Single Channel |
- |
| Duration |
5.07 s (approx) |
- |
Use Cases
- Media library applications need bitrate/sample rate info
- Duration is essential for audio players
- Channel mode (mono/stereo) affects playback
Technical Approach
MP3 frame header contains: bitrate, sample rate, channel mode
Duration = file size / bitrate (approximate)
Acceptance Criteria
Priority
Low - Enhancement, not a bug. Marking as such.
Note
This is an enhancement, not a bug fix. Lower priority than the decoding issues.
Summary
exiftool extracts technical audio properties that imx currently doesn't expose.
Missing Properties (MP3)
13192 kbps44100Single Channel5.07 s (approx)Use Cases
Technical Approach
MP3 frame header contains: bitrate, sample rate, channel mode
Duration = file size / bitrate (approximate)
Acceptance Criteria
Priority
Low - Enhancement, not a bug. Marking as such.
Note
This is an enhancement, not a bug fix. Lower priority than the decoding issues.