When I use BassEnc_Mp3.BASS_Encode_MP3_StartFile, error:
Unhandled exception. System.DllNotFoundException: Unable to load shared library 'bassenc_mp3' or one of its dependencies.
libbassenc_mp3.so is already in the same directory with my app. My Env:
Bass.Net 2.4.17
Ubuntu 20.04
Dotnet core 6.0
Why the share lib is 'bassenc_mp3' not 'libbassenc_mp3' ?
UPDATE:
Sorry, libbassenc.so also needed with the app(solved).