Hello There,
I have searched the mailing list prior to asking this question, but I didn't find anything relevant.
I am trying to create a simple iPhone application, that records input from the built in (default) microphone through an AUGraph into a single audio buffer so i can gain access to the individual sample values for some non real-time processing. In order to achieve this i've been following various tutorials and familiarising myself with the core audio signal flow process. I seem to be reaching a dead end each time, tutorials constantly make reference to the following 'SimpleSDK' directory for example projects (to see how basic tasks are implemented):
/Developer/Examples/CoreAudio/SimpleSDK
Obviously on going to the examples folder, there is a little note saying all examples are now on the Developer Connection, and the CoreAudio files have been moved to 'Extras/CoreAudio'. This is all well and good, but i cannot find the example projects referenced anywhere which were previously within the 'SimpleSDK' folder, (Even some of the apple documents on the ADC refer to examples within this folder, but provide no means of downloading or accessing the desired projects).
Does anyone have any pointers as to where i could go about finding these examples, or have any other pointers to examples that would help me achieve the desired functionality?
Many thanks in advance for any responses.
Sam |