Support audio files with .wv extension
This commit is contained in:
parent
a35110c706
commit
2e388848d3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
namespace sfz {
|
namespace sfz {
|
||||||
|
|
||||||
static const char* kRecognizedAudioExtensions[] = {
|
static const char* kRecognizedAudioExtensions[] = {
|
||||||
".wav", ".flac", ".ogg", ".mp3", ".aif", ".aiff", ".aifc",
|
".wav", ".flac", ".ogg", ".mp3", ".aif", ".aiff", ".aifc", ".wv",
|
||||||
};
|
};
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue