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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.228.76 with SMTP id o73mr7157677ith.32.1511032474660; Sat, 18 Nov 2017 11:14:34 -0800 (PST) X-Received: by 10.157.5.211 with SMTP id 77mr290490otd.0.1511032474537; Sat, 18 Nov 2017 11:14:34 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.kjsl.com!usenet.stanford.edu!i6no554499itb.0!news-out.google.com!193ni1158iti.0!nntp.google.com!d140no544912itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Nov 2017 11:14:34 -0800 (PST) In-Reply-To: <9364e1f2-242f-43ab-88a9-64ee9dfe22d3@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.15.184.193; posting-account=vDt8RwoAAADiHfuXLUrBu4GU_iEKvtUX NNTP-Posting-Host: 89.15.184.193 References: <9364e1f2-242f-43ab-88a9-64ee9dfe22d3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: article on Ada language for audio applications From: Gustavo Hoffmann Injection-Date: Sat, 18 Nov 2017 19:14:34 +0000 Content-Type: text/plain; charset="UTF-8" Xref: feeder.eternal-september.org comp.lang.ada:48994 Date: 2017-11-18T11:14:34-08:00 List-Id: > > PS -- You wouldn't happen to be able to make the code publicly available, would you? Thanks for your interest! The original source-code of the Layer-2 decoder is closed-source software. Therefore, I'm not allowed to publish the source-code of the ported implementation. However, you can find the implementation of the biquad filter (which is completely unrelated to the Layer-2 decoder) in the article... Gustavo.