source: sbliveos2/trunk/readme.txt@ 150

Last change on this file since 150 was 148, checked in by sandervl, 25 years ago

beta 0.25 update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 KB
RevLine 
[148]1 SoundBlaster Live! OS/2 Audio driver version 0.25 (beta)
2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
4Contents
5========
61 Description
72 Features
83 Requirements
94 Installation
105 Config.sys options
116 Known problems
127 File listing
138 Source code
149 Contacting the author
159.1 SoundBlaster Live OS/2 mailinglist
1610 Warranty
17
18
191 Description
20=============
21This is the port of the open source Creative Labs SoundBlaster Live Linux audio
22driver.
23Although the driver is almost feature complete, it should still be considered
24beta software. (see the warranty section)
25
26This work would never have been possible without the support by Creative Labs
27and the current maintainers of the Linux driver.
28
29
302 Features
31==========
32- Up to 32 simultaneous wave playback streams
33- One record stream
34- Full duplex
35- Support for the IOCTL90 mixer interface (designed by Joe Nord of
36 Crystal Semiconductor and supported by the Crystal OS/2 audio drivers)
37- RTMIDI playback & recording (not yet implemented in this release)
38
39
403 Requirements
41==============
42- OS/2 Warp 4 or Warp Server for e-Business
43 (Warp 3 not tested)
44- Creative Labs SoundBlaster Live! soundcard
45
46
474 Installation
48==============
49- Unzip driver archive
50- Run install.cmd
51- Select 'SoundBlaster Live! Wave Audio' and continue installation
52- Reboot
53- During OS/2 boot, press Alt-F1 and select 'Enable Hardware Detection'
54
55
565 Config.sys options
57====================
58DEVICE=J:\MMOS2\SBLIVE16.SYS /V /C /M /L
59- /V: verbose (prints copyrights during driver init)
60- /C: enable CD audio input
61- /M: enable microphone audio input
62- /L: enable linein audio input
63
64The installation adds the verbose and CD settings to the config.sys line.
65
66
676 Known problems
68================
69- Users have reported that sometimes applications can no longer play audio
70 (unable to load mdm.dll). This apparently happens from time to time (requiring
71 a reboot), but I have not been able to reproduce this myself.
72 If you find a way to reliably reproduce this, please contact the author.
73 (see section 9)
74- Small distortions when recording at 44.1khz 16 bits stereo
75- Crash in PMMERGE when installing the driver on a system that uses the Scitech
76 display drivers.
77 Workaround: move the first minstall window (which asks you to select the sb
78 driver) almost completely outside of the screen and press enter.
79
80
817 File listing
82==============
83Installation files:
84 23-04-00 16:55 326 0 audfiles.scr
85 19-07-94 17:54 4395 0 audplay.ico
86 24-04-00 10:37 952 0 AUDHELP.HLP
87 24-04-00 17:09 20519 0 CARDINFO.dll
88 24-04-00 17:09 3500 0 control.scr
89 19-07-94 17:54 4395 0 midiplay.ico
90 19-07-94 17:54 4395 0 vidplay.ico
91
9216 bits MMPM/2 audio driver:
93 24-04-00 17:26 40382 0 sblive16.sys
94
9532 bits SB Live Core audio driver:
96 25-04-00 21:38 81056 0 sblive32w4.sys
97
9832 bits SB Live Core audio driver:
99(uses the new KEE api found in Warp 4 + Fixpack 13 or Warp Server for
100 e-Business)
101 25-04-00 21:42 63936 0 sblive32kee.sys
102
103
1048 Source code
105=============
106As this driver is based on the open source SoundBlaster Live Linux driver,
107the source code is available under the GNU LIBRARY GENERAL PUBLIC LICENSE.
108The CVS repository is located at the Netlabs server:
109 set CVSROOT=:pserver:guest@www.netlabs.org:d:/netlabs.src/sbliveos2
110 set USER=guest
111
112Login as 'guest' with password 'readonly'.
113
114
1159 Contacting the author
116=======================
117When you find a bug in the driver, you can contact the author by
118email at sandervl@xs4all.nl.
119Bug reports should include the following information:
120- SoundBlaster Live model
121- OS/2 version + fixpack level
122- Description of the procedure to reproduce the bug
123
124Please note that I do *not* want people to mail me about problems that
125aren't clearly bugs in the driver. There is a mailinglist at egroups.com
126that can be used for general questions about the driver.
127
128Also, do NOT mail the Linux authors about problems with the OS/2 driver.
129If a problem in the driver turns out to be a bug in their code, then I will
130contact them.
131
132
1339.1 SoundBlaster Live OS/2 mailinglist
134======================================
135A mailinglist to discuss the OS/2 sblive driver has been created at egroups.com.
136Go to www.egroups.com to subscribe to sbliveos2@egroups.com.
137
138
13910 Warranty
140===========
141EXCEPT AS OTHERWISE RESTRICTED BY LAW, THIS WORK IS PROVIDED
142WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES OF ANY KIND, INCLUDING
143BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF FITNESS FOR A
144PARTICULAR PURPOSE, MERCHANTABILITY OR TITLE. EXCEPT AS
145OTHERWISE PROVIDED BY LAW, NO AUTHOR, COPYRIGHT HOLDER OR
146LICENSOR SHALL BE LIABLE TO YOU FOR DAMAGES OF ANY KIND, EVEN IF
147THEY HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Note: See TracBrowser for help on using the repository browser.