I\'m trying to develop an application that records audio from the browser. Can I use the Google vioce and video chat plugin 开发者_运维知识库that Gmail internally uses to record audio?
I need to give chunks of audio data to a voice recog开发者_开发百科nition engine. For now my program reads and buffers chunks of data from a 8k-rate ulaw-encoded raw file, using this code :
I am doing a music album library.The program should connect to a database like FreeDB and then store it.
I want to record audio stream as mp3 file on server. I know flash media server can do this but I can not afford it.Red5 officially does not allow this. I have done research and found that we can recor
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Im trying read and store samples from an audio microphone in linux using C/C++. Using PCM ioctls i setup the device to have a certain sampling rate say 10Khz using the SOUND_PCM_WRITE_RATE ioctl etc.
According to this page, there are some encoders available in android framework: http://developer.android.com/guide/appendix/media-formats.html
I want to record call from android phone. I am using android.media.MediaRecorder pckg. Also used following code:
This question has also been asked at Problems with MediaRecorder class setting audio source - setAudioSource() - unsupported parameter, however this author accepted the answer stating that this only o
I am testing this on a Samsung Galaxy S i9000. int sampleRate = 44100; int bufferSize = AudioRecord.getMinBufferSize(sampleRate,