search for: lostromb

Displaying 3 results from an estimated 3 matches for "lostromb".

Did you mean: bostrom
2016 Jun 21
0
A C# port of Opus is now stable
...stead decided it would be easier to port the entire opus codebase to C#. That was 3 months ago. I believe the fruit of my efforts is now ready for at least an alpha release to the public: this repository contains a fully functional Opus encoder/decoder written in portable .NET: https://github.com/lostromb/concentus It's performance is lacking (because every pointer is a heap object, among other things...), but it does have demonstrated parity with the reference library in most use cases. Hopefully it will be useful to someone here. For those who are about to ask: Yes, I do plan to coerce this...
2016 Aug 12
0
Silk Decoding Question
...ion in C# that I am currently porting to Java. With just a few days' work it should be functional both for encoding and decoding (The main hurdle is just to remove unsigned data types which Java doesn't support). Perhaps we could help each other out? This is my code base: https://github.com/lostromb/concentus/tree/java-staging -Logan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20160812/de5974ab/attachment.html>
2016 Oct 09
0
A full Java port of Opus is now available
...1 known issue which causes minor noise in the CELT code path. The library only operates on raw Opus packets; I intend to integrate later with the VorbisJava project so to enable direct reading/writing OpusOgg files from any Java app. Source code is in the Concentus repository: https://github.com/lostromb/concentus -Logan S. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20161008/b997dd2a/attachment.html>