mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
Merge pull request #386 from CyberBotX/sample-rate
Up the max sample rate to 128K.
This commit is contained in:
commit
95e65ea405
@ -10,7 +10,7 @@ enum { PATH_LIMIT = 32768 };
|
||||
enum { STREAM_NAME_SIZE = 255 };
|
||||
enum { VGMSTREAM_MAX_CHANNELS = 64 };
|
||||
enum { VGMSTREAM_MIN_SAMPLE_RATE = 300 }; /* 300 is Wwise min */
|
||||
enum { VGMSTREAM_MAX_SAMPLE_RATE = 96000 };
|
||||
enum { VGMSTREAM_MAX_SAMPLE_RATE = 128000 };
|
||||
enum { VGMSTREAM_MAX_SUBSONGS = 65535 };
|
||||
|
||||
#include "streamfile.h"
|
||||
|
Loading…
Reference in New Issue
Block a user