# HG changeset patch # User Robert McIntyre # Date 1320358484 25200 # Node ID 616215c81d233a1a71b47bdc9cfaf369ed1cfd36 # Parent 0ee04505a37fc8da90d1b68d17641a04700c0ca7 added footnote diff -r 0ee04505a37f -r 616215c81d23 org/ear.org --- a/org/ear.org Thu Nov 03 15:07:36 2011 -0700 +++ b/org/ear.org Thu Nov 03 15:14:44 2011 -0700 @@ -639,7 +639,7 @@ } #+end_src -*** Boring Device management stuff +** Boring Device management stuff This code is more-or-less copied verbatim from the other =OpenAL= backends. It's the basis for =OpenAL='s primitive object system. #+srcname: device-init @@ -825,6 +825,11 @@ at every time stamp. You can see the rendered sound begin printed at the REPL. + - As a bonus, this method of capturing audio for AI can also be used + to capture perfect audio from a jMonkeyEngine application, for use + in demos and the like. + + * COMMENT Code Generation #+begin_src clojure :tangle ../../cortex/src/cortex/hearing.clj