Update README.md
This commit is contained in:
parent
317c124adf
commit
26384fb5a2
27
README.md
27
README.md
@ -8,15 +8,24 @@ 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 information:
|
||||||
|-----------------------|-----------------------------|
|
- Duration
|
||||||
| Duration | song (TIT2) |
|
- Bit Rate
|
||||||
| Bit Rate | artist (TPE1) |
|
- Sample Rate
|
||||||
| Sample Rate | album (TALB) |
|
- Channels mode
|
||||||
| Channels mode | year (TYER) |
|
- Codec and Layer version
|
||||||
| Frames count | comment (COMM) |
|
- Frames count
|
||||||
| Codec version | track (TRCK) |
|
- Audio tags:
|
||||||
| Layer version | genre (TCON) |
|
|
||||||
|
| tag | id3v1 | id3v2 |
|
||||||
|
|---------|---------|-------|
|
||||||
|
| song | song | TIT2 |
|
||||||
|
| artist | artist | TPE1 |
|
||||||
|
| album | album | TALB |
|
||||||
|
| year | year | TYER |
|
||||||
|
| comment | comment | COMM |
|
||||||
|
| track | track | TRCK |
|
||||||
|
| genre | genre | TCON |
|
||||||
|
|
||||||
1. Usage
|
1. Usage
|
||||||
2. Performance
|
2. Performance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user