sthen 7922e0ffcf import audio/libbs2b, ok ajacoutot@
A typical stereo recording is made for reproduction on loudspeakers. That is,
the stereo mix is often made with the assumption that sound from one channel
will be heard in both ears. This is not usually the case with headphone
reproduction. The Bauer stereophonic-to-binaural DSP (bs2b) is designed to
improve headphone listening of stereo audio recordings by reproducing this
effect: some of the sound from each channel also goes to the opposite ear,
arriving a short time later (as extra distance is travelled), with a bit of
high frequency roll-off for the shadowing effect of the head, and additional
time delay for low frequencies than high frequencies.
2016-03-27 11:13:15 +00:00

29 lines
611 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/03/27 11:13:15 sthen Exp $
COMMENT= Bauer stereophonic-to-binaural DSP
DISTNAME= libbs2b-3.1.0
SHARED_LIBS += bs2b 0.0 # 0.0
CATEGORIES= audio
HOMEPAGE= http://bs2b.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += FLAC c m ogg sndfile stdc++ vorbis vorbisenc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bs2b/}
LIB_DEPENDS= audio/libsndfile
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>