vox: MAX_SENTENCES changed to 2048

This commit is contained in:
Crow-bar
2022-04-14 10:17:28 +03:00
parent 5c244b4140
commit dc22f5cbaf

View File

@@ -18,7 +18,11 @@ GNU General Public License for more details.
#define CVOXWORDMAX 64
#define CVOXZEROSCANMAX 255 // scan up to this many samples for next zero crossing
#if XASH_PSP
#define MAX_SENTENCES 2048
#else
#define MAX_SENTENCES 4096
#endif
#define SENTENCE_INDEX -99999 // unique sentence index
typedef struct voxword_s