Re: AVAudioSession or equivalent on Mac OSX?
Re: AVAudioSession or equivalent on Mac OSX?
- Subject: Re: AVAudioSession or equivalent on Mac OSX?
- From: Art Gillespie <email@hidden>
- Date: Wed, 19 Dec 2012 10:23:05 -0700
Yep, floating-point samples are normalized to -1.f - 1.f, if you're processing SInt16 internally you'll want to scale them before you hit your AUGraph.
Alternately, you can try to force all the AUs in your graph to expect SInt16 by setting kAudioUnitProperty_StreamFormat to whatever makes sense for your DSP.
_______________________________________________
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