فهرست منبع

feat:智能陪练一期

Joburgess 3 سال پیش
والد
کامیت
67de67cfb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/SoundCheckHandler.java

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/SoundCheckHandler.java

@@ -42,7 +42,7 @@ public class SoundCheckHandler implements WebSocketEventHandler {
 
     private final Logger LOGGER = LoggerFactory.getLogger(SoundCheckHandler.class);
 
-    private final int SIZE = 264600;
+    private final int SIZE = 44100;
 
     /** 校音数据 */
     private Map<String, SoundCheckHelper> userSoundCheckInfo = new ConcurrentHashMap<>();