¡@

Home 

java Programming Glossary: recorder

how to convert or record .wav file in 16khz 16bit mono little-endian?

http://stackoverflow.com/questions/12260476/how-to-convert-or-record-wav-file-in-16khz-16bit-mono-little-endian

code in android.. package com.varma.samples.audiorecorder import java.io.File import java.io.FileInputStream import java.io.FileNotFoundException.. AudioFormat.ENCODING_PCM_16BIT private AudioRecord recorder null private int bufferSize 0 private Thread recordingThread.. @SuppressLint NewApi NewApi private void startRecording recorder new AudioRecord MediaRecorder.AudioSource.MIC RECORDER_SAMPLERATE..

Record phone calls on android phone?

http://stackoverflow.com/questions/3370278/record-phone-calls-on-android-phone

Log.v GDHGDHGHDGDHGDHGHDGHDGH phonenbr recorder.setAudioSource MediaRecorder.AudioSource.MIC recorder.setOutputFormat.. recorder.setAudioSource MediaRecorder.AudioSource.MIC recorder.setOutputFormat MediaRecorder.OutputFormat.THREE_GPP recorder.setAudioEncoder.. MediaRecorder.OutputFormat.THREE_GPP recorder.setAudioEncoder MediaRecorder.AudioEncoder.AMR_NB recorder.setOutputFile..

Android AudioRecord class - process live mic audio quickly, set up callback function

http://stackoverflow.com/questions/4525206/android-audiorecord-class-process-live-mic-audio-quickly-set-up-callback-func

AudioRecord recorder null short buffers new short 256 160 int ix 0 try ... initialise.. AudioFormat.ENCODING_PCM_16BIT recorder new AudioRecord AudioSource.MIC 8000 AudioFormat.CHANNEL_IN_MONO.. AudioFormat.ENCODING_PCM_16BIT N 10 recorder.startRecording ... loop while stopped short buffer buffers..

Android: sample microphone without recording to get live amplitude/level?

http://stackoverflow.com/questions/4777060/android-sample-microphone-without-recording-to-get-live-amplitude-level

level of a microphone on Android like so MediaRecorder recorder new MediaRecorder recorder.setAudioSource MediaRecorder.AudioSource.MIC.. Android like so MediaRecorder recorder new MediaRecorder recorder.setAudioSource MediaRecorder.AudioSource.MIC Timer timer new.. timer new Timer timer.scheduleAtFixedRate new RecorderTask recorder 0 1000 private class RecorderTask extends TimerTask private..

Reading and Writing to a DVD/CD - Java [closed]

http://stackoverflow.com/questions/8556291/reading-and-writing-to-a-dvd-cd-java

int count dm.count Pick the first recorder on the system String recorderUniqueId null for int i 0 i count.. dm.count Pick the first recorder on the system String recorderUniqueId null for int i 0 i count i String cur dm.item i recorderUniqueId.. null for int i 0 i count i String cur dm.item i recorderUniqueId cur IDiscRecorder2 recorder ClassFactory.createMsftDiscRecorder2..