|
@@ -179,6 +179,7 @@ public class WebSocketHandler extends AbstractWebSocketHandler {
|
|
|
randomAccessFile.write(WavHeader.getWaveHeader(randomAccessFile.length(), (long) audioFormat.getFrameRate(), audioFormat.getSampleSizeInBits()));
|
|
|
randomAccessFile.close();
|
|
|
userSoundInfoMap.get(phone).setAccessFile(null);
|
|
|
+ LOGGER.info("频分数据:{}", JSON.toJSONString(userSoundInfoMap.get(phone)));
|
|
|
userSoundInfoMap.remove(phone);
|
|
|
}
|
|
|
|