From afcae0761bdfb94dfeaaf0a7e136c1b6766a6889 Mon Sep 17 00:00:00 2001 From: Brian Bicknell Date: Sat, 8 Aug 2026 18:24:28 -0400 Subject: [PATCH] Included M4A as a supported format. --- Harmonia.Core/Engine/BassAudioEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Harmonia.Core/Engine/BassAudioEngine.cs b/Harmonia.Core/Engine/BassAudioEngine.cs index 6955fa3..b409752 100644 --- a/Harmonia.Core/Engine/BassAudioEngine.cs +++ b/Harmonia.Core/Engine/BassAudioEngine.cs @@ -97,7 +97,7 @@ public class BassAudioEngine : IAudioEngine, IDisposable List supportedFormats = [.. Bass.SupportedFormats.Split(';')]; //supportedFormats.Add(".aac"); - //supportedFormats.Add(".m4a"); + supportedFormats.Add(".m4a"); supportedFormats.Add("*.flac"); //supportedFormats.Add(".opus"); //supportedFormats.Add(".wma");