Support audio files with .wv extension

This commit is contained in:
Luciano Iam 2022-09-28 23:41:53 +02:00 committed by Paul Ferrand
parent a35110c706
commit 2e388848d3

View file

@ -14,7 +14,7 @@
namespace sfz {
static const char* kRecognizedAudioExtensions[] = {
".wav", ".flac", ".ogg", ".mp3", ".aif", ".aiff", ".aifc",
".wav", ".flac", ".ogg", ".mp3", ".aif", ".aiff", ".aifc", ".wv",
};
///