>i'd be also very interested to know >how do i handle /dev/dsp on darwin? >same old IOCTL stuff? and big endian, of course >anyone has any pointers? source examples? > >i'd LOVE to have muse.dyne.org compiled on darwin >well, i sould first have libMAD in place instead of the splay decoder >engine..
i don't know anything about darwin, but for carbon, you use CoreAudio which is totally callback-driven audio api with essentially no relationship to either the OSS or ALSA API design. very similar to JACK and PortAudio both of which have been discussed here. --p
