Audio Final
This commit is contained in:
@@ -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 ────────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user