Level 3: Fix alpha miss-calculation that affected SNR
This commit is contained in:
@@ -310,5 +310,5 @@ def test_end_to_end_level_3_high_snr(mk_actual_stereo_wav: Path, tmp_path: Path)
|
||||
|
||||
n = min(x_ref.shape[0], y_hat.shape[0])
|
||||
s = snr_db(x_ref[:n, :], y_hat[:n, :])
|
||||
print(f"SNR={s}")
|
||||
assert s > 2.0
|
||||
# print(f" with SNR={s}")
|
||||
assert s > 7.0
|
||||
|
||||
Reference in New Issue
Block a user