How to build Audio Compression in Java using Huffman algorithm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prabowo Budi
    New Member
    • Sep 2012
    • 1

    How to build Audio Compression in Java using Huffman algorithm

    I have try to build a aplication about audio compression in Java using Huffman Compression. I have been searching all over the net
    and MSDN and cannot find anything that explains how to use Huffman in Java.
    I need to compress audio data using Huffman and then playing the new file using that aplication.
    Building the palyer is easy. Finding out how to compress the files is not! Any suggestions??

    Prabowo
Working...