A class to parse MP3 ID3 tag and MPEG information

Source: Internet
Author: User
Tags file info id3 id3 tag
<?php
/*
* MP3 Class
*
* rel. 0.1
*
* Copyright (c) Sumatra Solutions srl http://www.sumatrasolutions.com
* Ludovico Magnocavallo ludo@sumatrasolutions.com
*
* License Type:gnu GPL http://www.gnu.org/copyleft/gpl.html
*
* Heavily inspired by
* Perl Apache::mp3 Module (L. Stein)--great module to create a apache-based MP3 server
* Perl Mp3::info (C. Nandor)--very complicated hard stuff but useful
* Java class De.vdheide.mp3 (J. Vonderheide)--great stuff, easy to read, had to debug synchronize ()
*
* ID3v2 tags support not completed
*
* MP3 Header Reference at http://www.mp3-tech.org/
*
*//Quick start:
* $MP 3 = new MP3 ($myfilepath);
* $MP 3->get_info (); File info in $mp 3->info array
* $MP 3->get_id3 (); ID3 info in $mp 3->id3 array

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.