diff options
author | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2025-08-15 12:42:40 +0200 |
commit | 30325d24d107dbf133da39f7c96d1510fd1c9449 (patch) | |
tree | 932baa5b2a4475821f16dccf9e3e05011daa6d92 /lsp.h | |
parent | 9022d768021bbe15c7815cc6f8b64218b46f0e10 (diff) |
Bump to codec2 version 1.2.0erdgeist-bump-to-1.2.0
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ | |||
31 | #ifndef __LSP__ | 31 | #ifndef __LSP__ |
32 | #define __LSP__ | 32 | #define __LSP__ |
33 | 33 | ||
34 | int lpc_to_lsp (float *a, int lpcrdr, float *freq, int nb, float delta); | 34 | int lpc_to_lsp(float *a, int lpcrdr, float *freq, int nb, float delta); |
35 | void lsp_to_lpc(float *freq, float *ak, int lpcrdr); | 35 | void lsp_to_lpc(float *freq, float *ak, int lpcrdr); |
36 | 36 | ||
37 | #endif | 37 | #endif |