I'd been pondering building a soundcard like the early PC soundcards (covox, disney sound source) but was put off by the 20 odd resistors it needed and also the fact that for the Disney one it needed a small FIFO and a clock.
Today I found out Bourn make the entire R/2R ladder in a SIP so I've put together a design. The other thing I realised is that really I wanted to build a soundblaster type card so I've added a flip fop. The idea is that a Z80DMA card can use it as the ready signal and a CTC as a clock. The CTC keeps setting it and each DMA write in turn clears the ready until the next CTC edge thus controlling the sample rate using the CTC.
Does mean I have to stop using the DMA for disk I/O whilst playing sounds and go PIO but I think I can live with that.
I am not too sure about the audio side though - that's all a bit new to me!
Alan