Updated DUMB's unmo3 library to version 2.4.0.5, which fixes decoding MP3 compressed samples

CQTexperiment
Chris Moeller 2014-01-05 19:10:19 -08:00
parent 78261d6469
commit 060c0ebc27
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -14,13 +14,13 @@ extern "C" {
#endif
// Get the UNMO3 library version
DWORD WINAPI UNMO3_GetVersion();
unsigned WINAPI UNMO3_GetVersion();
// Decode a MO3 file
// in: data/len = MO3 data/len
// out: data/len = decoded data/len (if successful)
// return: 0 = Success, 2 = It isn't a MO3 file, 3 = There was a problem decoding the MO3 file
int WINAPI UNMO3_Decode(void **data, int *len, DWORD flags);
int WINAPI UNMO3_Decode(void **data, unsigned *len, unsigned flags);
// UNMO3_Decode flags
#define UNMO3_DECODE_NOSAMPLES 1 // don't process sample data