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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,f32bbeaf2a1de22d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-18 06:45:37 PST From: "Egil Harald H�vik" Newsgroups: comp.lang.ada References: <6a90b886.0303180318.7f4f013e@posting.google.com> <3e77253a@193.71.169.73> Subject: Re: microphone and sound access in Ada Date: Tue, 18 Mar 2003 15:46:34 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: 193.71.180.251 Message-ID: <3e773036@193.71.169.73> X-Trace: 18 Mar 2003 15:41:58 +0100, 193.71.180.251 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uninett.no!Norway.EU.net!193.71.169.73!193.71.180.251 Xref: archiver1.google.com comp.lang.ada:35455 Date: 2003-03-18T15:46:34+01:00 List-Id: "Preben Randhol" wrote in message news:slrnb7eb3s.c9b.randhol+news@kiuk0152.chembio.ntnu.no... > Egil Harald H�vik wrote: > > I have already done some work on this. I have bindings to libogg, > > libvorbis and libvorbisfile, although I lack some testing. The > > libvorbisfile binding seems to work OK (I saved the output (RAW/PCM) > > to a file, converted the raw data to WAV using Audacity, and played it > > using WinAmp). > > So if libao was bound then you could play directly couldn't you? > I guess so. First, I looked at DirectX/DirectSound (Yes, I'm on a Windows platform), but with too little documentation (or maybe I just didn't look the right place), I kind of gave up that idea. I didn't even know about libao until a week or so ago, when I looked through the xiph pages, and started reading about ogg123. ~egilhh