OpenRakis / Spice86

Reverse engineer and rewrite real mode DOS programs!
Apache License 2.0
215 stars 18 forks source link

Fix/slow voices #671

Closed maximilien-noal closed 4 months ago

maximilien-noal commented 4 months ago

fixed: slow PCM voices

Voices are normal each time I test them now.

To make rendering faster, I rolled the sample conversion, stereo effect
conversion, and volume conversion into one single loop in the sofware
mixer.

fixes #670