Codec2 is an open source low bit rate speech codec designed for communications quality speech at 2400 bit/s and below. Applications include low bandwidth HF/VHF digital radio and VOIP trunking. Codec 2 operating at 2400 bit/s can send 26 phone calls using the bandwidth required for one 64 kbit/s uncompressed phone call. It fills a gap in open source, free-as-in-speech voice codecs beneath 5000 bit/s and is released under the GNU Lesser General Public License (LGPL). WWW: http://www.rowetel.com/blog/?page_id=452
19 lines
376 B
Makefile
19 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= codec2
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= audio hamradio
|
|
MASTER_SITES= http://files.freedv.org/codec2/ \
|
|
LOCAL/shurd
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Low bit rate codec
|
|
|
|
LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex
|
|
|
|
USES= cmake:outsource compiler:c11 tar:xz
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS:BOOL=ON
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|