echo off

set Count=0
setlocal EnableDelayedExpansion


for /l %%i in (1, 1, 9) do (
set /a Count+=1

set A=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_0!Count!_output_ea06_ref.wav
set B=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_0!Count!_output_ea061_dut.wav

echo !B!

bindiff !A! !B! -q > !B!-Bindiff.log
pcmtool -if !A! -if2 !B! -diff -grepable > !B!-pcm.log
)


set Count=0
for /l %%i in (10, 1, 20) do (
set Count=%%i

set A=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_!Count!_output_ea06_ref.wav
set B=C:\qa\Quick-testing-for0.6.1dut-as0.6ref\Listen_Case_!Count!_output_ea061_dut.wav

echo !B!

bindiff !A! !B! -q > !B!-Bindiff.log
pcmtool -if !A! -if2 !B! -diff -grepable > !B!-pcm.log

)

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2021-09-12
  • 2021-12-25
  • 2021-12-30
  • 2022-01-05
  • 2021-06-01
  • 2021-12-20
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2021-04-21
  • 2021-10-25
  • 2021-07-02
  • 2021-09-29
  • 2022-12-23
相关资源
相似解决方案