Closed DD4WH closed 7 months ago
Hi Frank,
Sorry it's not working for you! This is one of our (my) newer additions to the library, so I shouldn't be surprised that someone is finding errors. It's annoying, though, when I'm not getting the same error.
Three thoughts:
Tympan_Library/src/AudioFeedbackCancelNLMS_F32.cpp
, at the top, there is the line where it includes <cfloat>
. Could you replace this with <cmath>
instead? Does that work?Chip
Thanks Chip for your quick and concise response!
<cfloat>
with <cmath>
in Tympan_Library/src/AudioFeedbackCancelNLMS_F32.cpp
Now it compiles! BTW: I use Arduino 1.8.15 with TD1.54 :-)
Have to go to work now, will try other things later this week.
Thanks a lot !
Frank
I made the change via commit 33a9c2c
Hopefully this works for everyone else, too!
Chip
Thanks Chip!
Here, I just deleted include <cfloat>
.
Just using include <cmath>
instead works well here.
Tried out several examples, very impressive. I really like the PitchShift! I built a Stereo Version which makes spatial hearing of pitch-shifted bird songs possible. Will play around some more in the next days.
@DD4WH Glad to hear you are up and running! We have good news, the Tympan RevE is slated to start a production run before the end of the year! I will be updating status on our Forum as the run takes shape.
Hi Chip & Co-workers,
I am highly interested in purchasing a Tympan Rev E. While waiting for stock to become available again, I plan to try some of the code on a Teensy 4.0 with ADC PCM1808 and DAC5102a, a self-built mic preamp and two EM272 electret mics in stereo configuration.
I have Arduino & Teensyduino installed. The Tympan library was copied into my documents/Arduino/libraries folder.
When I try to compile the basic AudioPassThru example, I get the following error:
I tried different Arduino/Teensyduino versions, all give the same error.
Can somebody point me to what I am doing wrong?
Thanks in advance!
Regards, Frank