# HG changeset patch # User Robert McIntyre # Date 1328988093 25200 # Node ID 49d0a545a872bdfe908b434d356df41761861feb # Parent 7c374c6cfe170e79faa3e273a447c97333d1d783 added source links; next section diff -r 7c374c6cfe17 -r 49d0a545a872 org/hearing.org --- a/org/hearing.org Sat Feb 11 12:15:07 2012 -0700 +++ b/org/hearing.org Sat Feb 11 12:21:33 2012 -0700 @@ -1129,7 +1129,7 @@ cd /home/r/proj/cortex/render/worm-audio ffmpeg -r 60 -i out/%07d.png -i audio.wav \ -b:a 128k -b:v 9001k \ - -acodec libvorbis -vcodec libtheora worm-hearing.ogg + -c:a libvorbis -c:v libtheora worm-hearing.ogg #+end_src * Headers @@ -1166,11 +1166,16 @@ com.jme3.system.AppSettings)) #+end_src +* Source Listing + - [[../src/cortex/hearing.clj][cortex.hearing]] + - [[../src/cortex/test/hearing.clj][cortex.test.hearing]] +#+html: + - [[http://hg.bortreb.com ][source-repository]] + * Next - - 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. + The worm can see and hear, but it can't feel the world or + itself. Next post, I'll give the worm a [[./touch.org][sense of touch]].