M Faizan
M Faizan
Hey, Really liked your package but I am getting issues when i try to install the pod with latest version (2.1.0). I get multiple issues in Http package and one...
I have compiled Essentia library successfully from the docs but when I use the shared library I get error. ` : && /Users/faizan/Library/Android/sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --target=aarch64-none-linux-android24 --sysroot=/Users/faizan/Library/Android/sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/darwin-x86_64/sysroot -fPIC -g -DANDROID -fdata-sections -ffunction-sections...
I am working on android and the code gave me this error. Can somebody explain this please? ``` rhythmExtractor->input("signal").set(audioSamples); rhythmExtractor->output("bpm").set(bpm); rhythmExtractor->compute(); ``` I didn't face this issue on iOS code.