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

Implement Audio feedback (ROM) #131

Open
neophob opened this issue Nov 4, 2019 · 3 comments
Open

Implement Audio feedback (ROM) #131

neophob opened this issue Nov 4, 2019 · 3 comments
Assignees
Labels
emulation Something to do with ROM emulation

Comments

@neophob
Copy link
Contributor

neophob commented Nov 4, 2019

Currently WPC-Emu use a audio sprite file to play the correct sounds. Goal is to support ROM audio for games which includes this metadata (see https://github.com/neophob/wpc-emu/blob/master/GAMES.md) - at the moment 7 games support audio

@neophob neophob self-assigned this Nov 4, 2019
@neophob neophob added the emulation Something to do with ROM emulation label Nov 4, 2019
@freezy
Copy link
Member

freezy commented Nov 4, 2019

It's possible to play sounds from a web worker, right?

@neophob
Copy link
Contributor Author

neophob commented Nov 4, 2019

Definitive worth a try is Audio Worklet: https://webaudio.github.io/web-audio-api/#AudioWorklet.

Not sure about the other audio functions, for example the onaudioprocess handler lives in the DOM.

@neophob
Copy link
Contributor Author

neophob commented Nov 19, 2019

Step 1 will be implemented when #173 is merged

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

No branches or pull requests

2 participants