~zanneth/StreamPlayer

7f858f168eb4ee71ba5a95c474f92dffbf99178a — Charles Magahern 1 year, 7 days ago 19d0e19 master
Add README
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>