Brahvim Bhaktvatsal

Results 24 comments of Brahvim Bhaktvatsal
trafficstars

...I guess it's not a good idea to use Visual Studio for this right now. CMake also seems to prefer to build for Visual Studio for some reason. Wondering if...

I used CMake-gui to delete CMake's cache and then specified a location for NDK's `clang.exe` and `clang++.exe`. Doing so brought me to this screen: ![image](https://user-images.githubusercontent.com/69293652/220629874-a8b3b358-9717-44ab-a945-316f36668170.png) After adding the `OPENSL_INCLUDE_DIR` (`path\to\ndk\21.4.7075529\toolchains\llvm\prebuilt\windows-x86_64\sysroot\usr\include\SLES`),...

Hello there! Compiling with the OpenSL backend has succeeded! (Resulting in a ~`15.7` MB `libopenal.so`, among others.) Compiling with Oboe failed. Compiling Oboe was giving me some issues with Oboe...

I built a binary in `Release` mode and surprisingly it's still `15` MB. Is the debug info actually useful for a consumer? I could cut down on it if it...

Alright, I think my problem has mostly been solved. I should close this issue now. Thank you _very_ much!

Hello there! I'm sorry to open this issue again, but there's a problem that I did not mention at all - I did not get a static library (`.a`). In...

Thank you very much for explaining that to me! _For the entirety of this issue_, I've only been messing up basic terms related to C++ development environments. I will read...

Thank you very much for looking around here, @Centurion96! ...And you even solved your own issue yourself. That's awesome. Thank you very much! PS Could you please tell me which...

> [Android.arm64-v8a.zip](https://github.com/kcat/openal-soft/files/14194016/Android.arm64-v8a.zip) This is a compiled OpenAL Soft 1.23.1 for Android Arm64 with OpenSL backend. __ AYY! Congrats to everybody here. We finally figured it out! 😂 It's great to...