Steve Underwood 721ea6dceb Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate 9 سال پیش
..
config f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
debian dfc1f5d2a9 update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 15 سال پیش
doc f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
src 164c6111a1 FS-7966: remove some older versions of msvc build system as these will no longer work soon, please use 2015 instead 9 سال پیش
test-data 67348c41dc thank you for saving bandwidth 15 سال پیش
tests 721ea6dceb Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate 9 سال پیش
.update 8ce1f6860d don't forget this 15 سال پیش
AUTHORS f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
COPYING f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
ChangeLog f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
INSTALL f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
Makefile.am 0dd71fd9fb FS-7122 REVERT 9 سال پیش
NEWS f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
README f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش
autogen.sh 721ea6dceb Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate 9 سال پیش
broadvoice.pc.in dfc1f5d2a9 update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 15 سال پیش
broadvoice.spec.in dfc1f5d2a9 update to http://www.soft-switch.org/downloads/snapshots/voipcodecs/broadvoice-20091122.tar.gz 15 سال پیش
configure.ac 2513388d8a clean up some bootstrap warnings 10 سال پیش
configure.gnu e3ea76dd47 fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 15 سال پیش
wrapper.xsl f05740bc9b add new broadvoice codec lib from Steve Underwood 15 سال پیش

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