ChrisGilles: Making a weird "buzzing" noise...
I'm running it on my Mx17
I went through the dosbox config and changed all sample rates up to 44100 from, e.g.:
rate=22050
becomes
rate=44100
and the same for GUS, Soundblaster et al. On a wim I also changed the [mixer] sections prebuffer from 10 to 20 ms. The whole mixer section thus read:
[mixer]
# nosound -- Enable silent mode, sound is still emulated though.
# rate -- Mixer sample rate, setting any devices higher than this will
# probably lower their sound quality.
# blocksize -- Mixer block size, larger blocks might help sound stuttering
# but sound will also be more lagged.
# prebuffer -- How many milliseconds of data to keep on top of the blocksize.
nosound=false
rate=44100
blocksize=2048
prebuffer=20