jsdf / pce

Emulates Mac Plus, PC, & Atari ST in the browser using WebAssembly
https://jamesfriend.com.au/pce-js
GNU General Public License v2.0
864 stars 154 forks source link

no sound? #6

Open ociebieda opened 9 years ago

ociebieda commented 9 years ago

Hello. Is sound going to be emulated in future updates?

jsdf commented 9 years ago

For IBMPC, PCE emulates a PC speaker, but not a proper sound card. If you set the speaker driver to 'sdl' in the config file then it will work in the browser, but it sounds pretty terrible due to gaps in the audio (related to the performance of the main loop and yielding to the browser event loop).

kaspesla commented 7 years ago

Sound seems to work in the archive.org implementation: https://archive.org/details/mac_DarkCastle_1_2 Any chance of it working with the locally installed version?