增加报告模板友好提示信息
This commit is contained in:
@@ -427,6 +427,7 @@ public class CompareWaveServiceImpl implements ICompareWaveService {
|
||||
if (sourceLowSampleRate || targetLowSampleRate) {
|
||||
log.warn("窗口 {} - 采样率过低(源文件: {}点/周波, 目标文件: {}点/周波, 最小要求128),该窗口被丢弃",
|
||||
window, sourceSampleRate, targetSampleRate);
|
||||
|
||||
|
||||
// 推进位置到下一个窗口
|
||||
sourceCurrentPos = sourceWindowEnd;
|
||||
|
||||
Reference in New Issue
Block a user