1 files changed, 12 insertions(+), 0 deletions(-)
A README
A README => README +12 -0
@@ 0,0 1,12 @@
+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>
+