From 02684a51337f5c7c257eb8137baf587e83bb77cb Mon Sep 17 00:00:00 2001 From: jmvalin Date: Fri, 5 Jul 2002 16:01:12 +0000 Subject: code cleanup git-svn-id: http://svn.xiph.org/trunk/speex@3529 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libspeex/lsp.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'libspeex/lsp.h') 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); -- cgit v1.2.3