Included M4A as a supported format.

This commit is contained in:
2026-08-08 18:24:28 -04:00
parent 0942e3e5ad
commit afcae0761b

View File

@@ -97,7 +97,7 @@ public class BassAudioEngine : IAudioEngine, IDisposable
List<string> supportedFormats = [.. Bass.SupportedFormats.Split(';')]; List<string> supportedFormats = [.. Bass.SupportedFormats.Split(';')];
//supportedFormats.Add(".aac"); //supportedFormats.Add(".aac");
//supportedFormats.Add(".m4a"); supportedFormats.Add(".m4a");
supportedFormats.Add("*.flac"); supportedFormats.Add("*.flac");
//supportedFormats.Add(".opus"); //supportedFormats.Add(".opus");
//supportedFormats.Add(".wma"); //supportedFormats.Add(".wma");