增加报告模板友好提示信息

This commit is contained in:
2025-10-20 13:37:38 +08:00
parent 33cefdd0b1
commit e81413eaa9
3 changed files with 27 additions and 1 deletions

View File

@@ -427,6 +427,7 @@ public class CompareWaveServiceImpl implements ICompareWaveService {
if (sourceLowSampleRate || targetLowSampleRate) {
log.warn("窗口 {} - 采样率过低(源文件: {}点/周波, 目标文件: {}点/周波, 最小要求128该窗口被丢弃",
window, sourceSampleRate, targetSampleRate);
// 推进位置到下一个窗口
sourceCurrentPos = sourceWindowEnd;