|
@@ -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<>();
|