|
-
Jun 26th, 2000, 12:55 PM
#1
Thread Starter
New Member
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.
-
Jun 26th, 2000, 03:25 PM
#2
Monday Morning Lunatic
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|