diff options
author | Sergeanur <s.anureev@yandex.ua> | 2021-05-17 08:53:58 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2021-06-24 20:42:08 +0200 |
commit | 1471c82a2013d01649853f540e1c4c2495b4fcba (patch) | |
tree | 5ee41a269b7ba059bce939a9ba516d4e1d937a67 /src/audio/sampman.h | |
parent | Merge branch 'miami' into lcs (diff) | |
download | re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar.gz re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar.bz2 re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar.lz re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar.xz re3-1471c82a2013d01649853f540e1c4c2495b4fcba.tar.zst re3-1471c82a2013d01649853f540e1c4c2495b4fcba.zip |
Diffstat (limited to 'src/audio/sampman.h')
-rw-r--r-- | src/audio/sampman.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/audio/sampman.h b/src/audio/sampman.h index 697a7aa8..b256e489 100644 --- a/src/audio/sampman.h +++ b/src/audio/sampman.h @@ -111,16 +111,16 @@ enum #endif }; #define MAX_PEDSFX 7 -#define PED_BLOCKSIZE 79000 +#define PED_BLOCKSIZE 160000 #define MAXPROVIDERS 64 #define MAXCHANNELS 28 #define MAXCHANNELS_SURROUND 24 -#define MAX2DCHANNELS 1 +#define MAX2DCHANNELS 3 #define CHANNEL2D MAXCHANNELS -#define MAX_STREAMS 3 +#define MAX_STREAMS 1 #define DIGITALRATE 32000 #define DIGITALBITS 16 |