Skip to content
New issue

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

Better solution for playing back long sound files #10

Open
glowmouse opened this issue Nov 27, 2024 · 1 comment
Open

Better solution for playing back long sound files #10

glowmouse opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@glowmouse
Copy link
Member

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.

@glowmouse glowmouse self-assigned this Dec 23, 2024
@glowmouse
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant