|  | @@ -169,6 +169,9 @@ public class WebSocketHandler extends AbstractWebSocketHandler {
 | 
	
		
			
				|  |  |                  int preTimeStamp = CollectionUtils.isEmpty(userSoundInfoMap.get(phone).getRecordMeasurePithInfo())?0:userSoundInfoMap.get(phone).getRecordMeasurePithInfo().get(userSoundInfoMap.get(phone).getRecordMeasurePithInfo().size()-1).getTimeStamp();
 | 
	
		
			
				|  |  |                  calOffsetTime(phone, timeStamp - (timeStamp - preTimeStamp)/2);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | +            if(silenceDetecor.currentSPL()<-70){
 | 
	
		
			
				|  |  | +                pitch = -1;
 | 
	
		
			
				|  |  | +            }
 | 
	
		
			
				|  |  |  //            LOGGER.info("时间:{}, 频率:{}, 分贝:{}, 音分:{}", timeStamp, pitch, silenceDetecor.currentSPL(), cents);
 | 
	
		
			
				|  |  |              userSoundInfoMap.get(phone).getRecordMeasurePithInfo().add(new MusicPitchDetailDto(timeStamp, pitch, silenceDetecor.currentSPL()));
 | 
	
		
			
				|  |  |          }));
 |