rygelouv / android-audio-sensei

High-level library to make android audio recording and playing more simple by handling boring stuff like runtime permissions and by completely abstracting audio playback controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to store the recorded audio file.

theirfanirfi opened this issue · comments

Hi, the library is unable to store recorded audio file. The folder "Music" is created into the files folder of the app, but not the audio file.

AudioSensei.Recorder() .with(ChatActivity.this) .name("swapaudimessage") .to(AudioRecordInfo.AudioPath.APP_PUBLIC_MUSIC) .start();

It works with MediaRecorder object, the file is stored, but then the app crashes.
Please help me out in this issue. because I can switch to any other library right now.
Thanks :)