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

Audio bench #36

Open
fengb opened this issue Feb 17, 2020 · 0 comments
Open

Audio bench #36

fengb opened this issue Feb 17, 2020 · 0 comments
Labels
Milestone

Comments

@fengb
Copy link
Owner

fengb commented Feb 17, 2020

Let’s create an interface to directly load into sound IO. Reasons:

  1. Audio will be hard to debug if we have to rely on in game sounds. Having direct control let’s us directly fiddle with the data.
  2. Small memory space needed to manipulate.
  3. It’d be awesome

Features:

  1. Custom ROM that simply loops through sound IO
  2. A way to load data into a register.
  3. A way to push data from register to a specific IO.
  4. Render the audio wave(s) coming from core.
@fengb fengb added this to the 1.0 — DMG milestone Feb 17, 2020
@fengb fengb added the audio label Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant