This commit is contained in:
2026-07-26 11:36:24 +02:00
commit acf442ab41
+9
View File
@@ -0,0 +1,9 @@
# A sound simulator in threejs
## Purpose and general information
This is a realistic sound simulator where a 3D-scene is rendered and a sound
source within that scene. The user can move that sound-source around, turn it
around, in all directions. The camera position is also the "microphone" from
which point the sound can be heard. The goal is to make an accurate simulation
of how it would sound in real time.