Does anyone know of an existing "null" audio (software)
device that can install without hardware and provide the
interfaces that programs such as Windows Media Player need
to see in order to believe that an audio device is
installed?

Any advice would be appreciated.

Thanks.

-DaveU

"null" audio driver by Dave

Dave
Tue Aug 05 22:30:27 CDT 2003

To clarify what I'm trying to accomplish:

I've got applications that use IE with Flash, Media Player
and the Real player to download web content. Flash and
the streaming players require an audio device to be
installed in the machine. Ideally, I would like to get
this to work without needing audio hardware, hence the
desire for a virtual device that interacts correctly with
the OS (Win2K Pro) but doesn't require hardware or
actually attempt to make any sounds.

-DaveU
>-----Original Message-----
>Does anyone know of an existing "null" audio (software)
>device that can install without hardware and provide the
>interfaces that programs such as Windows Media Player
need
>to see in order to believe that an audio device is
>installed?
>
>Any advice would be appreciated.
>
>Thanks.
>
>-DaveU
>.
>

Re: "null" audio driver by Dave

Dave
Wed Aug 06 13:30:55 CDT 2003

Thanks for the pointer, but their application still
requires that a "real" sound device is installed in the
machine.
>-----Original Message-----
>Hello,
>
>Check "Total Recorder" software from:
www.highcriteria.com/
>
>regards,
>Elias
>
>"Dave Unger" <dunger@keynote.com> wrote in message
>news:07cb01c35bcb$14555050$a301280a@phx.gbl...
>> To clarify what I'm trying to accomplish:
>>
>> I've got applications that use IE with Flash, Media
Player
>> and the Real player to download web content. Flash and
>> the streaming players require an audio device to be
>> installed in the machine. Ideally, I would like to get
>> this to work without needing audio hardware, hence the
>> desire for a virtual device that interacts correctly
with
>> the OS (Win2K Pro) but doesn't require hardware or
>> actually attempt to make any sounds.
>>
>> -DaveU
>> >-----Original Message-----
>> >Does anyone know of an existing "null" audio (software)
>> >device that can install without hardware and provide
the
>> >interfaces that programs such as Windows Media Player
>> need
>> >to see in order to believe that an audio device is
>> >installed?
>> >
>> >Any advice would be appreciated.
>> >
>> >Thanks.
>> >
>> >-DaveU
>> >.
>> >
>
>
>.
>

Re: "null" audio driver by DougHowe

DougHowe
Mon Aug 11 21:42:18 CDT 2003

------=_NextPart_0001_8583C5F9
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Hello,

You might want to try the MSVAD sample in the Windows DDK, under
\src\wdm\audio\msvad

This is a virtual WDM audio driver that implemetns a timer-based interrupt
mechanism to simulate rreal DMA. The IDmaAdapter code copies data to
memory instead of using actual DMA.

Regards,
Doug Howe
Microsoft DDK Support

This posting is provided "AS IS" with no warranties, and confers no rights.
------=_NextPart_0001_8583C5F9
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20 Hello,
\par
\par You might want to try the MSVAD sample in the Windows DDK, under \\src\\wdm\\audio\\msvad
\par
\par This is a virtual WDM audio driver that implemetns a timer-based interrupt mechanism to simulate rreal DMA. The IDmaAdapter code copies data to memory instead of using actual DMA.
\par
\par Regards,
\par Doug Howe
\par Microsoft DDK Support
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par \fs20
\par }
------=_NextPart_0001_8583C5F9--