Update README.md

This commit is contained in:
Sergey 2020-05-07 00:32:00 +03:00 committed by GitHub
parent 317c124adf
commit 26384fb5a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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