-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where the BassNative plugin comes from? #478
Comments
Hope this helps! |
Specifically you will need the following libraries for Android: BASS |
I found the libraries for Android, https://www.un4seen.com/files/bass24-android.zip and the same logic works for the other libraries, but the code looks harcoded to load the windows version of the dll hard coded. On Linux, the name of the file is libbassopus, not bassopus, i have to change this as well? Or this line of code is smart enough to resolve the path? Thanks for the help! |
Hmm that seems like a small oversight on my part. I can fix this up soon, nobody has actually ever reported a problem with opus not loading on Mac/Linux. If you want to test with Android, you can just hardcode the android file name instead for now. Bear in mind you will also need to modify the I have a PR open for some changes regarding the BASS libs to fix an issue with MOGG channels, so I will make the opus loading fixes on that before it is merged. After that merge, we are going to be using a special update of BASS provided to us by the developer to fix some channel panning issues, and we won't have an Android version for that. It's only a very minor problem which affects a small number of songs, so it shouldn't be an issue. Also just to note I don't think we will ever be including the Android builds of BASS in the repo, as we don't currently have any plans to officially support it. Building for Android can have a lot of differences and situations you need to handle compared to Windows/Mac/Linux and it isn't something we are interested in officially doing. You are of course free to make your own Android builds on a fork. The PR in question where I made some changes to BASS: #473 |
Thank you for the help! For Android some things are more complicated, take a quick look on the folder structure of the bassopus lib, so, i think i have to tweek GetBassDirectory a little more, 4 archs at once, insane thing haha. I'm creating a touch based Android version to prepare the project to be a VR Version of Yarg! Wish me luck! |
Hello, i'm working porting this game to Android, but the BassNative plugin folder don't have files for Android.
Wheres this plugin come from?
How to fix? The game won't start because the missing files on Android.
The text was updated successfully, but these errors were encountered: