Re: WINCE6.0 Audio CODEC Driver by SPARK
SPARK
Sun Sep 30 23:37:01 CDT 2007
Hi All,
I solved all those issues. Now, i want to ensure that the PDD functions
provided by Microsoft such as private_AudioFillBuffer_Generic( ),
private_AudioComplete( ) need any modifications? or it will work perfectly?
Do u did any modifcations apart from processor register dependency code?
In my case, only H/W is not responding? Apart from that, whenever i press
select the song and play it on media player, the code is executing from MDD
to pDD. If anyone faced similar problem, kindly reply.......
Thanks a lot in advance.........
"Vicky" wrote:
> On Sep 27, 12:44 pm, SPARK <SP...@discussions.microsoft.com> wrote:
> > Hello All,
> >
> > I am working on the Audio CODEC driver. Once the driver gets loaded, at the
> > bootup time it will try to play the startup.wav audio. After this, i am
> > getting an error message as,
> >
> > SwMixer: WaitForBuffer failed. Audio driver missed interrupt?
> >
> > I tried to comment the SWMixer registry entry also. but, still i am getting
> > the same error.
> >
> > Does anyone faced this similar problem, kindly reply.
> >
> > Thanks in advance...
>
> Hi Spark,
>
> [HKEY_LOCAL_MACHINE\Audio\SoftwareMixer]
> "SampleRate"=dword:0
> "Buffers"=dword:4
> "BufferSize"=dword:1000
> "EnableLowPassFilter"=dword:1
> "Priority 256"=dword:dc
>
> as shown above set the SampleRate from AC44 to 0,
> This will disable the swmixer.... nJoy
>
>
>