[go: up one dir, main page]

File: README

package info (click to toggle)
abx 0.1-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: sh: 3,878; ansic: 1,857; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is abx version 0.1.  See the file NEWS for user-visible changes.

abx is a program for performing software-based audio ABX testing.  ABX
test is a simple statistical method for assessing whether you are able
to tell for audible differences between two samples.  For example, one
sample can be a compressed audio file such as OGG Vorbis file and the
another one its uncompressed variant (WAV, AU, ...).  You can then use
abx to infer whether you are able to separate the two samples due to
compression artifacts.

You will need the following libraries to compile abx:

    * libsndfile (any recent version should do)
    * PortAudio V19
    * GTK+ version 2.6 or later

For generic compilation and installation instructions, see the file
INSTALL.  For usage and other information, see
http://iki.fi/petterih/abx

Copyright 2010, 2011, 2016 Petteri Hintsanen

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.