home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / vwinaud.zip / readme.txt < prev    next >
Text File  |  1998-02-08  |  2KB  |  59 lines

  1.  
  2.                   Generic WinOS2 Audio Device Support BETA
  3.                                  Readme file
  4.  
  5.  
  6. This readme file contains information which describes the Generic WinOS2
  7. Audio BETA.  Prior to the availability of this feature, a WinOS2 audio
  8. device driver was required to obtain multimedia audio support in a WinOS2
  9. session of OS/2.  This feature provides WinOS2 audio playback support for
  10. WinOS2 sessions, for those environments where a WinOS2 device driver is not
  11. available.
  12.  
  13. An OS/2 Physical Device Driver for the target hardware is required.  This
  14. feature captures the WinOS2 audio requests and translates these messages
  15. into OS/2 multimedia service requests.  The OS/2 Physical Device Driver is
  16. required to operate the audio hardware.
  17.  
  18.  
  19. Limitations
  20. -----------
  21.  
  22. OS/2 Warp 4.0 and above is required.
  23.  
  24. Only Wave playback is supported at this time by this feature.  Wave record
  25. is not supported.  Neither MIDI nor Mix functions are supported.
  26.  
  27.  
  28. Installation instructions
  29. -------------------------
  30.  
  31. The Generic WinOS2 Audio package is made up of three modules:  VWINAUD.SYS,
  32. WINAUDD.EXE, and OS2AUDIO.DRV.  VWINAUD.SYS and WINAUDD.EXE should be copied
  33. to the [d:]\mmos2 directory of the target OS/2 machine, and OS2AUDIO.DRV
  34. should be copied to [d:]\os2\mdos\winos2\system directory.  CONFIG.SYS
  35. should be updated with these two statements:
  36.  
  37.   device=[d:]\mmos2\vwinaud.sys
  38.   run=[d:]\mmos2\winaudd.exe
  39.  
  40. The [d:]\os2\mdos\winos2\system.ini file must be updated so the [drivers]
  41. section refers to the os2audio.drv driver.  Eg
  42.  
  43.   [drivers]
  44.   wave=os2audio.drv
  45.   timer=timer.drv       (is there by default)
  46.  
  47.  
  48. Known bugs
  49. ----------
  50.  
  51. Intermittent Ring 3 trap when feature is operated concurrently with
  52. other OS/2 applications.  Recoverable by ending the Win application and
  53. restarting.
  54.  
  55. Quicktime sound does not work.
  56.  
  57. Intermittent hang when playing files less than 0.5 seconds in length.
  58. Recoverable by ending WinOS2 session and restarting.
  59.