From f986462809ad4bb9032dba86ff505b99b38f4df6 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 14 Jul 2021 23:58:52 -0600 Subject: [PATCH] Changed default output type to Mp4a. --- AaxDecrypter/AaxcDownloadConverter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AaxDecrypter/AaxcDownloadConverter.cs b/AaxDecrypter/AaxcDownloadConverter.cs index f1acc9f8..f7dc13ef 100644 --- a/AaxDecrypter/AaxcDownloadConverter.cs +++ b/AaxDecrypter/AaxcDownloadConverter.cs @@ -175,7 +175,7 @@ namespace AaxDecrypter public bool Step3_DownloadAndCombine() { - OutputFormat format = OutputFormat.Mp3; + OutputFormat format = OutputFormat.Mp4a; DecryptProgressUpdate?.Invoke(this, int.MaxValue);