Level 3: Fix alpha miss-calculation that affected SNR

This commit is contained in:
2026-02-16 00:10:05 +02:00
parent 781cb3047f
commit 6b1ebc3cfe
11 changed files with 268 additions and 396 deletions
+2 -2
View File
@@ -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