From 30325d24d107dbf133da39f7c96d1510fd1c9449 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 15 Aug 2025 12:42:40 +0200 Subject: Bump to codec2 version 1.2.0 --- codebookge.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'codebookge.c') diff --git a/codebookge.c b/codebookge.c index 5bcb623..8bb0329 100644 --- a/codebookge.c +++ b/codebookge.c @@ -1,14 +1,18 @@ /* THIS IS A GENERATED FILE. Edit generate_codebook.c and its input */ /* - * This intermediary file and the files that used to create it are under + * This intermediary file and the files that used to create it are under * The LGPL. See the file COPYING. */ #include "defines.h" - /* codebook/gecb.txt */ + /* /Users/erdgeist/Coding/codec2/src/codebook/gecb.txt */ +#ifdef __EMBEDDED__ static const float codes0[] = { +#else +static float codes0[] = { +#endif 2.71, 12.0184, 0.04675, -2.73881, 0.120993, 8.38895, @@ -268,7 +272,7 @@ static const float codes0[] = { }; const struct lsp_codebook ge_cb[] = { - /* codebook/gecb.txt */ + /* /Users/erdgeist/Coding/codec2/src/codebook/gecb.txt */ { 2, 8, -- cgit v1.2.3