• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H15-Nov-2013-3,6862,489

AUTHORSH A D08-Oct-201036 21

COPYINGH A D19-Sep-201034.2 KiB677553

ChangeLogH A D08-Mar-20131.1 KiB4324

INSTALLH A D08-Oct-20109.3 KiB238179

Makefile.amH A D08-Oct-201088 41

Makefile.inH A D29-Dec-201021.7 KiB705618

NEWSH A D08-Mar-2013165 63

READMEH A D01-Mar-20111.3 KiB3325

TODOH A D01-Mar-2011524 1811

aclocal.m4H A D29-Dec-201066.5 KiB1,8261,652

compileH A D29-Dec-20103.7 KiB14479

config.guessH A D29-Dec-201043.9 KiB1,5031,292

config.h.inH A D29-Dec-20101.8 KiB6946

config.subH A D29-Dec-201033.8 KiB1,7151,566

configureH A D29-Dec-2010201.7 KiB6,8615,658

configure.acH A D23-Oct-2010857 2721

depcompH A D29-Dec-201018.2 KiB631407

install-shH A D29-Dec-201013.3 KiB521344

missingH A D29-Dec-201011.2 KiB377281

README

1This is abx version 0.0.  See the file NEWS for user-visible changes.
2
3abx is a program for performing software-based audio ABX testing.  ABX
4test is a simple statistical test for assessing whether you are able
5to tell for audible differences between two samples.  For example, one
6sample can be a compressed audio file such as OGG Vorbis file and the
7another one its uncompressed variant (WAV, AU, ...).  You can then use
8abx to infer whether you are able to separate the two samples due to
9compression artifacts.
10
11You will need the following libraries to compile abx:
12
13    * libsndfile (any recent version should do)
14    * PortAudio V19
15    * GTK+ version 2.6 or later
16    * Support for POSIX threads
17
18For generic compilation and installation instructions, see the file
19INSTALL.  For usage and other information, see
20http://iki.fi/petterih/abx
21
22Copyright 2010, 2011 Petteri Hintsanen
23
24This program is free software: you can redistribute it and/or modify
25it under the terms of the GNU General Public License as published by
26the Free Software Foundation, either version 3 of the License, or (at
27your option) any later version.
28
29This program is distributed in the hope that it will be useful, but
30WITHOUT ANY WARRANTY; without even the implied warranty of
31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
32General Public License for more details.
33