EngstromJimmy / ZXSpectrum

Due to popular demand I have added my ZX Spectrum emulator
http://zxbox.com
89 stars 9 forks source link

Updated JSInterop for sending and playing audio data. #15

Open KristofferStrube opened 4 months ago

KristofferStrube commented 4 months ago

I've made some small simplifications to the JSInterop related to playing audio data.

The primary part is that parsing byte arrays via JSInterop is now pretty effective. Secondly, I've updated the audio buffer's setting to use the copyToChannel method.