Also you can use Android Debug Bridge (adb) to copy your file from Android device to folder on your PC:
adb pull /storage/emulated/0/AudioRecorder/1436854479696.mp4
And you can copy from device whole AudioRecorder folder:
adb pull /storage/emulated/0/AudioRecorder