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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f32bbeaf2a1de22d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-18 05:58:45 PST From: "Egil Harald H�vik" Newsgroups: comp.lang.ada References: <6a90b886.0303180318.7f4f013e@posting.google.com> Subject: Re: microphone and sound access in Ada Date: Tue, 18 Mar 2003 14:59:42 +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: <3e77253a@193.71.169.73> X-Trace: 18 Mar 2003 14:55:06 +0100, 193.71.180.251 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!uio.no!Norway.EU.net!193.71.169.73!193.71.180.251 Xref: archiver1.google.com comp.lang.ada:35451 Date: 2003-03-18T14:59:42+01:00 List-Id: "Adrian Knoth" wrote in message news:slrnb7e3uf.j6f.adi@drcomp.erfurt.thur.de... > Preben Randhol wrote: > > > For recording I guess one should consider using Alsa > > http://www.alsa-project.org/ as OSS is on the way out. > > ACK. > > >> The system I am targetting is Linux but I would like to be able to > >> extend this to windows later. > > For sound in general I think a wrapper of the Ogg Vorbis libraries would > > be very nice. > > Yes. I proposed that some weeks ago, perhaps we should start. Any further > interests? 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). Maybe I should structure and comment the code a bit, before adding license headers and releasing them. ~egilhh