3llomi / RecordView

A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp
Apache License 2.0
367 stars 109 forks source link

Fixes and permission handling #59

Closed BilalSiddiqui closed 3 years ago

3llomi commented 3 years ago

Hey @BilalSiddiqui , Thanks for your PR.

regarding supporting RTL: it's better to leave it to the developer, for example some developers may want to add the RecordButton at the left and they can swipe to the right, and vice versa. so it's better to add something like this recordView.setRTL(false//or true);

and regarding recording sound, i don't think we need to add this. suppose somebody wants to use other recording option using some other 3rd party libs, in that case they are not interested in MediaRecorder.

other than that, you did a great job, so Thanks!