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:52:15 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:53:12 +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: <3e7731c4@193.71.169.73> X-Trace: 18 Mar 2003 15:48:36 +0100, 193.71.180.251 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uio.no!Norway.EU.net!193.71.169.73!193.71.180.251 Xref: archiver1.google.com comp.lang.ada:35458 Date: 2003-03-18T15:53:12+01:00 List-Id: "Adrian Knoth" wrote in message news:slrnb7e9s9.k3d.adi@drcomp.erfurt.thur.de... > Egil Harald H�vik wrote: > > [Binding to Ogg/Vorbis] > > I have already done some work on this. I have bindings to libogg, libvorbis > > and libvorbisfile, although I lack some testing. > > If you like I can do some of it for you/public. > I guess that wouldn't be a bad idea :-) > > 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). > > That's a lot of efforts for simple audio :) You can take the stream and > write it to /dev/audio if the device-settings are appropriate. > Ah, I guess I forgot to mention the little detail of me running Windows... (With my new hardware installed, I guess my old machine would make a nice Linux server, though...) > So, well, let's concentrate on libao. > > > Maybe I should structure and comment the code a bit, before adding license > > headers and releasing them. > > Which license do you prefer? I suggest putting the stuff into CVS and let > the world help you in every possible way. > Yes, I have been thinking about setting up CVS on my old machine (after installing Linux, that is) When it comes to licenses, I don't have a preference, but as I understand it would have to be compatible with the original libraries, right? ~egilhh