Skip to content

Commit

Permalink
engine: sound: increase MAX_RAW_SAMPLES to 16384 to fit an audio trac…
Browse files Browse the repository at this point in the history
…k coming from the movies
  • Loading branch information
a1batross committed Dec 11, 2024
1 parent fc71a18 commit 54135b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ typedef struct
#define MAX_DYNAMIC_CHANNELS (60 + NUM_AMBIENTS)
#define MAX_CHANNELS (256 + MAX_DYNAMIC_CHANNELS) // Scourge Of Armagon has too many static sounds on hip2m4.bsp
#define MAX_RAW_CHANNELS 48
#define MAX_RAW_SAMPLES 8192
#define MAX_RAW_SAMPLES 16384
#define SND_CLIP_DISTANCE 1000.0f

extern sound_t ambient_sfx[NUM_AMBIENTS];
Expand Down

0 comments on commit 54135b5

Please sign in to comment.