From 3670fb83c1a7ba4ac7fc512078bb341a223052f0 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 2 May 2023 12:24:40 +0200 Subject: [PATCH 1/2] Revert "Nicla_voice: fix gh action (compile examples)" This reverts commit 02537d5d84d5c6f4e93a8784a40ae9bf39bf7f47. --- .github/workflows/compile-examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index c44f31c16..ac94cd971 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -141,7 +141,6 @@ jobs: - name: ArduinoBLE - name: arduino-audio-tools source-url: https://github.com/pschatzmann/arduino-audio-tools.git - version: v0.9.4 - name: arduino-libg722 source-url: https://github.com/pschatzmann/arduino-libg722.git From a79503195fb132a8a1d34f66b491aef771e0b2d3 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Tue, 2 May 2023 12:25:58 +0200 Subject: [PATCH 2/2] nicla_voice: fix record example --- libraries/NDP/examples/Record_and_stream/Record_and_stream.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino b/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino index 9fda017aa..e22c634ac 100644 --- a/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino +++ b/libraries/NDP/examples/Record_and_stream/Record_and_stream.ino @@ -18,6 +18,7 @@ #include "NDP.h" #undef abs +#define USE_INT24_FROM_INT #include "AudioTools.h" #include "AudioCodecs/CodecG722.h"