18045010223
21 小时以前 39d4048dc6fd5a138bd1128c06bccca08fbc72f0
src/main/java/cn/org/hentai/jtt1078/codec/G711UCodec.java
@@ -209,8 +209,6 @@
        int len = -1;
        byte[] buff = new byte[320];
        AudioCodec codec = new G711UCodec();
        //ByteArrayOutputStream baos = new ByteArrayOutputStream(4096 * 1024);
        ByteArrayOutputStream baos = new ByteArrayOutputStream(4096 * 1024);
        while ((len = fis.read(buff)) > -1)
        {