osmo-msc/openbsc/src/osmo-bsc_mgcp
Jacob Erlbeck 239a853f40 mgcp: Add RTP audio transcoding
This patch implements audio transcoding between the formats GSM,
PCMA, L16, and optionally G.729.

The feature needs to be enabled by using the autoconf option
'--enable-mgcp-transcoding'. In this case mgcp_transcode.c will
be compiled and linked to osmo-bsc_mgcp, and the transcoding
functions provided will be registered as processing callbacks.

If G.729 support is required, libcg729 needs to be installed and
'--with-g729' must be passed to ./configure.

Ticket: OW#1111
Sponsored-by: On-Waves ehf
2014-06-05 14:00:47 +02:00
..
Makefile.am mgcp: Add RTP audio transcoding 2014-06-05 14:00:47 +02:00
g711common.h mgcp: Add RTP audio transcoding 2014-06-05 14:00:47 +02:00
mgcp_main.c mgcp: Add RTP audio transcoding 2014-06-05 14:00:47 +02:00
mgcp_transcode.c mgcp: Add RTP audio transcoding 2014-06-05 14:00:47 +02:00
mgcp_transcode.h mgcp: Add RTP audio transcoding 2014-06-05 14:00:47 +02:00