From 03e9b8b20813c57173a62382e5b7f5240bb10919 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Tue, 11 Feb 2014 23:13:34 +0000 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab06cf4..2c9a6ec 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ The primary motivation of this project was to decouple the input data sources fr * Optimised for low CPU/battery usage (0% - 1% CPU usage when streaming). * Optimised for linear data sources. Random access sources are required only for seeking. * StreamingKit 0.2.0 uses the AudioUnit API rather than the slower AudioQueues API which allows real-time interception of the raw PCM data for features such as level metering, EQ, etc. +* Power metering +* Inbuilt equalizer/EQ (iOS 5.0 and above, OSX 10.9 Mavericks and above) with support for dynamically changing/enabling/disabling EQ while playing. * Example apps for iOS and Mac OSX provided. ## Installation