Re: A89: SndLib Use


[Prev][Next][Index][Thread]

Re: A89: SndLib Use




>Like I said, that would be extremely difficult to do.  However, if Windows
>does can play a WAV file with other programs running, it may be possible, but
>I'm not sure if it can be done in small enough of a size.
>
>By the way, what I was talking about was a kernel that would implement time-
>slicing, in which the kernel determines what runs when.  (This is exactly how
>Windows works, but windows uses a more advanced form of time-slicing)
>
>Daniel Imfeld

Do you mean pre-emptive multitasking?  This wouldn't even work on the 89
because the processor is just to slow.  In any case, PC's only execute
startSound and endSound instructions -- the sound card executes the rest.
That way the speaker can keep going for that 1/100th of a second while the
WAV player doesn't have control of the processor.  Some ambitious person
could build a sound card for the 89, plug it into the link port and plug
the speaker/headphone into the card thing.  Pipe dream...

	--Nate


References: