mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 12:04:38 -04:00
remove snd_resampling_mode
This commit is contained in:
parent
8c8acf3a0f
commit
2b2214b9a6
@ -61,7 +61,6 @@ static boolean snd_init = false;
|
||||
|
||||
// haleyjd 10/28/05: updated for Julian's music code, need full quality now
|
||||
int snd_samplerate;
|
||||
char *snd_resampling_mode;
|
||||
|
||||
static ALuint *openal_sources;
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
#define S_STEREO_SWING (96<<FRACBITS)
|
||||
|
||||
extern int snd_samplerate;
|
||||
extern char *snd_resampling_mode;
|
||||
|
||||
// [FG] variable pitch bend range
|
||||
extern int pitch_bend_range;
|
||||
|
@ -391,13 +391,6 @@ default_t defaults[] = {
|
||||
"audio device frequency in Hz"
|
||||
},
|
||||
|
||||
{
|
||||
"snd_resampling_mode",
|
||||
(config_t *) &snd_resampling_mode, NULL,
|
||||
{.s = "linear"}, {0}, string, ss_none, wad_no,
|
||||
"audio resampling mode (\"default\", \"linear\" (default), \"fast\", \"medium\", \"best\")"
|
||||
},
|
||||
|
||||
// [FG] play sounds in full length
|
||||
{
|
||||
"full_sounds",
|
||||
|
Loading…
x
Reference in New Issue
Block a user