Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 A-Law 压缩文件转换为常规的非压缩 PCM。有没有我可以看的源代码?
查看AlawCodec.java。有趣的事情是在初始化解码表的类的静态块和read方法中。
read