🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to load the AAudio API for Android using ndk

Started by
0 comments, last by Lawzera 4 years, 1 month ago

I would like to know how to load the AAudio API using ndk, I tried some links:

https://developer.android.com/ndk/reference/group/audio

https://developer.android.com/ndk/guides/audio/aaudio/aaudio

but here it just tells me how to use it and I didn't find anything about adding to Android.mk

Any lib to be loaded? What should I do?

#include <AAudio.h>

This topic is closed to new replies.

Advertisement