Skip to content
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

how to build for android 10 to allow for HRTF #662

Open
TheBestKmanEver opened this issue Feb 20, 2022 · 3 comments
Open

how to build for android 10 to allow for HRTF #662

TheBestKmanEver opened this issue Feb 20, 2022 · 3 comments

Comments

@TheBestKmanEver
Copy link

title is all that's needed, what do i need etc.?

@kcat
Copy link
Owner

kcat commented Feb 21, 2022

Just build it normally. The ALSOFT_EMBED_HRTF_DATA cmake option defaults to ON, so the resulting library will be able to use HRTF by default. An app may need to explicitly enable HRTF using the ALC_SOFT_HRTF extension, though, since it can't currently autodetect whether headphones are being used or not, and I don't think Android apps can easily use a user config file.

@TheBestKmanEver
Copy link
Author

Do i compile it on my computer or phone? Do i need SDK or anything of the sorts?

@kcat
Copy link
Owner

kcat commented Feb 24, 2022

You'll need an Android SDK, and you typically build on your computer and transfer to the phone (or use an emulator on your computer) for testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants