Hi,

We are currently investigating on how we can mix or replace the standard
audio source (microphone of the phone) of the standard phone application of
a Windows mobile device to another source.
The goal is to be able to send through the phone specific audio datas in
place of microphone inputs.

Does anyone know if there is an API that would allow sending a custom audio
stream from a Windows Mobile device to the phone line ?

I know that the phone API allow issuing a call, but it doesn't seem to allow
sending custom audio datas (i.e in place of or mixed with the standard
microphone), while a phone call is pending.

Thanks in advance
Y.Chamming's

--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO (ADESET)
Windows Embedded Manager
ychammings AT adeset DOT com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

RE: Mixing the audio source of phone application to another source by e99cog

e99cog
Wed Sep 14 03:43:01 CDT 2005

While I am not an expert here I believe it can be done by getting the line
device with the TAPI lineGetID function, and the opening it up with the
waveInOpen function from the waveform apis ( Audio > Waveform Audio >
Waveform Audio Reference > Waveform Audio Functions ). Look for more docs on
this.

Myself I'm trying to do the same with video calls, however I am having no
luck on that front, seems not possible so far.

/e99cog
"Yannick Chamming's [eMVP]" wrote:

> Hi,
>
> We are currently investigating on how we can mix or replace the standard
> audio source (microphone of the phone) of the standard phone application of
> a Windows mobile device to another source.
> The goal is to be able to send through the phone specific audio datas in
> place of microphone inputs.
>
> Does anyone know if there is an API that would allow sending a custom audio
> stream from a Windows Mobile device to the phone line ?
>
> I know that the phone API allow issuing a call, but it doesn't seem to allow
> sending custom audio datas (i.e in place of or mixed with the standard
> microphone), while a phone call is pending.
>
> Thanks in advance
> Y.Chamming's
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's (eMVP)
> ADENEO (ADESET)
> Windows Embedded Manager
> ychammings AT adeset DOT com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
>
>

Re: Mixing the audio source of phone application to another source by Yannick

Yannick
Thu Sep 15 00:27:07 CDT 2005

Thanks
I'll check the feasability of this. My point of concern is that I'm not sure
that during a phone call, we can access directly the modem (it is probably
driven directly from a DSP)

BR
Yannick


--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO (ADESET)
Windows Embedded Manager
ychammings AT adeset DOT com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

"e99cog" <e99cog@discussions.microsoft.com> a écrit dans le message de news:
767AB7CD-9B1A-40AF-864A-C7C8AACBC91F@microsoft.com...
> While I am not an expert here I believe it can be done by getting the line
> device with the TAPI lineGetID function, and the opening it up with the
> waveInOpen function from the waveform apis ( Audio > Waveform Audio >
> Waveform Audio Reference > Waveform Audio Functions ). Look for more docs
> on
> this.
>
> Myself I'm trying to do the same with video calls, however I am having no
> luck on that front, seems not possible so far.
>
> /e99cog
> "Yannick Chamming's [eMVP]" wrote:
>
>> Hi,
>>
>> We are currently investigating on how we can mix or replace the standard
>> audio source (microphone of the phone) of the standard phone application
>> of
>> a Windows mobile device to another source.
>> The goal is to be able to send through the phone specific audio datas in
>> place of microphone inputs.
>>
>> Does anyone know if there is an API that would allow sending a custom
>> audio
>> stream from a Windows Mobile device to the phone line ?
>>
>> I know that the phone API allow issuing a call, but it doesn't seem to
>> allow
>> sending custom audio datas (i.e in place of or mixed with the standard
>> microphone), while a phone call is pending.
>>
>> Thanks in advance
>> Y.Chamming's
>>
>> --
>> ----------------------------------------------------------------
>> Yannick Chamming's (eMVP)
>> ADENEO (ADESET)
>> Windows Embedded Manager
>> ychammings AT adeset DOT com>
>> http://www.adeset.com
>> Tél : +33 (0)4.72.18.57.77
>> Fax : +33 (0)4.72.18.57.78
>> ----------------------------------------------------------------
>>
>>
>>