From 26384fb5a258b9f527227d042c6eb006fd8bbe10 Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 7 May 2020 00:32:00 +0300 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 299ad2d..bde8237 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,24 @@ The fastest PHP library to get mp3 tags&meta. This class extracts information from mpeg/mp3 audio: -| Audio characteristics | Audio tags (id3v1 & id3v2) | -|-----------------------|-----------------------------| -| Duration | song (TIT2) | -| Bit Rate | artist (TPE1) | -| Sample Rate | album (TALB) | -| Channels mode | year (TYER) | -| Frames count | comment (COMM) | -| Codec version | track (TRCK) | -| Layer version | genre (TCON) | +- Audio information: + - Duration + - Bit Rate + - Sample Rate + - Channels mode + - Codec and Layer version + - Frames count +- Audio tags: + +| 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 2. Performance