Xref: utzoo comp.sys.amiga.audio:411 comp.sys.amiga.programmer:1727 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uwm.edu!linac!att!pacbell.com!tandem!zorch!sega0!mykes From: mykes@sega0.SF-Bay.ORG (Mike Schwartz) Newsgroups: comp.sys.amiga.audio,comp.sys.amiga.programmer Subject: 14-bit audio possible with the Amiga Message-ID: Date: 24 Mar 91 06:55:57 GMT Organization: Amiga makes it possible Lines: 14 Since the Amiga audio hardware has an 8-bit DAC plus 6 bits of volume for each audio voice, it should be trivial to play 14-bit samples. Using Audio interrupts, you can feed audio data and volume right to the DACs (it would use a lot of CPU on a 68000). Using another feature of the hardware, you can have the output of one channel modulate the volume of another. So it looks like you can use DMA to do 2 channels of 14-bit sound. Any feedback? -- ******************************************************* * Assembler Language separates the men from the boys. * *******************************************************