Support the uLaw compression algorithm.

Issue #7 new
Robert Massaioli repo owner created an issue

I want to support this algorithm but I think that I should spin this algorithm off into a different library in the Haskell language. Maybe even a Data.Compression.ULaw package. That makes more sense to me.

I think that I can probably impliment it by following the patterns here: http://en.wikipedia.org/wiki/%CE%9C-law_algorithm

I should test this out by converting to and from PCM formats for the same Wav file and then playing out the output and confirming that it still sounds the same.

Comments (1)

  1. Log in to comment