DSP on .caf file
DSP on .caf file
- Subject: DSP on .caf file
- From: Joey Green <email@hidden>
- Date: Wed, 16 Jun 2010 21:06:10 -0500
I'm learning core audio studying the aurioTouch and SpeakHere examples and am trying to figure out if you can process samples from a caf file? In particular, I'm trying to rig something up from the SpeakHere example where after you stop recording, go and process the file and come back to play the "processed" file back to you. Is this possible?
If so, what audio unit should I be using? My current AudioComponentDescrition is:
AudioComponentDescription genericDesc;
genericDesc.componentType = kAudioUnitType_Output;
genericDesc.componentSubType = kAudioUnitSubType_GenericOutput;
genericDesc.componentManufacturer = kAudioUnitManufacturer_Apple;
genericDesc.componentFlags = 0;
genericDesc.componentFlagsMask = 0;
_______________________________________________
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