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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC 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-03 20:40:35 PST Message-ID: <4046b330_1@127.0.0.1> From: pburnand0-news@yahoo.com Subject: Re: mp3 in Ada Newsgroups: comp.lang.ada Reply-To: pburnand0-news@yahoo.com Date: Thu, 04 Mar 2004 06:27:13 +0100 References: <61f665c0.0402270759.5853fb16@posting.google.com> User-Agent: KNode/0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Authenticated-User: $$laz_wrsc X-Comments: This message was posted through Newsfeed.com X-Comments2: IMPORTANT: Newsfeeds.com does not condone, nor support, spam or any illegal or copyrighted postings. X-Comments3: IMPORTANT: Under NO circumstances will postings containing illegal or copyrighted material through this service be tolerated!! X-Report: Please report illegal or inappropriate use to You may also use our online abuse reporting from: http://www.newsfeed.com/abuseform.htm X-Abuse-Info: Please be sure to forward a copy of ALL headers, INCLUDING the body (DO NOT SEND ATTACHMENTS) Organization: Newsfeed.com http://www.newsfeed.com 100,000+ UNCENSORED Newsgroups. Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news-out2.nuthinbutnews.com!local!corp-news!not-for-mail Xref: archiver1.google.com comp.lang.ada:6046 Date: 2004-03-04T06:27:13+01:00 List-Id: 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...