[xiph-commits] r17682 - trunk/squishyball
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Mon Nov 29 07:32:24 PST 2010
Author: xiphmont
Date: 2010-11-29 07:32:24 -0800 (Mon, 29 Nov 2010)
New Revision: 17682
Modified:
trunk/squishyball/configure.ac
trunk/squishyball/squishyball.1
Log:
Mention that stdout may be redirected in manpage
Bump version
Modified: trunk/squishyball/configure.ac
===================================================================
--- trunk/squishyball/configure.ac 2010-11-29 15:23:32 UTC (rev 17681)
+++ trunk/squishyball/configure.ac 2010-11-29 15:32:24 UTC (rev 17682)
@@ -4,7 +4,7 @@
cflags_save="$CFLAGS"
AC_PREREQ(2.57)
AC_INIT(main.c)
-AM_INIT_AUTOMAKE(squishyball, 20101117, [vorbis-dev at xiph.org])
+AM_INIT_AUTOMAKE(squishyball, 20101129, [vorbis-dev at xiph.org])
AC_CONFIG_FILES([Makefile])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
Modified: trunk/squishyball/squishyball.1
===================================================================
--- trunk/squishyball/squishyball.1 2010-11-29 15:23:32 UTC (rev 17681)
+++ trunk/squishyball/squishyball.1 2010-11-29 15:32:24 UTC (rev 17682)
@@ -1,24 +1,26 @@
.\" Process this file with
.\" groff -man -Tascii squishyball.1
.\"
-.TH squishyball 1 "2010 November 18" "Xiph.Org Foundation" "Xiph Evaluation Tools"
+.TH squishyball 1 "2010 November 29" "Xiph.Org Foundation" "Xiph Evaluation Tools"
.SH NAME
squishyball \- perform sample comparison testing on the command line
.SH SYNOPSIS
.B squishyball
-[\fIoptions\fR] fileA [fileB [[\fB-c\fR] \fIfileN...\fR]]
+[\fIoptions\fR] fileA [fileB [[\fB-c\fR] \fIfileN...\fR]] [> results.txt]
.SH DESCRIPTION
.B squishyball
-is a simple command-line application used to perform double-blind A/B,
+is a simple command-line utility for performing double-blind A/B,
A/B/X or X/X/Y testing on the command line. The user specifies two
input files to be compared and uses the keyboard during playback to
flip between the randomized samples to perform on-the-fly comparisons.
After a predetermined number of trials,
.B squishyball
-prints the trial results to the terminal and exits.
+prints the trial results to stdout and exits. Results (stdout) may be
+redirected to a file without affecting interactive use of the
+terminal.
.B squishyball
can also be used to perform casual, non-randomized comparisons of
More information about the commits
mailing list