mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
inital checkin of voipcodecs library version 0.0.1 from http://www.soft-switch.org/downloads/voipcodecs/ thank you Steve
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7544 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
54
libs/voipcodecs/src/voipcodecs.h.in
Normal file
54
libs/voipcodecs/src/voipcodecs.h.in
Normal file
@@ -0,0 +1,54 @@
|
||||
/*
|
||||
* VoIPcodecs - a series of DSP components for telephony
|
||||
*
|
||||
* voipcodecs.h - The head guy amongst the headers
|
||||
*
|
||||
* Written by Steve Underwood <steveu@coppice.org>
|
||||
*
|
||||
* Copyright (C) 2003 Steve Underwood
|
||||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the Lesser GNU General Public License version 2.1, as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*! \file */
|
||||
|
||||
#if !defined(_VOIPCODECS_H_)
|
||||
#define _VOIPCODECS_H_
|
||||
|
||||
@VOIPCODECS_USE_FIXED_POINT@
|
||||
|
||||
#include <stdlib.h>
|
||||
@INSERT_INTTYPES_HEADER@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <time.h>
|
||||
@INSERT_MATH_HEADER@
|
||||
|
||||
#include <voipcodecs/telephony.h>
|
||||
#include <voipcodecs/bit_operations.h>
|
||||
#include <voipcodecs/bitstream.h>
|
||||
#include <voipcodecs/g711.h>
|
||||
#include <voipcodecs/g722.h>
|
||||
#include <voipcodecs/g726.h>
|
||||
#include <voipcodecs/gsm0610.h>
|
||||
#include <voipcodecs/ima_adpcm.h>
|
||||
#include <voipcodecs/lpc10.h>
|
||||
#include <voipcodecs/oki_adpcm.h>
|
||||
|
||||
#endif
|
||||
/*- End of file ------------------------------------------------------------*/
|
Reference in New Issue
Block a user