Getting remote audio data and saving to file alongside video #150
Unanswered
tylerjames
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know how to create a video by attaching a renderer, getting the pixel buffer, and using AVAssetWriter to save it to a video file.
I can't figure out how to do the same for the audio data.
What I'd like to do is to connect to a live camera that is streaming video. I'd like the user to be able to start recording and save the the video and audio in real time.
Does anyone know how to save the streamed audio data in this way?
Beta Was this translation helpful? Give feedback.
All reactions