Board index » delphi » Sound Blaster 16 DMA Transfers...

Sound Blaster 16 DMA Transfers...

I'm coding a MOD Player(S3M, XM and IT will follow) for SB cards and want to
know how to have my "mixed" sound data sent into the DMA for playing. I need
to be able to know what commands are being sent. ie. Be able to switch from
mono to stereo, 8-bit to 16-bit and differing frequencies.

Thanks,
WILL of Red Ant Productions

 

Re:Sound Blaster 16 DMA Transfers...


Quote
> I'm coding a MOD Player(S3M, XM and IT will follow) for SB cards and want
to
> know how to have my "mixed" sound data sent into the DMA for playing. I
need
> to be able to know what commands are being sent. ie. Be able to switch
from
> mono to stereo, 8-bit to 16-bit and differing frequencies.

If you are simply looking for an interface unit, have a look at my
page. SoundLib is designed to work also in direct modes. See
mixfiles.pas, which is delivered in the package.

Bye,
Stefan
--
please remove the P in my email-adress to answer me
take a look @ my homepage: http://sourcenet.home.pages.de/

Re:Sound Blaster 16 DMA Transfers...


Quote
> > I'm coding a MOD Player(S3M, XM and IT will follow) for SB cards and
want
> to
> > know how to have my "mixed" sound data sent into the DMA for playing. I
> need
> > to be able to know what commands are being sent. ie. Be able to switch
> from
> > mono to stereo, 8-bit to 16-bit and differing frequencies.
> If you are simply looking for an interface unit, have a look at my
> page. SoundLib is designed to work also in direct modes. See
> mixfiles.pas, which is delivered in the package.

Ha, I was just at your site a few days ago and laready downloaded your sound
library. Didn't get the chance to go into it yet. Guess I'm gonna have to
take a look now. ;)

Thanks,
WILL

Re:Sound Blaster 16 DMA Transfers...


Look in some of Ethan Brodsky's source code, he has a few good program on his
hompage.

http://www.xraylith.wisc.edu/~ebrodsky/

Good luck.
Michael.

Quote
"McMillen, JKA" wrote:
> I'm coding a MOD Player(S3M, XM and IT will follow) for SB cards and want to
> know how to have my "mixed" sound data sent into the DMA for playing. I need
> to be able to know what commands are being sent. ie. Be able to switch from
> mono to stereo, 8-bit to 16-bit and differing frequencies.

> Thanks,
> WILL of Red Ant Productions

Other Threads