Hello, after upgrading the library from V1.0.16 to V1.1 i'm not able to compile anymore with Teensyduino (1.57) and Teensy 4.1.
There seems to be an error in the file ResamplingReader.h .
This is the error i get: error: array must be initialized with a brace-enclosed initializer
at this line: ResamplingReader() {
}
ps. Love this library, hope someone help me
Thank you!