Categories
- Code (3)
- Code Snippets (12)
- git (1)
- Hardware (1)
- News (5)
- Objective-C (6)
- Precompiled (4)
- Programming (1)
- Review (1)
- Swift (9)
- Swift Standard Library (3)
- Tips (3)
- Tutorial (22)
- Uncategorized (3)
- WWDC (1)
-
Recent Posts
Meta
-
Category Archives: Precompiled
Precompiled libogg
and libvorbis
with 64-bit Support
I’ve updated my precompiled libogg and libvobis libraries on github. Also included in the updated repositories are the scripts I used to compiled them and instructions how to re-create the compilation process. You can find the repositories here: libogg, libvorbis. … Continue reading
Posted in Precompiled
5 Comments
Precompiled FLAC Library for iOS
Continuing the series of precompiled audio compression libraries, tonight’s library is the Free Lossless Audio Codec. I compiled version 1.2.1 and am making the binaries available on GitHub. As soon as I get a spare moment I will document the … Continue reading
Posted in Precompiled
2 Comments
Precompiled Speex Libraries for iOS
Ever since I produced the Ogg and Vorbis libraries, I have been receiving requests to compile other open source media libraries. I’d love to be able to fulfill all such requests but, unfortunately, that just isn’t possible. Today I am … Continue reading