Re: new to list
Re: new to list
- Subject: Re: new to list
- From: Wil Macaulay <email@hidden>
- Date: Wed, 18 Aug 2010 20:51:46 -0400
Core audio is - shall we say - non-trivial to work with. Your best bet is to start with the sample code and the WWDC presentations. There's a coreaudio-api apple mailing list to ask questions.
Basically:
- simple playback/recording, use AVPlayer/AVRecorder
- complex DSP work, use AudioQueues
- sample-accurate timing and mixing input with prerecorded, use AudioUnits.
wil
On Wed, Aug 18, 2010 at 7:22 PM, GW Rodriguez
<email@hidden> wrote:
Hi all, I just joined the list and I am very excited I found it. I just started teaching myself Objective-C and Cocoa in hope's of developing an audio playback program. The biggest hump I have encountered is trying to find information, more specifically training or descriptive documentation, on programming with core audio. I did notice on Amazon "Core Audio" by Kevin Avila but that doesn't come out until January.
Can anyone point me in the direction of tutorials, books or online documentation on core audio? The Xcode documentation isn't very comprehensive and the tutorials dont really describe how its working, meaning how the core audio classes and methods communicate.
Thanks!
_______________________________________________
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
--
Products and services:
http://flagpig.comBlog:
http://flagpig.tumblr.com
_______________________________________________
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
References: | |
| >new to list (From: GW Rodriguez <email@hidden>) |