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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index a800446..b0e6993 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -11,7 +11,7 @@
#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);
+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);
#endif /* __AK2LSPD__ */