AT9 Support

This commit is contained in:
GMatrixGames
2023-07-09 16:44:53 -04:00
parent 487e40a64e
commit 8a72f29489
2 changed files with 2 additions and 1 deletions

View File

@@ -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))
{