Hi Ian,
I’m encountering issues with the files "bassmix.dll" and "bassenc.dll". These files are not being imported using the BASS_PluginLoadDirectory function, whether on x64 or arm64.
The call BassEnc.LoadMe(System.IO.Path.Combine(AppContext.BaseDirectory, pluginPath, "bassenc.dll")) returns false.
When I try to invoke a BassEnc function, I receive the following error: System.BadImageFormatException: 'An attempt was made to load a program with an incorrect format.'
Could you help me understand what I might be doing wrong?