

Recorder Service public class CallService extends Service else if (intent.getAction(). While Converting the recorded file from aac to wav, I'm getting below error Exception while trying to run: Cannot run program "/data/user/0//files/ffmpeg": error=2, No such file or directoryĪt (ProcessBuilder.java:983)Īt (Runtime.java:691)Īt (Runtime.java:559)Īt .n(ShellCommand.java:10)Īt .FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38)Īt .FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10)Īt android.os.AsyncTask$2.call(AsyncTask.java:305)Īt .run(FutureTask.java:237)Īt android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243)Īt .runWorker(ThreadPoolExecutor.java:1133)Īt $n(ThreadPoolExecutor.java:607)Ĭaused by: java.io.IOException: error=2, No such file or directoryĪt (Native Method)Īt .(UNIXProcess.java:133)Īt (ProcessImpl.java:128)Īt (ProcessBuilder.java:964)

I am posting my code here, Any help would be grateful. I tried using FFMPEG but unable to convert it. The recorded file mime type is 3gpp, now I want to convert this 3gpp file to wav. I am able to successfully record and save the audio in my mobile. Raw ffmpeg-commands. 44213 / ffmpeg-commands.sh Forked from rowe-morehouse/ffmpeg-commands.sh Created 2 years ago Star 29 Fork 14 Code Revisions 2 Stars 29 Forks 14 Embed Download ZIP ffmpeg commands. I developing android application, Where I've asked to record the calls and convert them to WAVE(.wav) format and send to server. GitHub Instantly share code, notes, and snippets.
