Headset Audio gateway btscosnd waveinopen failed



Hello,

I want to use the Headset profile using the Audio gateway service and
the btscosnd bluetooth audio driver.

I am connecting successfully to the headset using the audio gateway,
and I can hear music played with the Headset's speakers. That means
the WaveOutOpen and the audio routing works .

But the problem is when I tried to record the sound with the Headset
microphone, the waveInopen() failed error = WAVERR_BADFORMAT .

I used waverec.exe -b 8. because using wavinGetcaps() give me the
format = 0x00000001 => WAVE_FORMAT_1M08 => 1 channel mono 8 bits
11.025KHz
that my device support.

I don't understand why the "waveInOpen() " failed with
WAVERR_BADFORMAT error whereas I am using the good format ?

Did I forget something before connecting with the audio gateway
( enable SCO incoming connection ? , mixer API ?, wave API ? )
If someone could help me, thank you.

.



Relevant Pages

  • How to enable a Bluetooth Headset on a WM2003 PDA
    ... I have a Bluetooth enabled PDA which has WM2003 with the ... OpenNetCF stuff that allows me to successfully pair my Jabra BT250 headset. ... Headset Audio Gateway profile is the one I should be using. ...
    (microsoft.public.pocketpc)
  • How to enable a headset on WM2003
    ... I have a Bluetooth enabled PDA which has WM2003 with the ... OpenNetCF stuff that allows me to successfully pair my Jabra BT250 headset. ... Headset Audio Gateway profile is the one I should be using. ...
    (microsoft.public.pocketpc.developer)
  • Re: Headset Audio gateway btscosnd waveinopen failed
    ... So that the Wave In only support 8K sample rate with either 8 or 16 bits resolution but nothing else. ... And you got the WAVE_FORMAT_1M08 format just because the PddMsg_GetDevCaps reports as it was, but that dose not mean the driver really supports the format. ... I am connecting successfully to the headset using the audio gateway, ...
    (microsoft.public.windowsce.platbuilder)
  • CE5, Bluetooth Audio Gateway, Call handling
    ... I am trying to use the Audio Gateway along with a headset and a ... I have written my own Network Component to interface between the Audio ... This causes connection to the headset and the headset plays the ring ...
    (microsoft.public.windowsce.platbuilder)

Loading