Update readme
This commit is contained in:
parent
89fac15d4f
commit
91b9ab254c
19
README.md
19
README.md
@ -8,15 +8,15 @@ The fastest PHP library to get mp3 tags&meta.
|
|||||||
|
|
||||||
This class extracts information from mpeg/mp3 audio:
|
This class extracts information from mpeg/mp3 audio:
|
||||||
|
|
||||||
| Audio characteristics | Audio tags (id3v1 & id3v2 |
|
| Audio characteristics | Audio tags (id3v1 & id3v2) |
|
||||||
|-----------------------|----------------------------|
|
|-----------------------|-----------------------------|
|
||||||
| Duration | song (TIT2) |
|
| Duration | song (TIT2) |
|
||||||
| Bit Rate | artist (TPE1) |
|
| Bit Rate | artist (TPE1) |
|
||||||
| Sample Rate | album (TALB) |
|
| Sample Rate | album (TALB) |
|
||||||
| Channels mode | year (TYER) |
|
| Channels mode | year (TYER) |
|
||||||
| Frames count | comment (COMM) |
|
| Frames count | comment (COMM) |
|
||||||
| Codec version | track (TRCK) |
|
| Codec version | track (TRCK) |
|
||||||
| Layer version | genre (TCON) |
|
| Layer version | genre (TCON) |
|
||||||
|
|
||||||
1. Usage
|
1. Usage
|
||||||
2. Performance
|
2. Performance
|
||||||
@ -29,7 +29,6 @@ This class extracts information from mpeg/mp3 audio:
|
|||||||
# Usage
|
# 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).
|
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
|
```php
|
||||||
use wapmorgan\Mp3Info\Mp3Info;
|
use wapmorgan\Mp3Info\Mp3Info;
|
||||||
// To get basic audio information
|
// To get basic audio information
|
||||||
|
Loading…
x
Reference in New Issue
Block a user