2 messages in com.googlegroups.google-desktop-developerRe: Control Microphone
FromSent OnAttachments
Peter15 Apr 2008 14:42 
Benjamin [API Guru]15 Apr 2008 15:14 
Subject:Re: Control Microphone
From:Benjamin [API Guru] (code@gmail.com)
Date:04/15/2008 03:14:43 PM
List:com.googlegroups.google-desktop-developer

You will have to create a hybrid gadget to implement this functionality. This will mean you need to write your own DLL in C++ or some other language of your choice which supports creating activex dlls. Check out the article "Going Beyond Script: Developing Hybrid Desktop Gadgets" (http://code.google.com/support/bin/answer.py? answer=76586&topic=11366). You might find source code for accessing the microphone when searching with Google Codesearch or checking out codeproject.com or other similar websites.

Best regards, Benjamin

On Apr 15, 11:43 pm, Peter <pol@pdodesigns.com> wrote:

I am writing a gadget that needs to control the microphone input so it can record a message.  This message will then be transmitted to a separate url for processing.  I cannot find any means to control the microphone.  I have unsuccessfully attempted to incorporate activex controls.  Can anyone point me to an application that controls the microphone so I can see the source code and find out how it is implemented.

Thanks loads,