From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc230f84a93c67c9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-17 12:07:03 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swrinde!pipex!uunet!news.delphi.com!usenet From: tmoran@bix.com Newsgroups: comp.lang.ada Subject: Re: Probably FAQ : Soundblaster Date: 15 Oct 1994 06:15:42 GMT Organization: Delphi Internet Services Corporation Message-ID: <37ns2e$gjo@news.delphi.com> NNTP-Posting-Host: bix.com Date: 1994-10-15T06:15:42+00:00 List-Id: > Is there a way to implement calls to a sound card such as a >soundblaster.. ? Yes. It depends on your compiler and your OS how you do it. It can take anything from a single OS call to a separate task reading ahead on disk and running DMA and interrupts to feed the sound to the sound card. I have Ada (and asm) code for the latter but it's non-trivial.