AudioUnitHosting doesn't call Reset
AudioUnitHosting doesn't call Reset
- Subject: AudioUnitHosting doesn't call Reset
- From: Marc Poirier <email@hidden>
- Date: Sun, 6 Oct 2002 16:59:49 -0400
The SDK example AudioUnitHosting never calls Reset on Audio Units. I
think that this is a bug.
One of my AUs need samplerate info to create buffers, and it uses AU
kernels, so the only place for it to get samplerate info and create
buffers is either in the kernel constructor or in Reset. When the
constructor is called, AudioUnitHosting returns 0.0 to GetSampleRate,
and it never calls Reset (I can only call it from the kernel
constructor), so this seems like a bug to me.
Marc
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.