Mercurial > hg > aimc
changeset 433:fce57e24aab2
Edited wiki page AIMCopyExamples through web user interface.
author | tom@acousticscale.org |
---|---|
date | Thu, 04 Nov 2010 18:15:08 +0000 |
parents | e2e34b06deee |
children | e6ce337297a8 |
files | wiki/AIMCopyExamples.wiki |
diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/AIMCopyExamples.wiki Thu Nov 04 18:08:37 2010 +0000 +++ b/wiki/AIMCopyExamples.wiki Thu Nov 04 18:15:08 2010 +0000 @@ -12,9 +12,19 @@ build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp }}} -Contents of script.scp. This will take sa1.wav sa2.wav and sa3.wav in the working directory and convert them to sa1.mov sa2.mov and sa3.mov respectively. (The .mov suffix is added by the graphics_time module). +The contents of script.scp are simple. For example the following script will take sa1.wav sa2.wav and sa3.wav in the working directory and convert them to sa1.mov sa2.mov and sa3.mov respectively. (The .mov suffix is added by the graphics_time module). {{{ sa1.wav sa1. sa2.wav sa2. sa3.wav sa3. -}}} \ No newline at end of file +}}} + +== Raw SAIs == +Calculate stabilized auditory images for files in script.scp using the configuration from [http://code.google.com/p/aimc/source/browse/trunk/src/Configurations/SAI_dump.aimcconfig src/Configurations/SAI_dump.aimcconfig] + +Command-line: +{{{ +build/darwin-release/AIMCopy -C src/Configurations/SAI_dump.aimcconfig -S script.scp +}}} + +In this case, the files are in the [AIMCDataFormat AIM-C data format] and will be *very large* (ca. 100Mb for a 5-second sound). \ No newline at end of file