Open dcooperdalrymple opened 20 hours ago
I've just tested this scenario but with using two audiofilters.Filter
objects and got the error. Then again with two audiodelays.Echo
objects and wasn't able to recreate the crash. So, it looks like I'm to blame here (https://github.com/adafruit/circuitpython/pull/9744). I'll do more investigation into what could be causing the fault.
CircuitPython version
Code/REPL
Behavior
The echo effect is heard for a moment at around half speed, then output audio suffers terrible distortion and the device requires hard reset. USB device (/dev/ttyACM0) is not recognized.
Description
No response
Additional information
I've tested this in a slightly different scenario where
audiodelays.Echo
precedesaudiofilters.Filter
, and this error does not happen ifaudiodelays.Echo
is stopped first. Ifaudiofilters.Filter
is stopped, the error described above occurs.