Adriel Café

Results 25 comments of Adriel Café

The PR #116 implements this. While we wait for it to be merged, we can use it from here: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' }...

@tinsukE your lib works great! Thanks man!

Hi @feaverfei. Did you add this snippet into `app/build.gradle`? ``` gradle android { // ... } repositories { maven { url "https://jitpack.io" } } ```

Hi @raphyer! I'll take a look at some optimizations on ffmpeg to speed up the conversions. But I recommend show a notification to let the user know when the conversion...

Hi @38017032! I'm investigating this error. Thanks for your feedback.

Hi @RockyLin. Thanks man! Let me know if I understand, you want to hide this "play recording" button below? ![captura de tela 2016-10-13 as 14 07 29](https://cloud.githubusercontent.com/assets/2512298/19358954/6d5c641e-914e-11e6-8906-0ba310161537.png) I can add...

Hi @whmessi! 1. You can change the recorder color with `setColor(int color)`. This is the only UI customization available at the moment. 2. You can use my other lib, [AndroidAudioConverter](https://github.com/adrielcafe/AndroidAudioConverter),...

Nice suggestion @MohammedAdetunji! Will work on it soon. Thanks!

Thanks for your suggestion @Xstar97, very useful. I'll add this features soon. Stay tuned!

Hi @jp1017, Yes, currently this lib only supports portrait mode (I'll update README with this info). There is a problem when rotating screen: sometimes the recording stop and user loose...