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:
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
new file mode 100644
index 0000000..a800446
--- /dev/null
+++ b/libspeex/lsp.h
@@ -0,0 +1,17 @@
+/*---------------------------------------------------------------------------*\
+
+ FILE........: AK2LSPD.H
+ TYPE........: Turbo C header file
+ COMPANY.....: Voicetronix
+ AUTHOR......: James Whitehall
+ DATE CREATED: 21/11/95
+
+\*---------------------------------------------------------------------------*/
+
+#ifndef __AK2LSPD__
+#define __AK2LSPD__
+
+int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta);
+void lsp_to_lpc(float *freq, float *ak, int lpcrdr);
+
+#endif /* __AK2LSPD__ */