Hi,

Migrated a 4.2 wavedev and wavclick driver to 5.0. Actually, have made
no changes... code compiled in PB 5.0 without any trouble. The registry
settings remain the same, and have made sure that the librarires....
wavedev.dll and wavclick.dll are loading into the nk.bin.

I see the messages that I have put into the wavedev.dll appear on the
debug port, which leads me to believe that the wavedev.dll is being
loaded and initialized. However, neither does startup sound appear nor
are clicks audible! Are there any changes required in code/ registry
settings for the wavedev audio/ Wavclick to work on 5.0.

I have spent a lot of time, but seem to be going nowhere with this.
Early help would be greatly appreciated from all the guru's.

Thanx in advance.

-T@N

Re: Wavedev Audio :::::: URGENT by Tarun

Tarun
Wed Jan 04 05:36:54 CST 2006

One more thing, I see that the media player intitializes well and I am
able to change volume settings there... Does this imply that the
wavedev driver works fine??

Moreover, If I open any *.wav file via the Media player
application,it always
apears a message shows
"can't open \windows\.... please verify that the path and filenameare
correct and
try again" .(I'm sure that the file absolutely in it. )

This is true even for files that the media player shows in the
playlist, as well as fles on the SD/MMC card.

- T@N



Tarun wrote:

> Hi,
>
> Migrated a 4.2 wavedev and wavclick driver to 5.0. Actually, have made
> no changes... code compiled in PB 5.0 without any trouble. The registry
> settings remain the same, and have made sure that the librarires....
> wavedev.dll and wavclick.dll are loading into the nk.bin.
>
> I see the messages that I have put into the wavedev.dll appear on the
> debug port, which leads me to believe that the wavedev.dll is being
> loaded and initialized. However, neither does startup sound appear nor
> are clicks audible! Are there any changes required in code/ registry
> settings for the wavedev audio/ Wavclick to work on 5.0.
>
> I have spent a lot of time, but seem to be going nowhere with this.
> Early help would be greatly appreciated from all the guru's.
>
> Thanx in advance.
>
> -T@N


Re: Wavedev Audio :::::: URGENT by Steve

Steve
Wed Jan 04 10:24:04 CST 2006

The failure to open the file indicates wither a problem with your file
system configuration or perhaps with the codecs you have included in the
image. A debug build should provide more detailed information on the cause
of the error.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: Wavedev Audio :::::: URGENT by Tarun

Tarun
Wed Jan 11 03:42:50 CST 2006

Hi Steve,
Thanks for the reply.

The file system seems to be okay since the other .doc files can be
opened from "Word Viewer" without any errors.

For the codecs, I have tried putting all the audio codecs available in
the catalog, but still cant seem to have any sound!!

I am facing a lot of errors if I try to build a debug build, so I'm
just trying to work myself out of the retail build.

Do you think there could have been anything else missing??

-T@N


Re: Wavedev Audio :::::: URGENT by Steve

Steve
Wed Jan 11 21:13:00 CST 2006

>I am facing a lot of errors if I try to build a debug build, so I'm
>just trying to work myself out of the retail build.
That's a problem you should address first, more than likely it has something
to do with what is wrong. A working DEBUG build is essential to getting a
working production system going.

>Do you think there could have been anything else missing??
Yes, see above! ;-)


--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com