Better sound support on vanilla WinQuake
Moderator: InsideQC Admins
8 posts
• Page 1 of 1
Better sound support on vanilla WinQuake
Does anyone know some tutorials or snippets that implement a less limited sound support for vanilla WinQuake, without libs or dependencies?
- JasonX
- Posts: 411
- Joined: Tue Apr 21, 2009 2:08 pm
mh's modifications ? should work fine with winquake.
only dependency is directx and glquake shares the same code.
as for no dependencies on libraries etc hmm you might need to update the aged directx sdk comming with the vanilla source but thats about it
only dependency is directx and glquake shares the same code.
as for no dependencies on libraries etc hmm you might need to update the aged directx sdk comming with the vanilla source but thats about it
-

revelator - Posts: 2567
- Joined: Thu Jan 24, 2008 12:04 pm
- Location: inside tha debugger
you mean like dos quake's '-sspeed 44100' argument?
sadly it doesn't exist in winquake/glquake, but its pretty much a 1 or two line change. just change the default if you're lazy.
the mixer itself supports any speed, but the output picks 11khz by default, and the hardware may have additional limitations. directsound should hide that anyway though.
sadly it doesn't exist in winquake/glquake, but its pretty much a 1 or two line change. just change the default if you're lazy.
the mixer itself supports any speed, but the output picks 11khz by default, and the hardware may have additional limitations. directsound should hide that anyway though.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
I don't think he means frequency alone, but different methods of buffering and mixing, perhaps with random pitch support and 3d spatialization/doppler as well as echo/chorus/reverb. 44khz sound is not going to magically make Quake catch up to Half-Life.
the only higher rate sounds in Quake are fish chomps, an unused shub 'omnomnom' (eat that hwguy) and a lightning gun zapping.
the only higher rate sounds in Quake are fish chomps, an unused shub 'omnomnom' (eat that hwguy) and a lightning gun zapping.
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
huh?
quake accepts 16bit 44khz mono PCM wav files
just plays them at 16bit 11khz by default.
if you receive 8khz then your hardware sucks.
go in to snd_win.c find instances of 11025 and change them to 44100. job done.
quake accepts 16bit 44khz mono PCM wav files
just plays them at 16bit 11khz by default.
if you receive 8khz then your hardware sucks.
go in to snd_win.c find instances of 11025 and change them to 44100. job done.
- Spike
- Posts: 2892
- Joined: Fri Nov 05, 2004 3:12 am
- Location: UK
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
