1 | SoundBlaster Live! OS/2 Audio driver version 0.25 (beta)
|
---|
2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
3 |
|
---|
4 | Contents
|
---|
5 | ========
|
---|
6 | 1 Description
|
---|
7 | 2 Features
|
---|
8 | 3 Requirements
|
---|
9 | 4 Installation
|
---|
10 | 5 Config.sys options
|
---|
11 | 6 Known problems
|
---|
12 | 7 File listing
|
---|
13 | 8 Source code
|
---|
14 | 9 Contacting the author
|
---|
15 | 9.1 SoundBlaster Live OS/2 mailinglist
|
---|
16 | 10 Warranty
|
---|
17 |
|
---|
18 |
|
---|
19 | 1 Description
|
---|
20 | =============
|
---|
21 | This is the port of the open source Creative Labs SoundBlaster Live Linux audio
|
---|
22 | driver.
|
---|
23 | Although the driver is almost feature complete, it should still be considered
|
---|
24 | beta software. (see the warranty section)
|
---|
25 |
|
---|
26 | This work would never have been possible without the support by Creative Labs
|
---|
27 | and the current maintainers of the Linux driver.
|
---|
28 |
|
---|
29 |
|
---|
30 | 2 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 |
|
---|
40 | 3 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 |
|
---|
47 | 4 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 |
|
---|
56 | 5 Config.sys options
|
---|
57 | ====================
|
---|
58 | DEVICE=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 |
|
---|
64 | The installation adds the verbose and CD settings to the config.sys line.
|
---|
65 |
|
---|
66 |
|
---|
67 | 6 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 |
|
---|
81 | 7 File listing
|
---|
82 | ==============
|
---|
83 | Installation 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 |
|
---|
92 | 16 bits MMPM/2 audio driver:
|
---|
93 | 24-04-00 17:26 40382 0 sblive16.sys
|
---|
94 |
|
---|
95 | 32 bits SB Live Core audio driver:
|
---|
96 | 25-04-00 21:38 81056 0 sblive32w4.sys
|
---|
97 |
|
---|
98 | 32 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 |
|
---|
104 | 8 Source code
|
---|
105 | =============
|
---|
106 | As this driver is based on the open source SoundBlaster Live Linux driver,
|
---|
107 | the source code is available under the GNU LIBRARY GENERAL PUBLIC LICENSE.
|
---|
108 | The 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 |
|
---|
112 | Login as 'guest' with password 'readonly'.
|
---|
113 |
|
---|
114 |
|
---|
115 | 9 Contacting the author
|
---|
116 | =======================
|
---|
117 | When you find a bug in the driver, you can contact the author by
|
---|
118 | email at sandervl@xs4all.nl.
|
---|
119 | Bug 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 |
|
---|
124 | Please note that I do *not* want people to mail me about problems that
|
---|
125 | aren't clearly bugs in the driver. There is a mailinglist at egroups.com
|
---|
126 | that can be used for general questions about the driver.
|
---|
127 |
|
---|
128 | Also, do NOT mail the Linux authors about problems with the OS/2 driver.
|
---|
129 | If a problem in the driver turns out to be a bug in their code, then I will
|
---|
130 | contact them.
|
---|
131 |
|
---|
132 |
|
---|
133 | 9.1 SoundBlaster Live OS/2 mailinglist
|
---|
134 | ======================================
|
---|
135 | A mailinglist to discuss the OS/2 sblive driver has been created at egroups.com.
|
---|
136 | Go to www.egroups.com to subscribe to sbliveos2@egroups.com.
|
---|
137 |
|
---|
138 |
|
---|
139 | 10 Warranty
|
---|
140 | ===========
|
---|
141 | EXCEPT AS OTHERWISE RESTRICTED BY LAW, THIS WORK IS PROVIDED
|
---|
142 | WITHOUT ANY EXPRESSED OR IMPLIED WARRANTIES OF ANY KIND, INCLUDING
|
---|
143 | BUT NOT LIMITED TO, ANY IMPLIED WARRANTIES OF FITNESS FOR A
|
---|
144 | PARTICULAR PURPOSE, MERCHANTABILITY OR TITLE. EXCEPT AS
|
---|
145 | OTHERWISE PROVIDED BY LAW, NO AUTHOR, COPYRIGHT HOLDER OR
|
---|
146 | LICENSOR SHALL BE LIABLE TO YOU FOR DAMAGES OF ANY KIND, EVEN IF
|
---|
147 | THEY HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
|
---|