File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed
Shared/data/MTA San Andreas/MTA Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ void CheckDataFiles(void)
836836 const char * szFilename;
837837 } integrityCheckList[] = {
838838 {
839- " 725427593CF994799733A5B4BB74A2F8 " ,
839+ " E370F030BDC5369424FE9BC24068C47D " ,
840840 " bass.dll" ,
841841 },
842842 {
@@ -856,15 +856,15 @@ void CheckDataFiles(void)
856856 " bassflac.dll" ,
857857 },
858858 {
859- " 0F07AA5995BAEF697AD80D8F393EB9AC " ,
859+ " CC27BE72D0519D8C863F1DAB1BBE5633 " ,
860860 " bassmidi.dll" ,
861861 },
862862 {
863863 " 39613507057827F338CFA4519ACCA7A9" ,
864864 " bassmix.dll" ,
865865 },
866866 {
867- " 02C9E8F0288D15FF290DD31EB1C7BFBC " ,
867+ " A417017D402C542912493A3BE8DBE87F " ,
868868 " basswma.dll" ,
869869 },
870870 {
Original file line number Diff line number Diff line change 11/*
22 BASSWMA 2.4 C/C++ header file
3- Copyright (c) 2002-2014 Un4seen Developments Ltd.
3+ Copyright (c) 2002-2018 Un4seen Developments Ltd.
44
55 See the BASSWMA.CHM file for more detailed documentation
66*/
@@ -55,6 +55,8 @@ typedef DWORD HWMENCODE; // WMA encoding handle
5555#define BASS_WMA_ENCODE_SCRIPT 0x20000 // set script (mid-stream tags) in the WMA encoding
5656#define BASS_WMA_ENCODE_QUEUE 0x40000 // queue data to feed encoder asynchronously
5757#define BASS_WMA_ENCODE_SOURCE 0x80000 // use a BASS channel as source
58+ #define BASS_WMA_ENCODE_VOICE 0x100000 // WMA Voice
59+ #define BASS_WMA_ENCODE_VOICE_MIXED 0x300000 // WMA Voice mixed mode
5860
5961// Additional flag for use with BASS_WMA_EncodeGetRates
6062#define BASS_WMA_ENCODE_RATES_VBR 0x10000 // get available VBR quality settings
You can’t perform that action at this time.
0 commit comments