You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Till now, Xemu for any emulated machine has no sound emulated, or if it has (like C65, Mega65) is totally incorrect, because (only key points):
not integrated into the core framework, and handled per emulated machine level
audio samples are "rendered" on out-of-audio-buffer SDL events, for the needed samples, thus any finer change would not apply (eg digi playback is not even possible in a sane way, also like SID tricks with more rapid register changes won't be taken account at all, since only SID registers at the time of the rendering is taken account)
The text was updated successfully, but these errors were encountered:
Till now, Xemu for any emulated machine has no sound emulated, or if it has (like C65, Mega65) is totally incorrect, because (only key points):
The text was updated successfully, but these errors were encountered: