Mp3Info Versions Save

The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).

0.1.0

11 months ago

Fix short description (#29) and remove debug info

0.0.10

11 months ago
  • Fix short description (#29)
  • Remove debug info

0.0.9

11 months ago
  • Fix invalid duration due to difference in first N frames. (#13 #24) Solution: read few frames and compute duration based on the last frame data.

0.0.8

1 year ago
  • #23: Fix isValidAudio logic for remote URL (@paurakhsharma)
  • #21: Suppress check for valid audio on URLs to fix 'File not present' errors when passing URLs to constructor (@shannah)
  • #25: Fix php 8 usage of implode (@davaxi)

0.0.7

2 years ago

isValidAudio and new Mp3Info() supports remote files now

0.0.6

2 years ago

Added reading id3v2.4.0. Fix counting duration (#16) Added cover extraction (#18)

0.0.5

4 years ago
  • Added $tags property with list of combined (id3v1 & id3v2) tags for simple access to all data.
  • Fixed bug #14, when audio uses codec of version 2.5.
  • Fixed bug #5, when audio duration exceeds real duration for few seconds (problem was incorrect detection of sample rate).
  • Fixed calculcation of duration for audio with VBR - now it adjusts with VBR-quality value.

0.0.4

5 years ago
  • Fixed utf-16 text frames.
  • Fixed isValidAudio() method.

0.0.3

6 years ago

Fixed problem with unexpected padding before audio data (At x(0xXX) should be the first frame header).

0.0.2

7 years ago

Added:

  • Parsing main id3v2.3 tags (TALB, TCON, TIT2, TPE1, TYER, TXXX, COMM, PCNT)