Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Consider making audio abstraction push-based #7

Open
yupferris opened this issue Dec 12, 2015 · 0 comments
Open

Consider making audio abstraction push-based #7

yupferris opened this issue Dec 12, 2015 · 0 comments

Comments

@yupferris
Copy link
Member

This should help to "black box" the emulator code in general, and removes the need for any threading code etc. If the emulator's bootstrapping wants to switch between time sources (for instance, if the audio output gets muted, you might want to drive the emulator using a timer based on the desired framerate instead) this would make it much easier.

Tell the emu to run x time units, and take whatever output it may have produced from its output buffers. This makes sense to me :)

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

No branches or pull requests

1 participant