diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-12 00:58:11 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-12 00:58:11 +0000 |
commit | cb7e1ddab104c7f88edd6dfc7df2384a179aa4e4 (patch) | |
tree | 6503810cabb430bc61e6a4e177054166803d1602 /tools/README.ggext | |
parent | 1d3a1bc392ec809458a0ea534888e406dd2348cd (diff) |
removed VBAP code from ggee since it hasn't been used in many years and has an annoying license (BSD with advertisement clause)
svn path=/trunk/externals/ggee/; revision=14420
Diffstat (limited to 'tools/README.ggext')
-rwxr-xr-x | tools/README.ggext | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/README.ggext b/tools/README.ggext deleted file mode 100755 index 9e3f6f8..0000000 --- a/tools/README.ggext +++ /dev/null @@ -1,22 +0,0 @@ -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
-
|