comparison wiki/AIMCopyExamples.wiki @ 431:17bbf05d43a1

Edited wiki page AIMCopyExamples through web user interface.
author tom@acousticscale.org
date Thu, 04 Nov 2010 18:07:46 +0000
parents 828bdfb8a413
children e2e34b06deee
comparison
equal deleted inserted replaced
430:828bdfb8a413 431:17bbf05d43a1
1 #summary Quick examples of how to use AIMCopy for various tasks. 1 #summary Quick examples of how to use AIMCopy for various tasks.
2 2
3 All examples assume a working directory of the root of the AIM-C source tree. 3 All examples assume a working directory of the root of the AIM-C source tree.
4 4
5 Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in 5 Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in
6 src/Configurations/SAI_movie.aimcconfig. 6 [http://code.google.com/p/aimc/source/browse/trunk/src/Configurations/SAI_movie.aimcconfig src/Configurations/SAI_movie.aimcconfig].
7 7
8 Command-line: 8 Command-line:
9 {{{ 9 {{{
10 build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp 10 build/darwin-release/AIMCopy -C src/Configurations/SAI_movie.aimcconfig -S script.scp
11 }}} 11 }}}
14 {{{ 14 {{{
15 sa1.wav sa1. 15 sa1.wav sa1.
16 sa2.wav sa2. 16 sa2.wav sa2.
17 sa3.wav sa3. 17 sa3.wav sa3.
18 }}} 18 }}}
19
20