Re: Monitoring input level
Re: Monitoring input level
- Subject: Re: Monitoring input level
- From: William Stewart <email@hidden>
- Date: Thu, 22 Jun 2006 11:18:04 -0700
Why are you enabling and then trying to disable I/O? Have you got the
code in the tech note just compiling and working - that would be my
first step
Bill
On 22/06/2006, at 11:12 AM, Neil Clayton wrote:
UInt32 enableIO = 1;
err = AudioUnitSetProperty(inputUnit,
kAudioOutputUnitProperty_EnableIO,
kAudioUnitScope_Input,
1, // input element
&enableIO,
sizeof(enableIO));
checkErr(err);
enableIO = 0;
err = AudioUnitSetProperty(inputUnit,
kAudioOutputUnitProperty_EnableIO,
kAudioUnitScope_Output,
0, //output element
&enableIO,
sizeof(enableIO));
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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