freeswitch/libs/broadvoice
Michael Giagnocavo 5e456fe9a6 FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
2015-08-21 18:28:32 -04:00
..
config add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
debian update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 2009-11-21 19:45:06 +00:00
doc add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
src FS-7966. First pass at moving to Visual Studio 2015. 2015-08-21 18:28:32 -04:00
test-data thank you for saving bandwidth 2009-12-30 00:34:09 +00:00
tests s/bash/sh/ 2009-12-22 20:06:10 +00:00
.update don't forget this 2009-11-20 19:37:23 +00:00
AUTHORS add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
COPYING add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
ChangeLog add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
INSTALL add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
Makefile.am FS-7122 REVERT 2015-02-16 16:20:14 -06:00
NEWS add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
README add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
autogen.sh add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00
broadvoice.pc.in update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 2009-11-21 19:45:06 +00:00
broadvoice.spec.in update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 2009-11-21 19:45:06 +00:00
configure.ac clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
wrapper.xsl add new broadvoice codec lib from Steve Underwood 2009-11-19 14:42:11 +00:00

README

broadvoice - a library for the BroadVoice 16 and 32 codecs
----------------------------------------------------------

The BroadVoice 16 speech codec is a 16kbps codec for narrowband (3.5kHz) speech.

The BroadVoice 32 speech codec is a 32kbps codec for wideband (7kHz) speech.

These codecs were developed by Broadcom, and are currently deployed in some popular
VoIP phones. Broadcom have provided reference source code, under the LGPL 2.1
licence. However, this code is not in a suitable form for easy integration with
VoIP applications, and has a number of portability issues.

This library is based on the Broadcom reference code, but has been heavily modified
so that it builds into a proper library, with a clean usable interface, on a
range of platforms.

Steve Underwood <steveu@coppice.org>