I made a bot in C# for Discord and I would like to make it play music. I made it work on Windows host, but on linux, the opus.dll file can not be loaded.
On Windows I got the dlls from the official discord.net repo, but on Linux that libraries do not work.
I tried to build from source the opus library but the same result happens. I place the opus file in the same directory as the executable and on Windows it works, but on linux it does not.
Why might this happen ?