VOGONS


PCI Sound card for Windows 3.11 & Dos 6.22?

Topic actions

Reply 62 of 63, by Wearwolf

User metadata
Rank Newbie
Rank
Newbie

Just wanted to add my experience to this thread.

I originally got an later Creative Ensoniq AudioPCI (CT4810) card with the CT5880 chip
- CD Has Drivers for later windows but not 3.1
- The 7501748.exe drivers give the "no card detected" message
- The older Watler's drivers (crea1371.dll) didn't work, It had a device selection and none of the options seemed to do anything
- The newer Watler's drivers (CT137X.dll) worked (wav only) but the sound goes strange after a while http://turkeys4me.byethost4.com/programs/index.htm

I purchased an older Ensoniq AudioPCI with the ES1370 chip
- The 7501748.exe drivers installs fine and works great

Also I found that a driver CD got posted to archive.org
https://archive.org/details/ensoniq-audiopci-drivers
I haven't tried it but it might be an easier way to get the drivers installed

Reply 63 of 63, by RetroTechChris

User metadata
Rank Newbie
Rank
Newbie

Playing with the Aureal Vortex 1 (AU8820), it does work just fine in DOS and Windows 3.1x, however adjusting the sound can be a little tedious.
I think in theory, for DOS, settings are supposed to pull from vortex.ini, but perhaps if you replace asp4dos.com with the newer version, that doesn't work, not sure.
However, I found a DOS mixer that works with SB compatible soundcards and also works with this card called SBMIX: https://www.bttr-software.de/products/sbmix/
Example usage:

sbmix 15 /w15,15 /f15,15 /c15,15

For Win3.1X, the best I can tell, there is no GUI for the mixer (you'll notice that an "Aureal Vortex Mixer" driver is installed when you install the Win3.1 drivers)
However, there are settings in C:\windows\system.ini that you can change under [Config\MixerSettings]
To get max volume, I just changed all values that were 32767 to 65535 (items like VolLineOutLeft, VolLineOutRightt, etc.) When done, it looked like this for me:

[Config\MixerSettings]
VolLineOutLeft=65535
VolLineOutRightt=65535
VolMonoOutLeft=65535
VolMonoOutRightt=65535
VolLTelphone=65535
VolLVideoLeft=0
VolLVideoRight=0
VolLWtLeft=65535
VolLWtRight=65535
VolLWaveLeft=65535
VolLWaveRight=65535
VolLMic=0
VolLLineLeft=0
VolLLineRight=0
VolLCDLeft=65535
VolLCDRight=65535
VolLAuxLeft=0
VolLAuxRight=0
VolWTelephone=0
VolWMic=0
VolWLeinLeft=0
VolWLineRight=0
VolWCDLeft=65535
VolWCDRight=65535
VolWVideoLeft=0
VolWVideoRight=0
VolWAuxLeft=0
VolWAuxRight=0
VolWMixStereoLeft=0
VolWMixStereoRight=0
VolWMixMono=0
VolVMic=0
VolVLineLeft=0
VolVLineRight=0
SelectMonoOutMicMix=0
OnOff20dBBoost=1
OnoffToneLineOut=0
BassLineOut=1
TrebleLineOut=1
MuteLWt=0
MuteLWave=0
MuteLMic=0
MuteLLine=0
MuteLCD=0
MuteLVideo=0
MuteLAux=0
MuteLineOut=0
MuteMonoOut=0
MuxWaveIn=1
MuxVoiceIn=0
MuxLineOut=503

And of course, Windows will unload the asp4dos DOS driver on launch which is annoying, so you need to reload it when you exit Windows and reset the sound levels. SMH. So I moved C:\windows\win.com to be C:\windows\wincom.com and created a C:\windows\win.bat with these contents:

@echo off
C:\windows\asp4dos.com -u
C:\windows\wincom.com
LH C:\windows\asp4dos.com
C:\sbmix 15 /W15,15 /F15,15 /C15,15

Hope that this helps someone! Especially since the Vortex 1 is cheap!!!