Cartridge
Cartridge copied to clipboard
Library for parsing VGM into an NES APU emulation on ESP32!
Does this audio conversion script require Python version? I use Python 3 9.5 unable to convert successfully.
This fixes https://github.com/connornishijima/Cartridge/issues/1 :) Also added a fix for accidentally resetting the pins as sent into the constructor, in case you pick other pins than the defaults.
I'm using AdaFruit's ESP32, HUZZAH32. I've tried both using the four pin channel outputs, and using the DAC on pin A1 in your commented-out code. In both cases, all I...
I found this code very useful for an experiment on the Uzebox game system, thank you. Should all references to lsfr be changed to lfsr, due to **L**inear **F**eedback **S**hift...