mix pink and white noise / low- band and high pass filter / volume control #328
-
I have realized a project with Teensy 4.0 and Teensy Audio Shield (Audio System Design Tool - very cool), where two external signals (Pink and White noise) are mixed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I would tend to think probably yes. My understanding is that the major drawback of the ESP32 is that the floating point operations are much slower then on the Teensy. So you should investigate the performance of the filters first. My filter implementation is platform independent, so it is a kind of slow, but Espressif has some optimized assembler libraries. |
Beta Was this translation helpful? Give feedback.
I would tend to think probably yes. My understanding is that the major drawback of the ESP32 is that the floating point operations are much slower then on the Teensy. So you should investigate the performance of the filters first. My filter implementation is platform independent, so it is a kind of slow, but Espressif has some optimized assembler libraries.