Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

Code Snippet: Decompressing a gzipped buffer.

The other day I was working with a web service that gzipped some of its replies. I needed something simple and robust that would gunzip an NSData without writing a file. When a little googling did not turn up a … Continue reading

Posted in Code Snippets | 1 Comment

Tutorial: Playing Audio with AVAudioPlayer

The past few tutorials dealt with compiling the open source Ogg and Vorbis libraries. In the next few tutorials I will demonstrate how to play Ogg Vorbis files using these libraries. Before attempting to play an unsupported file format like … Continue reading

Posted in Tutorial | Tagged , | 13 Comments

Tutorial: Open Source on iOS (Part 4): Compiling libvorbis

This is the forth in a series of posts on building open source libraries for iOS. This tutorial uses the scripts and directory structure developed in the first three posts and applies them to compiling the libvorbis open source audio … Continue reading

Posted in Tutorial | 2 Comments