CallRecorder
CallRecorder copied to clipboard
I can't find where the audio file is saved therefore i can't know if it's working or not, help please
I'm running the sample on my device, i click start recording, i make calls and i click stop recording, i can't find any audio file which contains the recorded call, help me please
Hi same issue here where i can find the recorded files?
I also have same question.
Same here.. please post a solution
The files are stored on the device's external storage directory. You can verify this by running Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath());
same issue here, no files found where log shows
@levirgon That log will show you the path to your external storage directory. It will NOT list files. If there are any recordings then they'll be located inside CallRecorderTest
assuming you haven't changed the default directory name. So let's say your external storage dir points to something like /storage/emulated/0
then the files (again, if there are any) will be in /storage/emulated/0/CallRecorderTest
Hello Sir, Thank you for your time to sort out the issue, I saw that solution on github and tried it, but there is no folder created by CallRecorderTest in the directory.
On 31-Jan-2018 5:15 PM, "razilsh" [email protected] wrote:
@levirgon https://github.com/levirgon That log will show you the path to your external storage directory. It will NOT list files. If there are any recordings then they'll be located inside CallRecorderTest assuming you haven't changed the named of the record directory. So let's say your external storage dir points to something like /storage/emulated/0 then the files (again, if there are any) will be in /storage/emulated/0/ CallRecorderTest
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aykuttasil/CallRecorder/issues/10#issuecomment-361901648, or mute the thread https://github.com/notifications/unsubscribe-auth/AUXi3Iy_qY6-vyNKR5POdrndFn20gPrgks5tQEs1gaJpZM4OKXhP .
What device and Android version are you running? Can you post the result of Log.i(TAG, "extStorageDir " + Environment.getExternalStorageDirectory().getPath());
?
Good Morning! Yesterday I have installed the CallRecorder with Android Studio 3.0. The build was OK but I cant,t find the files on may phone. Please can anybody help me?
hey guys .. when you call "callRecord.startCallReceiver();" it doesn't start recording audio immediately .. rather it just starts a listener to listen when call is started/ended ... so after calling the above method try to call someone and see if you get the recorded file in the folder ...
@kash8080 I did try that, but no luck :( .
if you are running >api 24 .. make sure you have runtime permissions ..
Good Morning Guys! I think the reason for my problem is that my phone has api24
mine is api 23 but i will still try adding the runtime permissions. and let you know
That would be fine....
@vondel which permissions do i need ?
for api23 Android6.0.1
@razilsh I need to upload the record file .Do you know how to get the path of record?? Thank U ....
@aykuttasil can you please comment. I cannot find the audio file too!
You can use changeRecordDirPath(dirPath)
func on CallRecord class. @umairdexty