Results 1 to 1 of 1

Thread: VB6 - MP3 information

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2006
    Posts
    46

    VB6 - MP3 information

    This class reads information from a MP3 file.

    • actual audio data in bytes
    • position of first frame
    • length (with VBR support, XING and VBRI)
    • MPEG version and layer
    • bitrate, approximated frame count
    • samplerate, channels
    • various flags (copyright,private,original,CRCs,emphasis)


    The detection of the MP3's first frame is pretty safe,
    ID3v2 will be skipped and the first frame needs to be followed
    by a valid second frame.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width