AndroidRecording icon indicating copy to clipboard operation
AndroidRecording copied to clipboard

Android Recording library offers convenient tools for audio/video recording and playback

Results 14 AndroidRecording issues
Sort by recently updated
recently updated
newest added

Hi, great library. I am using your library in one of my project. However I want to change the visualizer's view little bit. Currently, the visualizer's bar fades away slowly....

After adding the library through this : implementation 'com.github.steelkiwi:AndroidRecording:master' getting this error when running the app.

`getCameraSupportedVideoSizes`return null i fix it by `camera.getParameters().getSupportedPreviewSizes()` instead of `camera.getParameters().getSupportedVideoSizes();`

Hi, I've done what was said on android arsenal repositories { maven { url "https://jitpack.io" } } and dependencies { compile 'com.github.steelkiwi:AndroidRecording:4d7956c30d' } and I get a Failed to resolve:...

I am not able to a play a video stored inside a folder. Here is the code i am using. And i am trying to play an mp4 file. protected...

Hai , Am using your library for audio visualization in audio recording and audio playback. while using with media player for playing audio visualizer works perfect until we pause it...

Hi, I have used the same code as yours in one of my uni course project. When i tap on the record button it shows the dialogue message "Error recording...