# HG changeset patch # User tom@acousticscale.org # Date 1288894508 0 # Node ID fce57e24aab2cd14b1689a4770e1776339d63d56 # Parent e2e34b06deee9e000ea0f1087bad400d8d255851 Edited wiki page AIMCopyExamples through web user interface. diff -r e2e34b06deee -r fce57e24aab2 wiki/AIMCopyExamples.wiki --- 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