From 7f858f168eb4ee71ba5a95c474f92dffbf99178a Mon Sep 17 00:00:00 2001 From: Charles Magahern Date: Mon, 28 Nov 2022 23:19:19 -0800 Subject: [PATCH] Add README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a03d1f5 --- /dev/null +++ b/README @@ -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 + -- 2.45.2