Audio Final

This commit is contained in:
David Rice
2026-06-19 10:05:33 +02:00
parent 8ea1e867de
commit 0a4fa1a1df
2 changed files with 1 additions and 201 deletions

View File

@@ -39,9 +39,8 @@ _FREQS = [100, 250, 500, 1000, 2000, 3000, 4000, 5000, 6000, 7000,
8000, 9000, 10000, 11000, 12000, 13000, 14000, 15000]
TEST_STEPS = [
{"freq": freq, "vol": round(vol / 10, 1), "duration": 10.0}
{"freq": freq, "vol": 1.0, "duration": 30.0}
for freq in _FREQS
for vol in range(0, 11) # 0% → 100% in 10% steps
]
# ── Output ────────────────────────────────────────────────────────────────────