|
View Message | Back to Messages |
Plasma Wed Nov 3 2021 at 1:41 pm Well
In order to get accurate system-independent timing in the khz range necessary for bit banging sound samples, you will need to use the Programmable Interrupt Timer (PIT).
You reprogram it to the frequency you want and then install an interrupt handler. There's no good way to create an ISR with QB so you will need a lib or some assembly for that part.
|
|