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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d87f2ec27a2656c8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-03 09:10:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Audio Input Package Date: Wed, 3 Sep 2003 12:04:42 -0400 Organization: Michigan State University Message-ID: References: NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:42104 Date: 2003-09-03T12:04:42-04:00 List-Id: "Rick Selby" wrote in message news:bj4v25$do$1@pump1.york.ac.uk... > Hi, > > After quite some time searching round the internet I've decided I'm not > looking in the right places, and the newsgroups would be a good place to > start. > > I'm looking for an Audio Input package of sorts - I need to open an audio > file (probably just WAV format will do) and look at it. I don't need to > directly access the sound card, nor play sound back through the speakers > (although I guess that would be cool, but not necessary). http://www.technology.niagarac.on.ca/courses/comp630/WavFileFormat.html > Anyone have any ideas where I could find such a thing? If not, then > something in C that could be linked (or whatever the right word is) into Ada > and used would do just as well. I can see the latter being more available... > but still don't seem to know the right places to look. AdaSDL has a thin and thick binding that allows you to play wave files. In Windows you can easily call the appropriate API to play sounds.