All Questions
4 questions
0
votes
0
answers
344
views
Record Other App's Speaker output in iOS App
I am working on an application where I need to record and translate the audio coming out of the speaker while using other application i.e. YouTube or Facebook.
I have tried implementing AVFoundation ...
2
votes
1
answer
1k
views
Swift audio recording and tableview display
I am having trouble recording audio and displaying it in a tableview. I am able to record and immediately play it back, but the audio doesn't seem to actually be stored to the device permanently, so I ...
0
votes
1
answer
1k
views
AVCaptureFileOutputRecordingDelegate not writing to file, Swift 2
My view controller contains a preview layer, which projects the image from my camera live. When pressing and holding a button, my code is supposed to record a video, and write it to a temporary file ...
13
votes
5
answers
11k
views
Error Domain=AVFoundationErrorDomain Code=-11814 "Cannot Record"
It keeps on giving me the error:
Error Domain=AVFoundationErrorDomain Code=-11814 "Cannot Record"
I am not sure what the problem is? I am trying to record the sound right when the counter ...