changeset 22:616215c81d23

added footnote
author Robert McIntyre <rlm@mit.edu>
date Thu, 03 Nov 2011 15:14:44 -0700
parents 0ee04505a37f
children 45dc4f76e548
files org/ear.org
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/ear.org	Thu Nov 03 15:07:36 2011 -0700
     1.2 +++ b/org/ear.org	Thu Nov 03 15:14:44 2011 -0700
     1.3 @@ -639,7 +639,7 @@
     1.4  }
     1.5  #+end_src
     1.6  
     1.7 -*** Boring Device management stuff
     1.8 +** Boring Device management stuff
     1.9  This code is more-or-less copied verbatim from the other =OpenAL=
    1.10  backends. It's the basis for =OpenAL='s primitive object system.
    1.11  #+srcname: device-init
    1.12 @@ -825,6 +825,11 @@
    1.13  at every time stamp. You can see the rendered sound begin printed at
    1.14  the REPL.
    1.15  
    1.16 + - As a bonus, this method of capturing audio for AI can also be used
    1.17 +   to capture perfect audio from a jMonkeyEngine application, for use
    1.18 +   in demos and the like.
    1.19 +
    1.20 +
    1.21  * COMMENT Code Generation
    1.22  
    1.23  #+begin_src clojure :tangle ../../cortex/src/cortex/hearing.clj