From: varobert AT colba DOT net Message-Id: <3.0.32.19990807234235.007e68e0@mail.colba.net> X-Sender: varobert AT mail DOT colba DOT net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 07 Aug 1999 23:42:51 -0400 To: djgpp AT delorie DOT com Subject: Re: SoundBlaster Interrupt Gets called only once! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com Do you signal the end of the interrupt with outportb(0x20,0x20) ? At 02:51 PM 8/7/99 -0400, you wrote: >I have some code that will play a RAW sound file. The problem is that >the interrupt gets called only once! See I want to make it so that in >the future I can mix some sounds together also. So the code for >actually sending data has to be in the handler. But the handler gets >called only once leaving me with a little click (the beginning portion >of my sounnnd) I have all the dma addresses and stuff right, because if >I make the buffer the size of the sound I get it loud and clear. >Any help will be greatly appreciated! > > - GodOfWar In the world of computers, things tend to become faster, smaller and cheaper with time. Does that mean that Microsoft invented time travel ?