Add README
Metadata updates
Support for audio processing taps
StreamPlayer A reusable audio stream player class written in Objective-C that uses the low-level AudioToolbox API to play audio. The purpose is to create an API that is nearly as easy to use as AVPlayer while also allowing the programmer to install processing taps on the raw data stream. This is useful for building visualizations based on the audio stream, for example. Written by zanneth <root@zanneth.com>