Extract Syntiant Features not declared in arduino library[solved]

Hi,
I downloaded the impulse I trained, as an Arduino Library to deploy on the Arduino Nano 33 BLE, but there is a compilation error. Extract audio syntiant features is missing from the library.

Hi @evan,

The Syntiant DSP block is for Syntiant target only so it will not work on Arduino. I’d suggest using either MFCC or MFE block depending on your audio use case.
I will also check with our engineering team if we can disable the C++ export option when this block is selected.

Aurelien

Ok, noted.
thank you

The plan is to hide the Syntiant block unless you’ve selected the Syntiant target, so then this is no longer needed :slight_smile:

1 Like