Results 1 to 2 of 2

Thread: ZIP,MP3

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Location
    THAILAND
    Posts
    3
    Could someone explain to me how is the concept of zip and mp3 file.If I interest to try to develop software that decress file size what I have to know.
    SMILIES ARE ON

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    ZIP is a lossless compression format based on the Lempel-Zev-Welch (LZW) algorithm, which uses Huffman trees and length searching. Take a look at zlib (do a search) for source code, resources, and an explanation of the algorithm.

    MP3 is a lossy audio compression format which basically entails: if you can't hear it easily, drop it out. But what you then get is a rather nasty sound, so it is passed back through a psychoacoustic model which simulates how loud different frequencies seem to be. Think JPEG, but for sound (actually, MP3 = MPEG 1.0 Audio Layer 3).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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