Re: Audio Compression



On Mar 25, 10:19 pm, "Udhay" <udhyakum...@xxxxxxxxx> wrote:
Sir,

Whether Huffman algorithm is good for lossless audio compression?

Can i have some example for Huffman Algorithm.

udhay

Huffman coding is a coding scheme, not a mechanism to introduce loss.
You need to do some appropriate transformation and modeling prior to
huffman where you will do the lossy algorithm.

Huffman is implemented in many different open source compressors...
google search for this one.

.



Relevant Pages

  • Re: question about using huffman algorithm
    ... >I am told to compress a file using the huffman algorithm...the file may ... >how can one go about compressing that using the huffman algorithm ... The ultimate truth is that there is no ultimate truth ...
    (comp.programming)
  • Re: question about using huffman algorithm
    ... > I am told to compress a file using the huffman algorithm...the file may ... > how can one go about compressing that using the huffman algorithm ... Prev by Date: ...
    (comp.programming)
  • question about using huffman algorithm
    ... I am told to compress a file using the huffman algorithm...the file may ... how can one go about compressing that using the huffman algorithm ... Prev by Date: ...
    (comp.programming)
  • question about using huffman algorithm
    ... I am told to compress a file using the huffman algorithm...the file may ... how can one go about compressing that using the huffman algorithm ... Prev by Date: ...
    (comp.compression)
  • Re: Audio Compression
    ... Huffman coding is a coding scheme, not a mechanism to introduce loss. ... You need to do some appropriate transformation and modeling prior to ... huffman where you will do the lossy algorithm. ...
    (comp.compression)