From 3b4a387bc6f7557447dd75236cb7376d34af67f8 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 25 Jan 2013 15:56:57 -0500 Subject: [PATCH] Improve README --- AQTapDemo/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AQTapDemo/README.md b/AQTapDemo/README.md index 178590608..e567fa49d 100644 --- a/AQTapDemo/README.md +++ b/AQTapDemo/README.md @@ -3,7 +3,11 @@ AQTapDemo This sample shows how to use the new iOS 6 AudioQueue Processing Taps. With Audio Processing Taps, you can either apply effects to your audio -or analize data as it is being decoded. +or analize data as it is being decoded. + +This sample shows how to change the pitch of the audio being played +back. As a bonus, it also contains code showing how to playback +streaming audio from the network. This sample is a port of Chris Adamson's AQTapDemo from CocoaConf which he has been kind enough to license under the MIT X11 license.