home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / mmpmspkr.zip / README.SPK < prev    next >
Text File  |  1993-12-09  |  6KB  |  140 lines

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