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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.51.141 with SMTP id k135mr3571553itk.19.1518218739096; Fri, 09 Feb 2018 15:25:39 -0800 (PST) X-Received: by 10.157.113.143 with SMTP id o15mr197919otj.6.1518218738800; Fri, 09 Feb 2018 15:25:38 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w142no71658ita.0!news-out.google.com!k194ni122itb.0!nntp.google.com!w142no71655ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 9 Feb 2018 15:24:58 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.218.37.33; posting-account=W2gdXQoAAADxIuhBWhPFjUps3wUp4RhQ NNTP-Posting-Host: 76.218.37.33 References: <700bcb87-ac25-499e-a60a-ca18dbe088c4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: any mp3 library bindings? From: Stephen Leake Injection-Date: Fri, 09 Feb 2018 23:25:39 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 271533264 X-Received-Bytes: 1753 Xref: reader02.eternal-september.org comp.lang.ada:50353 Date: 2018-02-09T15:24:58-08:00 List-Id: On Thursday, February 8, 2018 at 10:49:50 AM UTC-6, Per Sandberg wrote: > Well gave it some 30 minutes and ended up with a 1:1 mapping of between > Ada-specs and C-headers? > > https://github.com/persan/a-ffmpeg I tried writing my own subset of that, since I only need a few subprograms. It linked against the mingw32 ffmpeg libraries, but crashed at runtime, before the GNAT debugger got control. So I wrote my own ID3 parser (http://id3.org/d3v2.3.0); much simpler, and it works! -- Stephe