mirror of
https://github.com/4sval/FModel.git
synced 2026-03-29 05:05:33 -05:00
AT9 Support
This commit is contained in:
parent
487e40a64e
commit
8a72f29489
|
|
@ -1 +1 @@
|
|||
Subproject commit c6292d935ca41a546fe15b42635ceb4220e0fe2e
|
||||
Subproject commit 99b41b6267d1702a6177d4ef9ca3879a06f4aed3
|
||||
|
|
@ -551,6 +551,7 @@ public class AudioPlayerViewModel : ViewModel, ISource, IDisposable
|
|||
case "adpcm":
|
||||
case "opus":
|
||||
case "wem":
|
||||
case "at9":
|
||||
{
|
||||
if (TryConvert(out var wavFilePath) && !string.IsNullOrEmpty(wavFilePath))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user