recording
Android: record video with "continuous" auto-focus
I work on video recording; everything works except for requesting continuous focus. This is what I do (tried both in surfaceCreated and surfaceChanged with no success):[详细]
2023-04-12 23:13 分类:问答Android voice recording with pause/resume?
I have seen so many voice recording tutorials for Android but I did not find any tutorials for a pause/resume feature.[详细]
2023-04-03 20:03 分类:问答Mute is overridden when using the mic for recording
My initial issue was as described in the title there. When I was recording from the mic, sound effects were playing at the same time even if the device was in mute mode (i.e., had the mute button phys[详细]
2023-03-28 08:53 分类:问答SMS alert when audio recording application is running iOS
I have an audio recording application. If an SMS alert comes, I don\'t hear the alert\'s sound. The recording continues to happen. I can also go ahead and reply without affecting my recording at开发者[详细]
2023-03-27 08:05 分类:问答Avfoundation - Play and record video (along with audio and preview) simultaneously
I am trying to record and play video simultaneously. Is this possible with avfoundation? Currently i am able to do it as long as i dont record audio. As soon as i add audio input to AVCaptureSession a[详细]
2023-03-27 04:14 分类:问答Sound recording with FMOD library
Is there a C++ tutorial on FMOD that shows how to record sound from microphone? Is it even possible?! 开发者_开发问答Thanks everyone.It is indeed possible. Check FMOD example directory(\\FMOD SoundSys[详细]
2023-03-26 20:43 分类:问答Recording lossy video stream
I\'m trying to record live video stream to a file. I tried with VLC using vlc {INPUT} --sout \'#std{access=file,mux=ts,dst=file.mp4}\'[详细]
2023-03-19 19:39 分类:问答Android MediaRecorder to AudioTrack, Recording and Playback
I\'m trying to make it to where I can record the users voice and play it back in the same activity using the MediaRecorder and AudioTrack.I just don\'t understand how to write the file to AudioTrack.[详细]
2023-03-18 15:33 分类:问答iPhone AVAudioRecorder pause problem after entering background
I have a problem with pausing AVAudioRecorder after entering background. Basically, it goes like this (_recorder is my AVAudioRecorder instance):[详细]
2023-03-18 13:28 分类:问答How to Play a sound file on line-in (Microphone)?
That title may be seem Ridiculous but I Have problem. I have Service capture line-in and, save file on system as sound file (that service didn\'t develop by me, and I must use that).[详细]
2023-03-17 10:10 分类:问答