aboutsummaryrefslogtreecommitdiff
path: root/tools/README.ggext
diff options
context:
space:
mode:
Diffstat (limited to 'tools/README.ggext')
-rwxr-xr-xtools/README.ggext22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/README.ggext b/tools/README.ggext
new file mode 100755
index 0000000..9e3f6f8
--- /dev/null
+++ b/tools/README.ggext
@@ -0,0 +1,22 @@
+This is a part of the vbap implementation from
+Ville Pulkki <Ville.Pulkki@hut.fi>
+
+Other parts of the code are folded into the "vbap" external.
+
+An example how to create a vbap file used by the "vabp" external:
+
+first type make to generate the "define_loudspeaker" program.
+
+write down the description of your loudspeaker positions, similar to
+the file
+
+loudspeaker_directions_3D
+
+then call
+
+./define_loudspeaker loudspeaker_directrions_3D > ls_setup
+
+lsi_setup can be used with the "vbap" object to spatialize the data.
+
+Guenter Geiger
+