Вопрос

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

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top