I'm trying to integrate Oboe Resampler in my android application.
https://github.com/google/oboe/tree/master/src/flowgraph/resampler
The idea is to convert ByteBuffer of audio that comes with 32000 sample rate in audio with 44100 sample rate.
How I should build the C++ library and how should I integrate and do the resampling in my android application? Can someone share some snippet or link to the already built version of this c++ library?