juxtiphi,
the link you shared does not go to a valid post... if there is more reading somewhere though I would be very glad to know of it.
Here is the thing to the best of my understanding after investigation:
The screensaver should operate as a module just like the standalone or V-Bar does... same code just a different container. the difference is that the toolbar app doesn't interface with it.
There are a few things that may be causing confusion here:
Under Leopard the OS has a different method of routing sound through the core-audio framework which prevents an application from grabbing the raw system output. Also on Intel Macs this is confounded by the fact that the input hardware presents itself independently of the output hardware, instead of appearing as an aggregate device. These things together prohibit and confuse apps that have previously worked well in OS X.
Now, I understand this limitation. So an application on my mac cannot, for this poorly conceived reason, address the output of the system audio device unless it either is itself the source of the audio or it implements itself as a driver (user-space or kext) - and even then it's tricky.
So to get around this I just want to get Gforce to listen to my built-in mic for a signal to process. This is supposed to work, i mean, the screensaver may default to no signal input (or an artificial signal) but i think it's pretty useless that way. Gforce was meant to have a real-world signal.
To answer your question: i have a goal here. I want to run Gforce visuals as my desktop background in certain circumstances so that it properly responds to the environment around me. So that the machine feels to breath the atmosphere where i am while still being functionally useable.
I have this all ready and set to go except for the input source. I cannot get it to read the signal of my mic. There must be something I am overlooking...
Andy, if you're reading this... been a long time man, Gforce is really awesome. It's been a pleasure to watch it progress. Sure has come a LONG way
If there's any way to get this functioning in Leopard, i will be happy to provide debug output of any kind in an effort to get it worked out.