8000 Merge pull request #670 from facchinm/nicla_voice_recorder_correct_fix · seaxwi/ArduinoCore-mbed@bf06705 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf06705

Browse files
authored
Merge pull request arduino#670 from facchinm/nicla_voice_recorder_correct_fix
Nicla voice: Recorder example correct fix
2 parents d3fa563 + a795031 commit bf06705

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
- name: ArduinoBLE
142142
- name: arduino-audio-tools
143143
source-url: https://github.com/pschatzmann/arduino-audio-tools.git
144-
version: v0.9.4
145144
- name: arduino-libg722
146145
source-url: https://github.com/pschatzmann/arduino-libg722.git
147146

libraries/NDP/examples/Record_and_stream/Record_and_stream.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "NDP.h"
1919

2020
#undef abs
21+
#define USE_INT24_FROM_INT
2122
#include "AudioTools.h"
2223
#include "AudioCodecs/CodecG722.h"
2324

0 commit comments

Comments
 (0)
0