AudioFileProcessor - add mp3 to supported exts
AudioFileProcessor is aware that it can play MP3 files now. Thus MP3 files work in the resources browser.
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
#include "embed.cpp"
|
||||
|
||||
static const char * __supportedExts[] =
|
||||
{ "wav", "ogg", "ds", "spx", "au", "voc", "aif", "aiff", "flac", "raw", NULL };
|
||||
{ "wav", "ogg", "ds", "spx", "au", "voc", "aif", "aiff", "flac", "raw", "mp3",
|
||||
NULL };
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user