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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59bf67fc5a0c2c5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-05 04:38:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: jsuarezrivaya@yahoo.es (Jorge Suarez-Solis Rivaya) Newsgroups: comp.lang.ada Subject: Re: mp3 in Ada Date: 5 Mar 2004 04:38:10 -0800 Organization: http://groups.google.com Message-ID: <61f665c0.0403050438.6bb5ebdf@posting.google.com> References: <61f665c0.0402270759.5853fb16@posting.google.com> <4046b330_1@127.0.0.1> NNTP-Posting-Host: 213.141.56.237 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078490291 10793 127.0.0.1 (5 Mar 2004 12:38:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Mar 2004 12:38:11 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6077 Date: 2004-03-05T04:38:10-08:00 List-Id: pburnand0-news@yahoo.com wrote in message news:<4046b330_1@127.0.0.1>... > Jorge Suarez-Solis Rivaya wrote: > > > Hi everybody I am coding an Ada programa to play mp3 files and I am > > looking for the best decode API to use, but I'd like to know if is > > there any package already coded for Ada. > > > > Thank you all. > > > > Jorge Suarez-Solis Rivaya > > I think the best solution is to use C-code and to link it with your ada > program... __________________________________________________________ I've tried with libmad API but I need an output function in C that I do not have, If there were an Ada package already coded would be great, but I can't find anything, Do you know if is there something? It could also be for ogg files. Thanks