site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On 2008-11-04, at 17:54:37, Dan Birns wrote: Two questions: Daniel, Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... My application will do automatically change the (HAL/preamp) input volume, and adjust for this later in the playback process. I could use some advice about how best to accomplish this. To take a simple example: During recording my input AudioUnit determines that the volume needs to be higher. So I change the HAL input volume (not the recorder trim value) up by, say 6 db at time t. (I know most devices don't support this yet -- but the built-in mic does, and I'm working with manufacturers on getting their support.) Later, during playback, from time 0 to time t, I will add automatically add 6 db gain to the audio. I need only record the time (t) and the delta in volume (+6db) during the record process, and I need to get this information back later during playback or processing. Not a lot of data. Questions: 1) Where can I store this volume adjustment (time/db) information? In track automation? in some data chunk in the wav file? In midi somehow? 2) Can an AudioUnit access HAL objects? For example, the audio unit usually has an opaque input source. Can I discover what that source is and operate on it? 3) Does apple provide SDKs for GarageBand and/or Logic so I can provide (non AU) plug-ins, if my product needs it for ease-of-use? My eternal gratitude to the soul who is able to set me on the right track :-) Look over here for the horse's mouth: <http://lists.apple.com/mailman/listinfo/coreaudio-api
. This email sent to site_archiver@lists.apple.com
participants (1)
-
Philip Aker