Hagen Brooks
Hagen Brooks
@Nekromancer >I created this issue specifically because ... Exactly. This has nothing to do with this library. You created an issue on a library where the problem is with Gradle....
@Nekromancer It's a few lines of `-dontwarn` in your `proguard-rules` and you are done. But if you would like to wait for the library maintainer/owner to confirm this then you...
@Nekromancer I understand. I was just giving my 2 cents with the hopes of helping someone at least. Anyways, all the best.
You only have to add `mFreeDrawView.setEnabled(false);` or `mFreeDrawView.setEnabled(true);`
I agree that the android documentation is minimum. I couldn't find pre-build libraries and there is no example or anything. Some examples would be nice.
I just found this: https://github.com/adamski/aubio-android
Sure it is posable. Instead of using the camera preview, you can use `MediaCodec` to decode the frames and pass it instead.
@equationl This library has 2 major issues, I decided to comment here instead of opening a new issue. The first issue is that the files are located in the `assets`...
My sincerest apologies for the delay in response. I was busy with a big project. I will quickly look at this and merge it if everything looks ok
This is now implemented in - https://github.com/HBiSoft/HBRecorder/releases/tag/2.0.6 Thank you for this and apologies for waiting so long to implement this.