0

I need to translate A-Law companded files to regular un-companded PCM. Is there any source code out there I can look at?

TomJeffries
  • 558
  • 1
  • 8
  • 25

1 Answers1

2

Look at AlawCodec.java. The interesting things are in the static block of the class where the decoding tables are initialized and the read method.

Vertex
  • 2,682
  • 3
  • 29
  • 43