forked from Green-Sky/tomato
update stb to latest master Merge commit 'ac7437c89bbd8a6626c9f05548bbddfc1a961793'
This commit is contained in:
2
external/stb/stb/tests/test_vorbis.c
vendored
2
external/stb/stb/tests/test_vorbis.c
vendored
@@ -8,7 +8,7 @@ extern void stb_vorbis_dumpmem(void);
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
size_t memlen;
|
||||
unsigned char *mem = stb_fileu("c:/x/sketch008.ogg", &memlen);
|
||||
unsigned char *mem = stb_fileu("../../lib/vorbis/sample/sketch008.ogg", &memlen);
|
||||
int chan, samplerate;
|
||||
short *output;
|
||||
int samples = stb_vorbis_decode_memory(mem, memlen, &chan, &samplerate, &output);
|
||||
|
||||
Reference in New Issue
Block a user