PDA

View Full Version : Dosbox: Partial Sound Problem


skyfire1
21-06-2005, 04:39 AM
every game that i run in dosbox has sound problems. the problem is that the sound\music are incomplete. usually but not always, the problem is the background music is missing. is there any way to correct this problem?

Flop
21-06-2005, 05:05 AM
First of all you should check that the setup of the games sound is corresponding to the way DOSbox is set up. In the DOSbox config file there should be a section looking something like this:

[sblaster]
# type -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
# base,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
# mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
# oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
#* * * * * * On auto the mode is determined by sblaster type.
# oplrate -- Sample rate of OPL music emulation.

type=sb16
base=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplrate=22050

Now you just need to make sure to use these values when setting up the sound for your games. I can't remember if I made any changes to these values, so check what they are in your own config, instead of using the ones I've posted here.

skyfire1
21-06-2005, 05:22 AM
thanks