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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8e7a2129ce38c12c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-12 11:40:08 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-feed.riddles.org.uk!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.frmt1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: soundcard References: <93n6ri$eml$1@nnrp1.deja.com> X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 12 Jan 2001 19:37:46 GMT NNTP-Posting-Host: 24.20.190.201 X-Complaints-To: abuse@home.net X-Trace: news1.frmt1.sfba.home.com 979328266 24.20.190.201 (Fri, 12 Jan 2001 11:37:46 PST) NNTP-Posting-Date: Fri, 12 Jan 2001 11:37:46 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: supernews.google.com comp.lang.ada:3963 Date: 2001-01-12T19:37:46+00:00 List-Id: >appropriate sound in a .WAV file and call the "PlaySound" system >service. See your nearest Windows programming documentation for more >... >learn how to use the DirectSound API. You can also put a sound into an internal memory buffer and use PlaySound to play it. One of the Claw example programs plays a simple tune this way. The user can move slider bars to adjust the decay and harmonics to vary the sound from xylophone to organ. It runs just fine in real time on a P200.