Add MP3 import (#6750)

This commit is contained in:
Lost Robot
2023-11-01 15:37:56 -07:00
committed by GitHub
parent 7b99c58926
commit fccbe5d517
5 changed files with 27 additions and 6 deletions

View File

@@ -68,7 +68,11 @@ Plugin::Descriptor PLUGIN_EXPORT audiofileprocessor_plugin_descriptor =
0x0100,
Plugin::Type::Instrument,
new PluginPixmapLoader( "logo" ),
"wav,ogg,ds,spx,au,voc,aif,aiff,flac,raw",
"wav,ogg,ds,spx,au,voc,aif,aiff,flac,raw"
#ifdef LMMS_HAVE_SNDFILE_MP3
",mp3"
#endif
,
nullptr,
} ;