One more solution for capturing audio in Android. You can use existing application which can capture audio for you. I am going to show example which shows how to start Sound Recorder activity:
import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.provider.MediaStore;import android.view.View;import android.widget.Button;/** * This class shows how to run Sound Recorder . . . →Read More:Using Sound Recorder activity for capturing audio in Android

Recent Comments