pgeschwill
pgeschwill
I agree, this is not ideal. The issue stems from the move to gpiozero from RPi.GPIO. [According to gpiozero's documentation](https://gpiozero.readthedocs.io/en/stable/migrating_from_rpigpio.html#cleanup), the library automatically does a cleanup of the used Pins...
@txoof : Amazing work, thanks for your effort! I have added [a comment](https://github.com/waveshareteam/e-Paper/pull/318/files#r1433125561) to the PR.
Hi @antimatter84, I had the exact same experience and what helped me greatly was playing around with the [chunk_size](https://github.com/Uberi/speech_recognition/blob/e681993f7b8398f9d985939fce935a872deaceb2/speech_recognition/__init__.py#L79C65-L79C65) parameter. In my case, setting it to 512 instead of the...