summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
committererdgeist <erdgeist@erdgeist.org>2025-08-15 12:42:40 +0200
commit30325d24d107dbf133da39f7c96d1510fd1c9449 (patch)
tree932baa5b2a4475821f16dccf9e3e05011daa6d92 /lsp.h
parent9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff)
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp.h b/lsp.h
index 5acef01..d473e18 100644
--- a/lsp.h
+++ b/lsp.h
@@ -31,7 +31,7 @@
31#ifndef __LSP__ 31#ifndef __LSP__
32#define __LSP__ 32#define __LSP__
33 33
34int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta); 34int lpc_to_lsp(float *a, int lpcrdr, float *freq, int nb, float delta);
35void lsp_to_lpc(float *freq, float *ak, int lpcrdr); 35void lsp_to_lpc(float *freq, float *ak, int lpcrdr);
36 36
37#endif 37#endif