lutzray
lutzray
### Guidelines - [X] I have read the guidelines. ### Is your feature request related to a problem? Please describe. Tenacity can't open otio files, nor otiod bundles that contain...
I struggled to find out where the 'pan' audio filter fits in ffmpeg-python incantation... Here is a working example (maybe you could add it to the rep) ```python import ffmpeg,...
I checked the Adafruit_NeoPixel source and I didn't find why these don't work together (I'm a noob)... so now i'm using your Adafruit_NeoPixel_ZeroDMA instead... And it is working ok, see...
I had to ditch the usual Adafruit_NeoPixel library for my project so I tweaked `pins.h`, adding for `ADAFRUIT_QTPY_M0`: ` &sercom3, SERCOM3, SERCOM3_DMAC_ID_TX, 11, SPI_PAD_2_SCK_3, PIO_SERCOM_ALT,` to the `sercomTable[]` values. Now...