Re: SimpleSDK Location?
Re: SimpleSDK Location?
- Subject: Re: SimpleSDK Location?
- From: Samuel Kitono <email@hidden>
- Date: Tue, 25 Jan 2011 02:55:53 +0700
If you need simple recording and then process the audio samples i would recommend Audio Queue Service
http://developer.apple.com/library/ios/#documentation/MusicAudio/Conceptual/AudioQueueProgrammingGuide/Introduction/Introduction.html which is a higher level API for recording or playing, examples should be in there as well... Don't torture yourself with audio unit, it is unnecessary :)
On Tue, Jan 25, 2011 at 12:28 AM, Sam Harman
<email@hidden> wrote:
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden