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

Add SFX and Music support #3

Open
JPTIZ opened this issue Jul 21, 2019 · 0 comments
Open

Add SFX and Music support #3

JPTIZ opened this issue Jul 21, 2019 · 0 comments
Labels

Comments

@JPTIZ
Copy link
Owner

JPTIZ commented Jul 21, 2019

Scenery

Currently there's no working SFX implementation. There are some tests on a specific branch. For music, #6 will be needed.

Where to start

One could read about sound register in the technical manual to implement a simple API to access them, and then read about Interrupt Control to make audio play using interrupts. With those two, plus DMA transfer, audio frequencies may be transferred to each channel's FIFO and then music should play.

Hints

These may help:

@JPTIZ JPTIZ changed the title Add SFX support. Add SFX support Jul 21, 2019
@JPTIZ JPTIZ changed the title Add SFX support Add SFX and Music support Jul 21, 2019
@JPTIZ JPTIZ added the feature label Jul 21, 2019
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