home *** CD-ROM | disk | FTP | other *** search
/ IBM Presents OS/2 Software Hits 1995 / OS-2_SW_HITS_2ND_EDITION_1995.ISO / i06 / spkrdd.doc < prev    next >
Text File  |  1994-11-24  |  5KB  |  133 lines

  1. IBM MMPM/2 Speaker Audio Device Driver V1.1
  2. ===========================================
  3. This package is made up of the following files:
  4.  
  5.     SPKRDD   DOC22BK4 - This document
  6.     SPKRDD22 ZIP22BK4 - Binary Zipped file
  7.  
  8. The file once downloaded with the binary option, needs to be
  9. unpacked using PKUNZIP2.
  10.  
  11. The README has been extracted:
  12. Introduction
  13.  
  14.    The Speaker audio device driver provide support for playing digital
  15.    audio waveform files on the standard PC speaker by using the
  16.    MMPM/2 audio system.   This support is important because it allows
  17.    non-multimedia enabled systems to play short sound effects and other
  18.    short digitized sound through the PC speaker.
  19.  
  20.    The speaker driver provides support for PCM waveform files that
  21.    are (8-bit/16-bit, stereo/mono, 11Khz-44khz).
  22.  
  23.    This driver is intended for use under OS/2 2.1 or greater.
  24.  
  25.    The quality of sound produced from the speaker device is low
  26.    compared to a real audio card, and will vary from machine to
  27.    machine.
  28.  
  29. Caveat
  30.  
  31.    The standard PC speaker was not intended to play digitized waveform
  32.    sound.  In order to produce a reasonable approximation of the
  33.    sound contained in .WAV files, the device driver requires
  34.    exclusive use of the CPU for an extended period of time.  This
  35.    may have undersirable effects on performance critical multitasking
  36.    such as communications, modem transfers, networking, etc.
  37.    We do not recommend that this software be used in conjunction with
  38.    communications software, time critical, or mission critical
  39.    application.  This may include printing and mouse operation during
  40.    sound generation.
  41.  
  42.    If you experience problems, you should discontinue use of the
  43.    speaker device driver.
  44.  
  45.    Interrupts are enabled while the speaker is being operated, however
  46.    multitasking operation is suspended.
  47.  
  48.    This software is not supported by IBM technical support channels.
  49.  
  50. License
  51.  
  52.    IBM grants the right to use, reproduce, and distribute this
  53.    speaker driver software provided that (1) it is not distributed for
  54.    profit, (2) it is used only with licensed copies of OS/2 2.1,
  55.    (3) the software is not modified, (4) all copyright notices
  56.    remain with the software, (5) the end user agrees to the license.
  57.  
  58.    This speaker driver is provided in 'as is' condition without
  59.    warranty of any kind and no support will be provided.
  60.  
  61.    IBM and its vendors takes no responibility and is not liable for
  62.    any consequences or damages of any kind resulting from the
  63.    use or existence of this software.
  64.  
  65.    IBM does not guarantee that the speaker driver software will run
  66.    on all machines.  IBM is not obligated to provide any updates to
  67.    this software.
  68.  
  69. Installation
  70.  
  71.    1) Install the MMPM/2 base.  The MINSTALL program requires you
  72.       to select one of the subsystems in order to do an install.  If
  73.       you don't already have a audio card, or CD-ROM, then you
  74.       can select Software Motion Video which doesn't require any special
  75.       hardware other than the monitor.
  76.  
  77.       Reboot after this installation.
  78.  
  79.    2) Place the files from the SPKRDD package into a subdirectory (i.e.
  80.       \spkrdd)
  81.  
  82.    The speed and volume of the sound produced by the speaker device
  83.    driver must be configured on a machine by machine basis.
  84.  
  85.    1) Select the Multimedia Setup program in the MMPM/2 folder.
  86.  
  87.    2) Select the speaker settings page, to customize the speed and
  88.       volume of speaker.  The speaker push button will place a test
  89.       sound, that will give you some feedback on the speed and volume
  90.       adjustments.
  91.  
  92. Uninstall
  93.  
  94.    If you experience problems with the speaker device driver and wish to
  95.    un-install it.
  96.  
  97.    1) Edit you config.sys, and comment out the device driver line:
  98.  
  99.       REM DEVICE=D:\MMOS2\SPKRDD.SYS
  100.  
  101.    2) Edit MMPM2.INI and remove PCSPEAKER and SPKRDDAMP and any
  102.       refernces to these names.
  103.  
  104. Notes:
  105.  
  106.    1) If you install only Software Motion Video support, and then the
  107.       speaker device driver,  the Software Motion Video support will
  108.       run without audio support. This is preferable, since both
  109.       software video and the speaker driver compete for the CPU.
  110.  
  111.       If however you want to try, running them both together, the
  112.       MMPM2.INI can be updated as follows.  This will also cause the
  113.       audio and video to be out of sync.
  114.  
  115.       £ibmdigvidplayer01|
  116.          CONNECTORS=1,3,SPKRDDAMP,1
  117.  
  118.    2) The system sounds support, for which the speaker driver is intended
  119.       for, will be installed automatically by the install of MMPM/2
  120.       base.  System sounds plays on the default device.  If you install
  121.       support for another audio card first, then install the speaker
  122.       device driver, the other audio card will be the default.  The
  123.       default can be changed in the Multimedia Setup Program.
  124.  
  125. Fixes:
  126.  
  127.    1) The internal design of the drive has been modified to use a time
  128.       critical thread rather than a timer.
  129.  
  130.    2) A defect causing problems with interrupt driven devices has been
  131.       fixed.  It most commonly caused the mouse to lock up, but has
  132.       also caused printing problems.
  133.