mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
New port: audio/abx: Simple ABX tester to compare audio files with GUI
This commit is contained in:
parent
33aed31270
commit
cce9d68849
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555787
4 changed files with 40 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
SUBDIR += abcde
|
SUBDIR += abcde
|
||||||
SUBDIR += abcselect
|
SUBDIR += abcselect
|
||||||
SUBDIR += abgate-lv2
|
SUBDIR += abgate-lv2
|
||||||
|
SUBDIR += abx
|
||||||
SUBDIR += adplay
|
SUBDIR += adplay
|
||||||
SUBDIR += afsp
|
SUBDIR += afsp
|
||||||
SUBDIR += aften
|
SUBDIR += aften
|
||||||
|
|
28
audio/abx/Makefile
Normal file
28
audio/abx/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= abx
|
||||||
|
DISTVERSION= 0.0-b1
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= https://phintsan.kapsi.fi/
|
||||||
|
|
||||||
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
COMMENT= Simple ABX tester to compare audio files with GUI
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
|
libfreetype.so:print/freetype2 \
|
||||||
|
libportaudio.so:audio/portaudio \
|
||||||
|
libsndfile.so:audio/libsndfile
|
||||||
|
|
||||||
|
USES= gettext-runtime gmake gnome pkgconfig
|
||||||
|
USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk20 pango
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
LDFLAGS+= -lm
|
||||||
|
|
||||||
|
PLIST_FILES= bin/abx
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/abx/distinfo
Normal file
3
audio/abx/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1605905568
|
||||||
|
SHA256 (abx-0.0-b1.tar.gz) = 59cede4f13425dacf12a99182ae1835cff8bffcd04b5851558bc8ed459f88d5d
|
||||||
|
SIZE (abx-0.0-b1.tar.gz) = 156130
|
8
audio/abx/pkg-descr
Normal file
8
audio/abx/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
abx is a program for performing software-based audio ABX testing. ABX test is a
|
||||||
|
statistical method for assessing whether you are able to tell for audible
|
||||||
|
differences between two samples. For example, one sample could be compressed
|
||||||
|
audio, such as Ogg Vorbis, and another one its uncompressed variant. You could
|
||||||
|
then use abx to infer whether you are able to separate the two samples due to
|
||||||
|
compression artifacts.
|
||||||
|
|
||||||
|
WWW: https://phintsan.kapsi.fi/abx.html
|
Loading…
Add table
Reference in a new issue