squti / Android-Wave-Recorder

A powerful and efficient library to record WAVE form audio files (WAV) in Android
MIT License
239 stars 44 forks source link

Fix scoped storage issue #7

Closed abkoradiya closed 3 years ago

abkoradiya commented 3 years ago

@robertlevonyan @squti I have solved issue #6 using file descriptor and Uri. review it.

squti commented 3 years ago

Unfortunately I can't accept this PR. The reasons are below: There is no explanation about different parts of added and changed codes You didn't use kotlin features in some parts like checking null, it seems your code is not clean I see irrelevant commits in your PR that aren't relate to issue. I will appreciate that if you fix this problem and make a new PR. Thanks for your precious time.