Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-07-05 20:01:12 +0400
committerjmvalin <jmvalin@0101bb08-14d6-0310-b084-bc0e0c8e3800>2002-07-05 20:01:12 +0400
commit02684a51337f5c7c257eb8137baf587e83bb77cb (patch)
tree5f71480915c84fbf0f7d6fe81128e041cb868847 /libspeex/lsp.h
parent0b05bb9cee11ae066640085d73e12e6eed9ac6c0 (diff)
code cleanup
git-svn-id: http://svn.xiph.org/trunk/speex@3529 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/lsp.h')
-rw-r--r--libspeex/lsp.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index 5bf3c37..2758602 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -7,6 +7,22 @@
DATE CREATED: 21/11/95
\*---------------------------------------------------------------------------*/
+/* Speex License:
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+*/
#ifndef __AK2LSPD__
#define __AK2LSPD__
@@ -14,6 +30,7 @@
int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta, float *stack);
void lsp_to_lpc(float *freq, float *ak, int lpcrdr, float *stack);
+/*Added by JMV*/
void lsp_enforce_margin(float *lsp, int len, float margin);