Jump to content

VGENAUD.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Generic WinOS/2 Audio Driver R0 VDD component. DEVICE=VGENAUD.SYS '''Platform Support:''' {| class="wikitable" |- !OS/2 2.x !OS/2 3.0 !OS/2 4.0 !OS/2 4.5x |- |Yes |Yes |Yes ..."
 
No edit summary
Line 1: Line 1:
Generic WinOS/2 Audio Driver R0 VDD component.
Generic WinOS/2 Audio Driver R0 VDD component.
  DEVICE=VGENAUD.SYS
  DEVICE=VGENAUD.SYS <parameters>
 
==Parameters==
'''/I:<ip>'''
: Range: <ip>=M
: Set input to mike input (/I:M) or Set input to line input (/I:L)
 
; /D
: Do not open MMPM/2 to block it while generating sound
 
'''/P:<pddname>'''
: pddname<8chrs
: Use the specified audio PDD for WinOS/2. If this flag is specified, then this audio PDD will be used,overriding any pdd names determined by [[GWDTA.SYS]]. If the PDD does not exist, the result will be silence.


'''Platform Support:'''
'''Platform Support:'''
Line 15: Line 27:
|Yes
|Yes
|}
|}
==Links==
* [https://www.os2world.com/wiki/index.php/Going_Generic... Going Generic...]
* [http://www.os2site.com/sw/drivers/sound/misc/genaud-v3.1r02.zip Generic WinOS/2 Audio Driver 3.1 R02]


[[Category:DEVICE Statements]]
[[Category:DEVICE Statements]]

Revision as of 00:14, 2 February 2019

Generic WinOS/2 Audio Driver R0 VDD component.

DEVICE=VGENAUD.SYS  <parameters>

Parameters

/I:<ip>

Range: <ip>=M
Set input to mike input (/I:M) or Set input to line input (/I:L)
/D
Do not open MMPM/2 to block it while generating sound

/P:<pddname>

pddname<8chrs
Use the specified audio PDD for WinOS/2. If this flag is specified, then this audio PDD will be used,overriding any pdd names determined by GWDTA.SYS. If the PDD does not exist, the result will be silence.

Platform Support:

OS/2 2.x OS/2 3.0 OS/2 4.0 OS/2 4.5x
Yes Yes Yes Yes

Links