Releases: wapmorgan/Mp3Info
Releases · wapmorgan/Mp3Info
0.1.1 fixes
20 Jun 11:08
Compare
Sorry, something went wrong.
No results found
Fixed undefined behaviour when audio file is corrupted (#36 )
0.1.0: First minor release
28 May 18:37
Compare
Sorry, something went wrong.
No results found
Fix short description (#29 ) and remove debug info
0.0.10: Fix short description and remove debug info
28 May 18:36
Compare
Sorry, something went wrong.
No results found
Fix short description (#29 )
Remove debug info
0.0.9: Fix duration in come cases
28 May 18:05
Compare
Sorry, something went wrong.
No results found
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: More checks for remote files and php 8 fix
15 Jun 23:43
Compare
Sorry, something went wrong.
No results found
#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: Scanning remote files
12 Aug 00:41
Compare
Sorry, something went wrong.
No results found
isValidAudio and new Mp3Info() supports remote files now
0.0.6: id3v2.4 and cover
11 Aug 18:43
Compare
Sorry, something went wrong.
No results found
Added reading id3v2.4.0.
Fix counting duration (#16 )
Added cover extraction (#18 )
0.0.5: Fixed bugs
03 Dec 00:58
Compare
Sorry, something went wrong.
No results found
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: Fixed bugs
14 Jan 19:43
Compare
Sorry, something went wrong.
No results found
Fixed utf-16 text frames.
Fixed isValidAudio() method.
0.0.3: Fixed unexpected padding problem
19 Mar 20:11
Compare
Sorry, something went wrong.
No results found
Fixed problem with unexpected padding before audio data (At x(0xXX) should be the first frame header).