audio-recording
where the real time audio data is stored in mobile?
we want to route the call to ip network instead of GSM network. for that purpose first we are connecting开发者_Go百科 our mobile phone to a PC through bluetooth. So we want to transfer the real time a[详细]
2023-04-13 06:38 分类:问答Anyway of having captureOutput callback on a Background Thread?
Is there anyway to have the OS callback the delegate 开发者_运维百科- (void) captureOutput:(AVCaptureOutput *)captureOutput didOutputSampleBuffer:(CMSampleBufferRef)psampleBuffer fromConnection:(AVC[详细]
2023-04-13 01:04 分类:问答Java - Broadcast voice over Java sockets
I have created a Server app that receives sound from client, i then broadcast this sound which is stored as bytes and send the bytes back to the clients that are connected to the server. now i am only[详细]
2023-04-12 19:27 分类:问答Audio recording in Android, how to customize the recording experience?
I am recording Audio using, Intent intent = new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION); atartActivityForResult(intent, 1); // intent and 开发者_如何学GorequestCode 1[详细]
2023-04-11 13:28 分类:问答Multichannel audio input using Qt/Phonon
My company is currently working on what could be called an audio analysis program which needs to process to multiple audio inputs (8 or so) i开发者_如何学JAVAn real time. This means that we need a fra[详细]
2023-04-10 20:40 分类:问答Javascript - Flash Sound Recording
I would like to capture sound from a browser and send it to a server. I decided to use red5 for the reasons listed on this interesting page that claims to do exactly what I need.[详细]
2023-04-09 05:20 分类:问答MediaRecorder crashes when record a second audio clip
I am trying to record audio clips with MediaRecorder, but I keep getting these errors in my Logcat when I start, stop, and start again; the activity would also close:[详细]
2023-04-07 12:07 分类:问答Is there a way to disable audio recording function in iPhone?
I\'m making a VoIP app for iPhone. It\'s required to to forbid any form of audio recording for security reason. Is it possible to do so? If so, how to do it? Thanks a lot![详细]
2023-04-06 12:15 分类:问答Recorded voice is very very low and lot of noise is recorded on Android
I am trying to record the voice using AudioRecord class and writing the read bytes to speaker using AudioTrack class. I am able to hear[详细]
2023-04-05 20:28 分类:问答iPhone / IOS No Audio Interruption Ended after playing video in Safari
V4.x We have an app that is recording audio in the background.No problem. 1) Phon开发者_运维百科e call comes in[详细]
2023-04-04 19:55 分类:问答