From ff28ec826c1bd1088af9171724c78cf3a901ae25 Mon Sep 17 00:00:00 2001 From: Pete Martin Date: Sun, 16 Mar 2014 13:01:36 +0000 Subject: [PATCH] Includes AudioToolbox linking instruction Re #7: Build fails after installing plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aca82e4..a23c48f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The LowLatencyAudio plugin can be added to your project via the PhoneGap command `phonegap local plugin add https://github.com/triceam/LowLatencyAudio` +You will also need to include the AudioToolbox library in your XCode project. Instructions for linking frameworks can be found [here](https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html#//apple_ref/doc/uid/TP40010155-CH17-SW1). + ## Usage 1. Preload the audio asset - Note: Make sure to wait for phonegap deviceready event before atteptimpting to load assets