Re: auval -v Silent Flag Error
Re: auval -v Silent Flag Error
- Subject: Re: auval -v Silent Flag Error
- From: GW Rodriguez <email@hidden>
- Date: Sat, 08 Dec 2012 12:13:18 -0800
In your process function there's an argument that's passed: ioSilence. In this function you should have the following:
if (!ioSilence) {
// do dsp
}
else
*inDestP = *inSourceP
You're getting the error because when the silence flag is true, no audio is passing thru.
GW
>
> When running the auval -v tool for my audio unit, I've got the following error :
>
> ERROR: The Silent Flag is set, but the AU is NOT outputting silence
>
> Does anybody knows what I could do to fix this ?
>
_______________________________________________
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