diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-17 19:53:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-17 19:53:06 +0200 |
| commit | 99c9ec8e78803f6b8a4b06abe625ab29ba33cc43 (patch) | |
| tree | c3df5488d345e8df8e142b5aca617bed736ab8fe /client/lib/hall.js | |
| parent | be072fb320b6b6c27e79899be9778219c69ab561 (diff) | |
test
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({ |
