Latest AudioUnitHosting?
Latest AudioUnitHosting?
- Subject: Latest AudioUnitHosting?
- From: Daniel Birns <email@hidden>
- Date: Fri, 9 Jan 2009 13:33:55 -0800
Okay, I reinstalled the SDK, and now I have the right one, though many functions are deprecated. I don't think they're particularly important/relevant:
/Developer/Examples/CoreAudio/Services/AudioUnitHosting/../../XFramework/View/XWindow.h:57: warning: 'SetWTitle' is deprecated (declared at /Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/MacWindows.h:11590)
I presume this example is what I need to both monitor audio levels and set mic input at the same time...
I want to set the mic volume level (currently using the built-in mic, which responds to the HAL mic volume setting) based on actual current low-latency input stream. I will be using the HAL api, e.g., AudioDeviceGetProperty() to get a handle on the mic input. But I also need to monitor (with low latency) what's coming in from the mic. For this I presume I need an audio unit, which I need to load.Is that correct?
I think what I need is AudioUnitHosting. The version I had had files dated 2007, but I got lots of warnings about deprecations. So I went to the website and downloaded 1.4.3 coreaudio sdk, dated 2005. That was apparently the wrong thing to do.
How do I get the latest sdk? Is there a current version of AudioUnitHosting?
Thanks. |
_______________________________________________
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