Update readme
This commit is contained in:
parent
89fac15d4f
commit
91b9ab254c
@ -8,8 +8,8 @@ The fastest PHP library to get mp3 tags&meta.
|
||||
|
||||
This class extracts information from mpeg/mp3 audio:
|
||||
|
||||
| Audio characteristics | Audio tags (id3v1 & id3v2 |
|
||||
|-----------------------|----------------------------|
|
||||
| Audio characteristics | Audio tags (id3v1 & id3v2) |
|
||||
|-----------------------|-----------------------------|
|
||||
| Duration | song (TIT2) |
|
||||
| Bit Rate | artist (TPE1) |
|
||||
| Sample Rate | album (TALB) |
|
||||
@ -29,7 +29,6 @@ This class extracts information from mpeg/mp3 audio:
|
||||
# Usage
|
||||
After creating an instance of `Mp3Info` with passing filename as the first argument to the constructor, you can retrieve data from object properties (listed below).
|
||||
|
||||
|
||||
```php
|
||||
use wapmorgan\Mp3Info\Mp3Info;
|
||||
// To get basic audio information
|
||||
|
Loading…
x
Reference in New Issue
Block a user