summaryrefslogtreecommitdiff
path: root/client/lib/hall.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-17 19:53:06 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-17 19:53:06 +0200
commit99c9ec8e78803f6b8a4b06abe625ab29ba33cc43 (patch)
treec3df5488d345e8df8e142b5aca617bed736ab8fe /client/lib/hall.js
parentbe072fb320b6b6c27e79899be9778219c69ab561 (diff)
test
Diffstat (limited to 'client/lib/hall.js')
-rw-r--r--client/lib/hall.js8
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({