soundtouch-android
soundtouch-android copied to clipboard
soundtouch for android
I am new to SoundTouch library and figuring out how to shift pitch in real-time with the help of a slider. Does your project implement it? If not, can you...
mRecorder = new MediaRecorder(); mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); mRecorder.setOutputFile(fileDescriptor); mRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); try { mRecorder.prepare(); } catch (IOException e) { Log.e(LOG_TAG, "prepare() failed"); } mRecorder.start(); > I need to get data on byte array/buffer...
I've compile this in cygwin and found soundtouch.so but i also want to get soundstretch for save converted audio but i am getting error in importing soundstretch class. I am...