Mercurial > cortex
changeset 222:49d0a545a872
added source links; next section
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 11 Feb 2012 12:21:33 -0700 |
parents | 7c374c6cfe17 |
children | 14718d7b19eb |
files | org/hearing.org |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/hearing.org Sat Feb 11 12:15:07 2012 -0700 1.2 +++ b/org/hearing.org Sat Feb 11 12:21:33 2012 -0700 1.3 @@ -1129,7 +1129,7 @@ 1.4 cd /home/r/proj/cortex/render/worm-audio 1.5 ffmpeg -r 60 -i out/%07d.png -i audio.wav \ 1.6 -b:a 128k -b:v 9001k \ 1.7 - -acodec libvorbis -vcodec libtheora worm-hearing.ogg 1.8 + -c:a libvorbis -c:v libtheora worm-hearing.ogg 1.9 #+end_src 1.10 1.11 * Headers 1.12 @@ -1166,11 +1166,16 @@ 1.13 com.jme3.system.AppSettings)) 1.14 #+end_src 1.15 1.16 +* Source Listing 1.17 + - [[../src/cortex/hearing.clj][cortex.hearing]] 1.18 + - [[../src/cortex/test/hearing.clj][cortex.test.hearing]] 1.19 +#+html: <ul> <li> <a href="../org/hearing.org">This org file</a> </li> </ul> 1.20 + - [[http://hg.bortreb.com ][source-repository]] 1.21 + 1.22 1.23 * Next 1.24 - - As a bonus, this method of capturing audio for AI can also be used 1.25 - to capture perfect audio from a jMonkeyEngine application, for use 1.26 - in demos and the like. 1.27 + The worm can see and hear, but it can't feel the world or 1.28 + itself. Next post, I'll give the worm a [[./touch.org][sense of touch]]. 1.29 1.30 1.31