I'm working on an audio recording app which uses an external USB Audio interface (e.g, Focusrite Scarlett Solo) connected to an iPhone. When I run AV ...
I'm working on an audio recording app which uses an external USB Audio interface (e.g, Focusrite Scarlett Solo) connected to an iPhone. When I run AV ...
i'm building a camera application and I am trying to figure out if the cinematic mode camera found on the iphone 13 and 14 can be accessed via AVfound ...
I'm looking for a way to implement real-time streaming of video (and optionally audio) from iOS device to a browser. In this case iOS device is a serv ...
I have created this code to play/stop/rewind tracks that will be downloaded at the device and stored in cache. The only problem is that it starts play ...
I have an AVAudioPlayerNode attached to an AVAudioEngine. Sample buffers are provided to playerNode via the scheduleBuffer() method. However, it seem ...
I made a Video record function. and i want to know how to use this bar the edit video before i press Use Video button . like this video . and below is ...
Hi I'm working on getting a raw image data from AVCaptureVideoDataoutput. I have lots of experience in using avfoundation and worked lots of projects ...
I'm trying to download hls playlist video track by parsing specific bitrate / resolution. Downloads work perfectly fine. But we need to download spec ...
Apple has various ways to change and view the Kelvin of using AVCaptureDevice https://developer.apple.com/documentation/avfoundation/avcapturedevice/ ...
I'm setting up a recording session as follow: According to this, the number of bytes should be: bytes = 4 * 44100 * 2 * 2 = 705600 bytes But actu ...
I have two viewcontrollers: GetStartedViewController (root viewController) and TrimVideoViewController. I pick a video from the root one using PHPicke ...
. Answers to this question are eligible for a +50 reputation bounty. Ta ...
This Kodeco tutorial shows how to display an iOS live camera feed in SwiftUI using Combine. Here are the essential parts doing this (after stripping ...
How do you convert an HDR video to an SDR video using swift without custom libraries or ffmpeg? ...
I have an AVQueuePlayer that gets songs from a Firebase Storage via their URL and plays them in sequence. And this works great. I can also make the ...
I'm trying to crop a video / display a portion of a video in AVFoundation. So far my code looks right to me but the output is not what I wanted. I don ...
. Answers to this question are eligible for a +100 reputation bounty. Bounty g ...
I have an AVAssetWriter and I do set audio compression settings dictionary using canApply(outputSettings: audioCompressionSettings, forMediaType: .aud ...
I am trying to display single video in two places and have them both in sync. I create AVPlayer, assign it to AVPlayerLayer and play it for about a s ...
I'm developing a Sleep Timer App. As soon as the timer is done, I want to stop the audio on the device. Is there any way to stop the system Sound or d ...