Match the room scene's suggested pulse width to the new default
1 changed file+1−1
src/scene/registry.tsmodified+1−1View file
@@ -115,7 +115,7 @@ const room: MScene = {
115115 // show interference between the direct sound and the walls, and (at the
116116 // app's default 512-point grid over a 10 m domain) resolved to about 25
117117 // cells per wavelength.
118- suggest: { point: 1, x0: -0.7, y0: 0.5, w: 0.03, f: 700, tw: 0.003, t0: 0.015, cw: 0 },
118+ suggest: { point: 1, x0: -0.7, y0: 0.5, w: 0.03, f: 700, tw: 0.001, t0: 0.015, cw: 0 },
119119 mic: { x: 0.9, y: -0.7 },
120120 source: roomSource,
121121 };