shithub: qk1

Download patch

ref: 938b01600ead52d3cbe352846c98d9896bd6a52e
parent: 5beae2e46ce22ccb05749710f52b7e4964f01d68
author: qwx <qwx@sciops.net>
date: Sat Jul 24 06:19:06 EDT 2021

snd: fix playback from physical cd's and put it in its own proc

this is how playback from cd's is supposed to work, reading
from the cd without waiting for the rest of the code and mixing
it with the sound effects, and it also drastically improves
performance.  the rest of the program shouldn't have to wait
for the cd drive, and it's fine to leave mixing to mixfs rather
than having to sync and mix things ourselves (ioproc or
otherwise).