Loading tests/cmp_pcm.py +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ def cmp_pcm( cmp_result = pyaudio3dtools.audioarray.compare( s1, s2, fs * 1000, fs, per_frame=False, get_mld=get_mld, get_ssnr=get_ssnr, Loading tests/conftest.py +3 −3 Original line number Diff line number Diff line Loading @@ -1206,20 +1206,20 @@ def compare_dmx_signals(ref_dmx_files, dut_dmx_files, fs) -> dict: ref_dmx_files, dmx_file_ref_tmp.name, out_nchans=nchannels, in_fs=fs, in_fs=fs*1000, ) pyaudio3dtools.audiofile.combinefiles( dut_dmx_files, dmx_file_dut_tmp.name, out_nchans=nchannels, in_fs=fs, in_fs=fs*1000, ) dmx_differs, reason = cmp_pcm( dmx_file_ref_tmp.name, dmx_file_dut_tmp.name, nchannels, fs, fs*1000, get_mld=True, get_ssnr=True, quiet=True, Loading Loading
tests/cmp_pcm.py +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ def cmp_pcm( cmp_result = pyaudio3dtools.audioarray.compare( s1, s2, fs * 1000, fs, per_frame=False, get_mld=get_mld, get_ssnr=get_ssnr, Loading
tests/conftest.py +3 −3 Original line number Diff line number Diff line Loading @@ -1206,20 +1206,20 @@ def compare_dmx_signals(ref_dmx_files, dut_dmx_files, fs) -> dict: ref_dmx_files, dmx_file_ref_tmp.name, out_nchans=nchannels, in_fs=fs, in_fs=fs*1000, ) pyaudio3dtools.audiofile.combinefiles( dut_dmx_files, dmx_file_dut_tmp.name, out_nchans=nchannels, in_fs=fs, in_fs=fs*1000, ) dmx_differs, reason = cmp_pcm( dmx_file_ref_tmp.name, dmx_file_dut_tmp.name, nchannels, fs, fs*1000, get_mld=True, get_ssnr=True, quiet=True, Loading