feat: Support *.wav files.

Closes #74
This commit is contained in:
real-zony 2021-05-18 23:40:47 +08:00
parent 134d7eb5a0
commit 30fbfafd2c

View File

@ -7,7 +7,7 @@
} }
}, },
"ToolOption": { "ToolOption": {
"SupportFileExtensions": "*.mp3;*.flac", "SupportFileExtensions": "*.mp3;*.flac;*.wav",
"NetworkOptions": { "NetworkOptions": {
"Enable": true, "Enable": true,
"ProxyIp": "127.0.0.1", "ProxyIp": "127.0.0.1",