changeset 430:828bdfb8a413

Created wiki page through web user interface.
author tom@acousticscale.org
date Thu, 04 Nov 2010 18:05:58 +0000
parents 3ac28bbe39be
children 17bbf05d43a1
files wiki/AIMCopyExamples.wiki
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wiki/AIMCopyExamples.wiki	Thu Nov 04 18:05:58 2010 +0000
@@ -0,0 +1,20 @@
+#summary Quick examples of how to use AIMCopy for various tasks.
+
+All examples assume a working directory of the root of the AIM-C source tree.
+
+Making a movie of the stabilized auditory image for every file in script.scp using the configuration provided in
+src/Configurations/SAI_movie.aimcconfig.
+
+Command-line:
+{{{
+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).
+{{{
+sa1.wav sa1.
+sa2.wav sa2.
+sa3.wav sa3.
+}}}
+
+