Add missing opus as supported extension in audio file module
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
3af971534c
commit
c3f271d9e9
2 changed files with 2 additions and 2 deletions
2
carla
2
carla
|
@ -1 +1 @@
|
||||||
Subproject commit 6ee03336ab0a15dba4da78dbf7413624228c5db5
|
Subproject commit b8fa8f2faa42f69f6093a03fafb86b374ed46145
|
|
@ -472,7 +472,7 @@ struct AudioFileListWidget : ImGuiWidget {
|
||||||
|
|
||||||
static constexpr const char* const supportedExtensions[] = {
|
static constexpr const char* const supportedExtensions[] = {
|
||||||
#ifdef HAVE_SNDFILE
|
#ifdef HAVE_SNDFILE
|
||||||
".aif",".aifc",".aiff",".au",".bwf",".flac",".htk",".iff",".mat4",".mat5",".oga",".ogg",
|
".aif",".aifc",".aiff",".au",".bwf",".flac",".htk",".iff",".mat4",".mat5",".oga",".ogg",".opus",
|
||||||
".paf",".pvf",".pvf5",".sd2",".sf",".snd",".svx",".vcc",".w64",".wav",".xi",
|
".paf",".pvf",".pvf5",".sd2",".sf",".snd",".svx",".vcc",".w64",".wav",".xi",
|
||||||
#endif
|
#endif
|
||||||
".mp3"
|
".mp3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue