Message-ID: <37AC8021.2E57D173@geocities.com> From: Sahab Yazdani X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: SoundBlaster Interrupt Gets called only once! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 8 Date: Sat, 07 Aug 1999 14:51:14 -0400 NNTP-Posting-Host: 209.5.18.167 X-Complaints-To: abuse AT sprint DOT ca X-Trace: newscontent-01.sprint.ca 934051976 209.5.18.167 (Sat, 07 Aug 1999 14:52:56 EDT) NNTP-Posting-Date: Sat, 07 Aug 1999 14:52:56 EDT Organization: Sprint Canada Inc. To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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!