Playing Wav File in Kernel Mode

Hi All,
Is it possible to play a .wav file in Kernel Mode ?.Are there any
Kernel Mode API’s for the same.My requirement is When I have some data read
from my device,I want to play a wav file.

Thanks & Regards,
Sai Prasad

**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************

Hi,
The question is not if we can play a wav file in Kernel mode… For a good
practice these kind of notification should be done from the User mode
application and not from kernel mode. Hence, you can write a service which
will wait on an Global event that is signaled by the kernel mode driver on
reading a data. On signaling the user mode service will do the job of
playing the wav file.

Regards,
Prasanna.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Sai_Prasad
Sent: Wednesday, March 06, 2002 10:12 AM
To: NT Developers Interest List
Subject: [ntdev] Playing Wav File in Kernel Mode

Hi All,
Is it possible to play a .wav file in Kernel Mode ?.Are there any
Kernel Mode API’s for the same.My requirement is When I have some
data read
from my device,I want to play a wav file.

Thanks & Regards,
Sai Prasad

******************************************************************
********
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or
copying or
distribution or forwarding of any or all of the contents in this
message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************


You are currently subscribed to ntdev as: xxxxx@tataelxsi.co.in
To unsubscribe send a blank email to %%email.unsub%%

hi,

Is it possible to play a .wav file in Kernel Mode ?.Are there any
Kernel Mode API’s for the same.My requirement is When I have some data read
from my device,I want to play a wav file.

why in kernel mode ?
Write a user mode service, talk with your driver and use the normal
wave api.

elli

You are kidding, Right? Even IF it’s possible, which I doubt, WHY? This
definitely violates every tenet of good device driver layering, architecture
and design. Please let me know what products your company produces so I
know not to buy any of them.

Greg

Hi All,
Is it possible to play a .wav file in Kernel Mode ?.Are there any
Kernel Mode API’s for the same.My requirement is When I have some
data read
from my device,I want to play a wav file.

Sounds like a great way to make your NT box do a BSOD…

Mark

-----Original Message-----
From: Gregory G. Dyess [mailto:xxxxx@pdq.net]
Sent: 06 March 2002 14:08
To: NT Developers Interest List
Subject: [ntdev] RE: Playing Wav File in Kernel Mode

You are kidding, Right? Even IF it’s possible, which I doubt, WHY? This
definitely violates every tenet of good device driver layering, architecture
and design. Please let me know what products your company produces so I
know not to buy any of them.

Greg

Hi All,
Is it possible to play a .wav file in Kernel Mode ?.Are there any
Kernel Mode API’s for the same.My requirement is When I have some
data read
from my device,I want to play a wav file.


You are currently subscribed to ntdev as: xxxxx@gossgraphic.co.uk
To unsubscribe send a blank email to %%email.unsub%%

NOTICE: This e-mail and any attachment(s) may contain confidential and
proprietary information of Goss International Corporation and/or its
subsidiaries and may be legally privileged. This e-mail is intended solely
for the addressee. If you are not the addressee, dissemination, copying or
other use of this e-mail or any of its content is strictly prohibited and
may be unlawful. If you are not the intended recipient please inform the
sender immediately and destroy the e-mail and any copies. All liability for
viruses is excluded to the fullest extent permitted by law. Any views
expressed in this message are those of the individual sender. No contract
may be construed by this e-mail.