We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current ode.bin is 1.4 gigs. It's using up most of the flash memory on the device, and it's actually bigger than the input .oog.
Maybe we can use a crate like this: https://github.com/0x08088405/rmp3
A second thought was to do midi playback.
The text was updated successfully, but these errors were encountered:
Plan of record is to start by DMAing the sound buffer to the PIO hardware.
Starting by setting up sound as an organization of DMA buffer and simulating the DMA in interrupts. Then I'll try switching to the real hardware.
Sorry, something went wrong.
glowmouse
No branches or pull requests
The current ode.bin is 1.4 gigs. It's using up most of the flash memory on the device, and it's actually bigger than the input .oog.
Maybe we can use a crate like this: https://github.com/0x08088405/rmp3
A second thought was to do midi playback.
The text was updated successfully, but these errors were encountered: