Revert "AT9 Support"

This reverts commit 8a72f29489.
This commit is contained in:
GMatrixGames 2023-07-09 16:44:53 -04:00
parent 8a72f29489
commit a7fd4674b1
No known key found for this signature in database
GPG Key ID: 685EB7EF9A26807C
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 99b41b6267d1702a6177d4ef9ca3879a06f4aed3
Subproject commit c6292d935ca41a546fe15b42635ceb4220e0fe2e

View File

@ -551,7 +551,6 @@ public class AudioPlayerViewModel : ViewModel, ISource, IDisposable
case "adpcm":
case "opus":
case "wem":
case "at9":
{
if (TryConvert(out var wavFilePath) && !string.IsNullOrEmpty(wavFilePath))
{