diff options
Diffstat (limited to 'client/lib/hall.js')
| -rw-r--r-- | client/lib/hall.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/lib/hall.js b/client/lib/hall.js index 3fe390f..4126ae3 100644 --- a/client/lib/hall.js +++ b/client/lib/hall.js @@ -2,6 +2,14 @@ import Tone from 'tone' import output from './output' import { clamp, choice } from './util' +// const HALLWAY_LENGTH = 147 +// const SPEAKER_COUNT = 16 + +// const hall = new Hall ({ +// length: HALLWAY_LENGTH, +// speakers: SPEAKER_COUNT, +// }) + const SPEED_OF_SOUND = 0.0029154519 // ms/m const reverb = new Tone.Freeverb({ |
